Viewing 15 posts - 301 through 315 (of 411 total)
Pretty. But I didn't see a question or a statement in there.
Please use the forum to ask questions only. There are other places to properly post pretty code...
March 23, 2011 at 1:23 pm
"A bird in the hand is worth a bird in the hand!". Hahahaha.
Ya, I've seen that happen too - sometimes to the tune of a lot of thousands. Ouch. But,...
March 22, 2011 at 10:29 pm
There is a different way of thinking about "the business". Perhaps the motivation of a consultant is not hours or money, but reputation. Or perhaps they desire to...
March 22, 2011 at 1:59 am
GilaMonster (3/21/2011)
Download BlogPress
Thank you! I've never blogged before and am looking to setup my own real soon. I know that safari is not perfect when it comes to some...
March 21, 2011 at 7:36 am
Oh, right. Good point.
Ya, different hardware would definitely be best.
Jim
March 20, 2011 at 8:41 pm
In many industries, separation of duties is a good thing. One reason already discussed is for one developer changing code in dev, while another person (DBA) implements the change...
March 20, 2011 at 5:33 pm
I use mine extensively for work. I find myself in one of several apps throughout the day (aside from safari, mail, etc.).
iTAP RDP - remote desktop client. Best...
March 20, 2011 at 9:47 am
Right. Exactly. The reindex will handle index stats, but not column stats, so it sounds like you have a plan and a good strategy. I just wanted...
March 18, 2011 at 4:00 pm
Even if you restore to the same server, you will get some benefit; in fact, most listed here. Course, don't restore over the same DB and ensure you have...
March 18, 2011 at 3:57 pm
Great minds think alike.... and so do ours.
Oh yea? How about four birds: Restore functions as a poor-mans 'reporting' Day-Old.
Jim
March 18, 2011 at 3:31 pm
Good to know. Perhaps I'll sleep better tonight. Thanks.
Jim
March 18, 2011 at 3:22 pm
Grant Fritchey (3/18/2011)
...you may want to take the consistency checks offline, perform them on a restored copy of the database or something.
I have to agree; also helps minimize the maintenance...
March 18, 2011 at 3:18 pm
Oh, pardon me. Going from rebuilding all stats, like it or not, to only building the stats where 'stuff has changed too much', will decrease your maintenance time; possibly...
March 18, 2011 at 3:12 pm
Here is your answer: http://msdn.microsoft.com/en-us/library/ms187348%28v=sql.90%29.aspx
UPDATE STATISTICS
... will by default do a 20% sample (if I remember correctly).
UPDATE STATISTICS Production.Product(Products)
WITH SAMPLE 50 PERCENT;
Jim
March 18, 2011 at 2:40 pm
sqlservr.exe -f
Then run alter database for tempdb.
http://www.sqlservercentral.com/Forums/Topic545301-146-1.aspx
Jim
March 18, 2011 at 11:58 am
Viewing 15 posts - 301 through 315 (of 411 total)