Viewing 13 posts - 1 through 13 (of 13 total)
Very nice article and great output. Just a suggestion
In your script, to caluculate uptime (for variable @vOnline_Since), it might be better to use 'tempdb' instead of 'perfstat' database in the...
February 8, 2012 at 4:43 am
Thanks for the post. It helped me to get database_id. I was struggling for this ebcause neither sys.dm_exec_connection or sys.dm_exec_sessions had this id and I had to run a report...
February 4, 2011 at 8:33 am
Interesting.. Will wait for the answer..
February 17, 2009 at 3:52 pm
Good efforts. Adding some rebuild decision criteria eg. Physical fragmentation gone more that 10% or logical fragmentation gone more than 15% might have been better.
February 17, 2009 at 3:41 pm
Even though I have not faced any corruption as of date, but now i am ready with at least some thought. Good one.
February 17, 2009 at 3:07 pm
Thank you all. Issue resolved. Just the restart of SQL Server Agent Service worked.
Seems that Agent log file was either locked or corrupted. Each time the stored procedure...
February 1, 2009 at 8:09 am
Yes the account name that runs is 'SA'. This is SQL Server 2005 with SP2.
January 22, 2009 at 3:15 pm
Thanks!! I think this may be a good solution to it. Will try not sure if that will be feasible for all to follow. But I will try my best..
February 20, 2008 at 10:09 am
Scott,
I work in an environment where my team is supporting almost 500 server with all sorts of environment(DEV/UAT/SIT/PROD/DR). These systems are being used by multiple applications, which often requires database...
February 19, 2008 at 10:19 am
The new user has to be created after any of the below mentioned operation happens.
1. If a new database has been created
OR
2. If a any database has been retored.
February 18, 2008 at 5:44 pm
Thanks again. Your explanation will work as a good guideline for me to for further investigation.
February 11, 2008 at 7:29 pm
Thanks for the suggestion. 🙂 Your answer hit the bull eye.
However I could not get the query from Application team.
DBCC FREEPROCCACHE resolved the issue for the time being.
Could you...
February 9, 2008 at 5:46 pm
Viewing 13 posts - 1 through 13 (of 13 total)