Viewing 15 posts - 16 through 30 (of 31 total)
Oftentimes folks applaud PowerShell for things, and I see that those things can be done and automated just as easily in t-sql. I am looking for a list of...
December 28, 2011 at 6:14 am
Again (being the 4th person to ask), can I / how do I determine the user that made the change? Tx.
December 2, 2011 at 2:21 am
So Gail, to sum up:
(When and only when) we rebuild/reorganize the clustered index, we re-arrange the physical data pages on the disk. Correct?
November 29, 2011 at 2:00 pm
"The next few times I connect with that person I try hard not to let that first perception define them."
I'm so glad that you do that. Unfortunatelly some people...
November 24, 2011 at 6:07 am
I'm having trouble with slow Update queries, and all the performance tuning articles talk about Select queries. Any link to tuning Update queries? Or should I post my...
September 2, 2011 at 12:37 pm
context_info() is a good way to fake a global variable which is not available in sql. (something that will survive "go" and "use" statements).
September 2, 2011 at 12:04 pm
Add a parameter @online to the stored procedure, and then change the statement building line to:
SET @command = N'ALTER INDEX ' + @indexname + N' ON ' + @schemaname +...
August 18, 2011 at 6:27 am
Rather than worrying about chip producing countries (and companies) gaining access to our data, worry about NSA and our phone companies outsorcing mass surveilance and data services to Israel, which...
August 11, 2011 at 2:18 pm
Paul,
Makes sense. Ok, I won't stick to the 300 then, I'll look at a broader picture instead. The number seemed to fit for my 'up to 32GB of...
August 2, 2011 at 5:42 am
Paul,
Again, what you're saying is right, again, you're stating the obvious (IO subsystem could cause latency - who would have thought?), and again, you're missing my point. Or, ok,...
August 1, 2011 at 2:35 pm
GilaMonster and Paul,
I understand the theory behind PLE well. I also agree, that a temporary drop even to 0 is ok (seen those many times). Paul, I know...
August 1, 2011 at 2:06 pm
shyam.babu (3/2/2010)
Good work.This was one of the top 10 use full posting I ever read.Thanks for sharing
The author just gathered things that DBAs normally check into 1 piece, which is...
July 30, 2011 at 5:12 am
I totally disagree with people saying that PLE (Page Life Expectancy) of 300 is an irrelevant number and how we should all watch our servers and look for deviations from...
July 30, 2011 at 4:42 am
Mike Tutor (2/22/2010)
July 22, 2011 at 9:51 am
Can you elaborate on:
"The effort required to locate an entry(s) in the index is less."
Thanks.
July 18, 2011 at 11:13 am
Viewing 15 posts - 16 through 30 (of 31 total)