Viewing 15 posts - 286 through 300 (of 616 total)
Changed MAXDOp to 1, rebuilt the indexes to INCLUDE the columns in the SELECT (I didn't actually have this in my index when I posted this question).
March 12, 2013 at 5:28 am
Arrghhh... sorted it. Now it runs in 23 seconds 😀
March 12, 2013 at 5:12 am
That makes perfect sense. Thanks for the clarification.
March 11, 2013 at 10:20 am
solomon.jernas (3/8/2013)
Is it possible to determinate how much disk space an specific database grow per month?in sql server 2008
Any one advice me,,
Thanks
Jerry
Check out this excelelnt website about creating a...
March 8, 2013 at 3:38 am
vs.satheesh (3/8/2013)
In my company we are using network nas storage.which i am able to share the folder in nas storage using user...
March 8, 2013 at 3:30 am
opc.three (3/6/2013)
March 6, 2013 at 8:40 am
Yea thanks guys. I'm going to install a named instance on each of the servers and start making the changes.
Once again, MS should make it clearer when it comes to...
March 6, 2013 at 5:23 am
I see what you mean thanks. I will play around with it and see how it goes.
March 5, 2013 at 6:52 am
select convert(varchar, cast('Feb 18 2013 3:35PM' as time), 100)
March 4, 2013 at 3:38 am
Sorry no, TDE is an enterprise edition feature only.
February 27, 2013 at 6:17 am
SET DATEFORMAT DMY
SELECT CONVERT(datetime, '25/02/12 11:39:34')
February 27, 2013 at 5:42 am
Yea and this is why one shouldn't attempt to answer question on the iPhone at 9pm after work 😛
February 26, 2013 at 2:30 pm
Sure, just add another step in your existing SQL agent job and add some tsql along the lines of:
DELETE FROM incident WHERE DATEDIFF(YEAR,CAST(getdate AS DATE), created) >2
Maybe it's better if...
February 26, 2013 at 2:23 pm
Yea that's a good point Grant.
Backup compression is also great for speeding things up.
February 26, 2013 at 2:15 pm
Viewing 15 posts - 286 through 300 (of 616 total)