Viewing 15 posts - 1 through 15 (of 101 total)
My only comment, and concern is the clean up of the history on msdb. I would prefer to keep 8 weeks of data in the history, as that can...
February 17, 2014 at 8:10 am
Jobs are a pain and even with my super admin AD account sometimes the jobs failed, sometimes they didn't. Depended on if I was still logged onto the system.
Solution...
April 1, 2011 at 9:34 am
You can change the Page_verify_option to Checksum on compatibility 80 without going to 90
SELECT name, create_date, compatibility_level,user_access_desc,state_desc, recovery_model_desc,page_verify_option_desc FROM sys.databases
This is just a quick way to gather that info for...
April 1, 2011 at 8:34 am
Having converted many databases from SQL2000 via backup and restore and running on SQL2005, changing compatablility is relatively low on my scale of things that need to be changed. ...
April 1, 2011 at 8:21 am
Are you just trying to script out the table names and schema or include the data also?
Copy the databases to a test instance and do not do this on...
September 28, 2010 at 2:13 pm
Thanks, I totally agree with all of you on this.
My current solution to see if this will appease him is to create a proc. I will see if that...
November 5, 2009 at 4:36 pm
I have an Associates in Photography and BS in Computer Sciences. Wanted to be photographer, developed severe allergies to the chemicals. Started working, to pay bills and went back to...
May 5, 2009 at 8:03 am
Yep this is my nightmare. I am only doing it because the CIO has mandateded it.
April 29, 2009 at 2:06 pm
The trace would be good, but of course the powers that be want an answer now. I will set this up for future usage and tracking. Thanks!
April 29, 2009 at 1:02 pm
Avoid Hotfixes unless they are truly needed to fix a known problem on your system. Microsoft warns the not to install unless needed. Testing on a test system would be...
November 6, 2008 at 8:31 am
I have all developers install all service packs to any version of sql even if it is only desktop tools. It will apply only what is needed. This goes for...
November 5, 2008 at 2:18 pm
Oh Boy. PCI. Ok to meet PCI compliance, or at least get started on it see if management will agree to separate dev and test systems or a dev/test system....
October 7, 2008 at 8:20 am
I think that your hardware configurations for your disk drives are insufficent for what you are planning. 2 146gb drives in Raid 1 gives you only 146gb for working with....
August 22, 2008 at 8:56 am
You may also want to look at default location of where SQL does it's log dumps. That can take space from your c drive also.
On the server
Open SQL Server...
July 24, 2008 at 7:45 am
I had problems with Microsoft cleaning up report .txt files on our systems that were generated by SQL backup routines. The backups are with the maint plans and can be...
July 24, 2008 at 7:30 am
Viewing 15 posts - 1 through 15 (of 101 total)