Viewing 15 posts - 316 through 330 (of 587 total)
CirquedeSQLeil (4/1/2010)
How big is the database? And log?
This particular database is about 80GB and the log is around 2 GB. I need to get them around 10...
April 1, 2010 at 4:46 pm
Crud. Alright, I'll ask it. Why wouldn't a table stored in memory be faster as long as it was small? I can see that a large table...
April 1, 2010 at 2:08 pm
CirquedeSQLeil (4/1/2010)
April 1, 2010 at 1:59 pm
SSD? Oh wow. I'm drooling now.
I do set the DB to simple before I start and shrink the TLog after all the other scripts have run. The first...
April 1, 2010 at 1:46 pm
Looks like there are no good ideas. If it gets real bad, I may try to script something, but I feel more comfortable deleting data then programatically recreating the...
April 1, 2010 at 9:53 am
Lynn Pettis (3/27/2010)
March 27, 2010 at 10:44 pm
Trey Staker (3/24/2010)
March 25, 2010 at 3:36 pm
I use this on 2K5. I have a job that runs every night and stores it in a table so I can see historical trends - also allows me...
March 24, 2010 at 3:06 pm
GSquared (3/23/2010)
March 24, 2010 at 12:24 pm
CirquedeSQLeil (3/18/2010)
Congrats on registering. See you at PASS?
Jack Corbett (3/18/2010)
Were you at the 2009 Summit? I hope not because I think I missed you there then. Either...
March 18, 2010 at 2:15 pm
How did this work? I just registered for PASS (wahoo!), used the SSC code and got $200 off the registration? I had heard that you couldn't use the...
March 18, 2010 at 10:54 am
jcrawf02 (3/12/2010)
that's what happens when you're chasing the guy in charge of the point totals---oops!:hehe:
That was EXACTLY my thought too. Update AuthorPostCount SET Posts = Jeff+3000 WHERE Username =...
March 12, 2010 at 8:02 am
Thanks Jason, I pulled some nice stuff from your article and now have a quick reference for log growth issues!
March 11, 2010 at 7:57 am
I liked the question! I've found that in our environment the primary key is very often a bad choice for the clustered index, so I have become more aware...
March 10, 2010 at 9:14 am
Viewing 15 posts - 316 through 330 (of 587 total)