You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Consulting”.
You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Consulting”.
Hi Derek, in sql2000 i can see the sessions connected thru the lan doing “select * from sysprocesses”, now i’m working with a web application, the users are connected thru the internet. I can’t see all the sessions with sysprocesses. What can I do? How can I see them?.
Hi Marco,
It sounds like a permissions issue, however I wouldn’t want to give the web user access to see the sysprocesses personally. Aside from giving more permissions I don’t think there’s much you can do with SQL 2000 regarding that.
Derek
In order to shrink the Tempdev file by avoiding the restart of the production system we can adapt the below method ..but I am just keen how it will affect the performance of the over All Data Base System …
Will you please give the more detail on it..
DBCC FREESYSTEMCACHE (‘ALL’)
DBCC FREEPROCCACHE
USE [tempdb]
GO
DBCC SHRINKFILE (N’tempdev’ , 1000)
Thanks ..
Hello,
i was wondering if you provide any classes for teaching ?
Thanks
Alhanoof
Hi Alhanoof,
I currently don’t have a curriculum in place, however I can teach if there are any topics you would like to go over.
Thanks,
Derek