Viewing 15 posts - 6,376 through 6,390 (of 8,416 total)
Lowell's script worked just fine for me.
Perhaps if you were to share the script you are using and details of the objects which aren't working...?
You really don't want to modify...
January 12, 2010 at 9:05 am
TheSQLGuru (1/12/2010)
repent_kog_is_near (1/12/2010)
TheSQLGuruAre you referring to the maxmemory setting for the server?
No, not for the server but rather for SQL Server itself.
That reminds me...:-)
Question 8: What are the SQL...
January 12, 2010 at 8:40 am
NULL handling is a bit suspect too. I have made a few changes, while keeping the structure similar. Let me know if it improves things at all. ...
January 12, 2010 at 8:38 am
PRINT statements have a similar effect to omitting SET NOCOUNT ON. Whether the effect is big enough to be problematic depends on how many there are, how often the...
January 12, 2010 at 7:53 am
repent_kog_is_near (1/12/2010)
January 12, 2010 at 7:44 am
Have you considered using the Maintenance Plan feature built-in to Management Studio? This allows you to 'set and forget' your backups (to a very great extent anyway). It...
January 12, 2010 at 7:36 am
I like this article a lot. In fact, it is one of the very best I have come across on SSC. Congratulations are definitely in order, both for...
January 12, 2010 at 7:17 am
Vivek29 (1/12/2010)
January 12, 2010 at 2:14 am
Just noting that Lowell answered this question nicely on another thread by falcon59x.
January 11, 2010 at 10:06 pm
Lowell (1/11/2010)
since 2005, it's no longer possible. the old SQL 2000 syntax is ignored.
Just for the record, it is still possible (and documented). I'm not going to go into...
January 11, 2010 at 10:04 pm
Paul Randal (1/11/2010)
...snapshot just can't get bigger than the database - once all pages from the database are copied, there's nothing else that can make the snapshot grow.
True, but it...
January 11, 2010 at 9:47 pm
Lynn Pettis (1/11/2010)
Can't have a one way discussion, that is just a lecture or soliloquy.
Steve, I think Lynn deserves some bonus points for correct use of the word 'soliloquy' :w00t:
January 11, 2010 at 8:43 pm
Just to expand on Gail's comment about the log structure, if you're interested to know more (and specifically to see which virtual log files are in use) see Exploring the...
January 11, 2010 at 8:41 pm
Henry Treftz (1/11/2010)
January 11, 2010 at 8:37 pm
Viewing 15 posts - 6,376 through 6,390 (of 8,416 total)