Viewing 15 posts - 2,956 through 2,970 (of 5,843 total)
GilaMonster (4/25/2012)
TheSQLGuru (4/25/2012)
SQLIOSIM is the tool to use to validate that an IO subsystem will properly handle SQL Server IO-style workloads.
But SQL needs to be stopped when running that. The...
April 25, 2012 at 11:16 am
This is a one-year-old thread. Please start new threads, even if they are similar topics.
April 25, 2012 at 9:15 am
I didn't read the umpteen replies to the OP, but ANY TIME I see "ran slow the first time and very fast the second time" I IMMEDIATELY think the IO...
April 25, 2012 at 9:14 am
SQLIOSIM is the tool to use to validate that an IO subsystem will properly handle SQL Server IO-style workloads.
April 25, 2012 at 9:08 am
Sean Lange (4/24/2012)
http://sqlblog.com/blogs/andrew_kelly/archive/2009/04/10/how-dirty-are-your-reads.aspx
Basically, you should not use it, ever. Dirty reads can be acceptable in some situations...
April 25, 2012 at 9:07 am
It seems that once again people went with partitioning without really understanding what it can (and cannot) do for them. If you statement is true that you are partitioned...
April 25, 2012 at 9:03 am
Hey Jeff, can you put a downloadable file with the relevant operational code parts of the post? Thanks in advance, and wonderful stuff as always!
April 25, 2012 at 8:56 am
>> No one can fault a DBA for saying "look I did the research, reviewed the doc and followed the best practice recommendation from Microsoft".
I absolutely can, and...
April 24, 2012 at 4:07 pm
Dev (4/24/2012)
I am not arguing on Paul’s capabilities (and your suggestion as well). I just wanted to say that OP is particularly looking for MS reference.
Unlike Lynn, I DO know...
April 24, 2012 at 1:37 pm
<RANT ON>
To anyone interested in using SQL Server partitioning, LISTEN UP:
SQL Server partitioning is a COMPLEX subsystem with MANY gotchas, requirements, provisos, etc!!! You CANNOT POSSIBLY HOPE TO BE...
April 24, 2012 at 8:40 am
You may be onto something with the settings for linked server being different. But also make sure you updated all statistics in 2008 database with a FULLSCAN. This...
April 24, 2012 at 8:32 am
ricardo_chicas (4/23/2012)
actually all I did was to reate a loop that read the data 10000 records at the time, that allow me to use one of the main indexes...
April 24, 2012 at 8:26 am
Jeff Moden (4/22/2012)
April 23, 2012 at 6:54 am
With that small number of rows and rows-to-delete, I am guessing you were simply blocked. Run sp_who2 active while you are trying to do the delete to see who...
April 17, 2012 at 11:05 am
Viewing 15 posts - 2,956 through 2,970 (of 5,843 total)