Viewing 15 posts - 16 through 30 (of 98 total)
What about:
/*
-- Turn on XP_CMDSHELL if required
--
--allow advanced options to be changed.
EXEC sp_configure 'show advanced options', 1
GO
--Update the currently configured value for advanced options.
RECONFIGURE
GO
--Enable XP_CMDSHELL
EXEC sp_configure 'xp_cmdshell', 1
GO
--Update the currently...
February 9, 2013 at 3:31 pm
Hi Nadrek,
thank you so much for all that information.
You would be quite disappointed as the databases I put this on are quite small (but it's a small organisation too, so...
February 7, 2013 at 2:29 pm
There we go - I have now setup the following schedule:
Index optimize to take place every Sunday at 20:00:00
DatabaseIntegrityCheck - SYSTEM_DATABASES: every weekday and Sunday at 22:00:00
DatabaseIntegrityCheck - USER_DATABASES: ...
February 5, 2013 at 8:22 am
Hi Richard,
thank you very much for your answer.
I do indeed have a couple of DBs with FULL recovery model, so thanks for pointing out that important omission! :Whistling:
I wasn't sure...
February 5, 2013 at 7:19 am
Hi,
I ended up setting up the following schedule:
Index optimize to take place every Sunday at 20:00:00
DatabaseIntegrityCheck - SYSTEM_DATABASES: every weekday and Sunday at 22:00:00
DatabaseIntegrityCheck - USER_DATABASES: every weekday excluding...
February 5, 2013 at 4:55 am
Ok then - ticket closed 😛
Thanks for the reply, much appreciated,
B
February 4, 2013 at 4:29 am
Thanks a lot for that Grant! Very clear explanation and it took away my doubts about doing the right thing, so I will proceed with moving the files at my...
January 31, 2013 at 6:15 am
Thanks for your answer,
Very true, which is why I wanted to move them in the first place but what prompted my questions was the difference in speed between the drives.
Are...
January 31, 2013 at 4:44 am
:hehe: - you're right, image is (almost) everything.
Some of the FS companies I have worked for do have a bunch of SQL Server used for some purpose or another...
January 17, 2013 at 5:58 am
Thanks for that, good to have these in my back pocket 🙂 ... if anybody else has some interesting (Financial Services) references, it would be great to hear about them...
January 16, 2013 at 11:33 am
Hi,
I think that the AdventureWorks DB should really do the trick for you.
It comes with an installer, just run it, choose the DBs you want and 1 or 2 minutes...
January 3, 2013 at 4:24 am
GSquared (12/17/2012)
December 17, 2012 at 6:53 am
As GSquared said:
Personally, I'd roll back the QA/staging environment to SQL 2005 till prod is ready to be upgraded, and avoid this whole mess.
It is still beyond me why...
December 14, 2012 at 2:36 am
Why don't you take the initial select statement out of the transaction all together? ... just keep the update statements in the transaction if you need it.
HTH,
B
December 12, 2012 at 9:10 am
Viewing 15 posts - 16 through 30 (of 98 total)