Viewing 13 posts - 61 through 73 (of 73 total)
A useful addition might be the option to display the service account.
Rudy, I've got a script that returns the SQLService and SQLAgent accounts for an instance, but it would be...
November 16, 2010 at 2:00 am
Thanks guys, some food for thought there.:-)
Looks like what appeared as a simple 'copy' operation on the vendor's manual is likely to end up as a complicated set of tasks...
October 6, 2010 at 6:04 am
Grant Fritchey (10/5/2010)
October 5, 2010 at 12:23 pm
My understanding is that rebuilding all indexes will also update their statistics with full scan - so sp_updatestats will just replace the statistics with sampled ones.
September 22, 2010 at 8:12 am
Also the SQL service account has to be sysadmin 😉
September 20, 2010 at 3:42 am
Useful utility, thanks:-)
August 25, 2010 at 5:32 am
Hawkeye_DBA (6/24/2010)
June 25, 2010 at 12:13 am
Furthermore, if you are still stuck this is the code I use on some of my critical instances.
This code also sets the event as 'logable' so you'll also get an...
June 21, 2010 at 4:57 am
However you could create a DDL trigger at instance level to stop people from dropping dbs ad-hoc (a wise practice perhaps for live servers)
June 17, 2010 at 7:35 am
Very good indeed:cool:
The level is 400 all right. Not for newbies.
A true sceptic - he dispells myths in a convincing way.
(eg: Spreading tempdb in multiple files - a sure...
March 1, 2010 at 1:37 pm
Do you have Full-Text indexing jobs running?
They can take a lot of CPU cycles and SQL won't see it because it has been delegated to Windows.
The SQL job appears to...
October 21, 2008 at 8:48 am
Viewing 13 posts - 61 through 73 (of 73 total)