Viewing 4 posts - 1 through 4 (of 4 total)
This is what i get from the sys.dm_os_waiting_tasks. What do i do from here. pls help.
wait_duration_ms wait_type
-------------------- ------------------------------------------------------------
2688 ...
November 26, 2007 at 8:32 am
Thanks a lot Markus. That really helped a lot.
Regards
Songezo
April 20, 2007 at 3:42 am
Firstly this is a permission issue. You must have sa rights to execute a any job. the reason why he does not see the databases is because he does not...
January 18, 2007 at 3:34 am
Here is the solution:
select
filename from sysfiles
that wil give you something like this :
F
:\MSSQL\MSSQL\data\DEVDAT.
January 18, 2007 at 2:52 am
Viewing 4 posts - 1 through 4 (of 4 total)