Viewing 13 posts - 61 through 74 (of 74 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...
Cheers,
JohnA
MCM: SQL2008
November 16, 2010 at 2:00 am
Useful utility, thanks Rudy:-)
Cheers,
JohnA
MCM: SQL2008
November 15, 2010 at 4:53 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...
Cheers,
JohnA
MCM: SQL2008
October 6, 2010 at 6:04 am
Grant Fritchey (10/5/2010)
Cheers,
JohnA
MCM: SQL2008
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.
Cheers,
JohnA
MCM: SQL2008
September 22, 2010 at 8:12 am
Also the SQL service account has to be sysadmin 😉
Cheers,
JohnA
MCM: SQL2008
September 20, 2010 at 3:42 am
Useful utility, thanks:-)
Cheers,
JohnA
MCM: SQL2008
August 25, 2010 at 5:32 am
Hawkeye_DBA (6/24/2010)
Cheers,
JohnA
MCM: SQL2008
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...
Cheers,
JohnA
MCM: SQL2008
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)
Cheers,
JohnA
MCM: SQL2008
June 17, 2010 at 7:35 am
Useful compilation, thanks!
Cheers,
JohnA
MCM: SQL2008
June 6, 2010 at 4:11 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...
Cheers,
JohnA
MCM: SQL2008
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...
Cheers,
JohnA
MCM: SQL2008
October 21, 2008 at 8:48 am
Viewing 13 posts - 61 through 74 (of 74 total)