Viewing 15 posts - 13,846 through 13,860 (of 22,213 total)
Jack Corbett (12/2/2010)
Hmm, I'm going to...
December 2, 2010 at 7:08 am
CavyPrincess (12/2/2010)
December 2, 2010 at 7:07 am
For the non-SSIS version, what language are you using? Because if it's not PowerShell, I might want to do one using PowerShell.
December 2, 2010 at 6:27 am
jason.spangler (12/2/2010)
December 2, 2010 at 6:09 am
PAH-440118 (12/2/2010)
December 2, 2010 at 6:08 am
The one place where I consider using table variables is when I'm having issues with excessive, or long running, recompiles on a query. In that instance, I might choose to...
December 1, 2010 at 6:10 pm
GilaMonster (12/1/2010)
In the last 2 weeks there have been three resignations at current client:
The senior developer (leaving only 2 permanent developers)
The Chief Enterprise...
December 1, 2010 at 6:48 am
joerg.kannengiesser (12/1/2010)
maybe it's a bug in 2005R1 - I will check this again after installation of SP3.
Does anyone know if there's a...
December 1, 2010 at 6:24 am
The thing to remember is, despite it's unfortunate name, TIMESTAMP has nothing whatsoever to do with time. It's simply an incrementing number that is automatically updated each time a row...
December 1, 2010 at 5:44 am
I'm sorry, I don't understand the order that you're trying to achieve. It doesn't look like you're ordering by managerid or by employee id. Are you trying to retrieve the...
December 1, 2010 at 5:42 am
For what it's worth, foreign keys, constraints, statistics, and indexes can all affect the execution plan, so simply pointing at a query and asking which table is accessed first can't...
December 1, 2010 at 5:32 am
WayneS (11/30/2010)
To all the Threadizens that have presented - how have you incorporated this public speaking into your resume? Examples would be great!
Oooh, good question. I haven't. I have listed...
December 1, 2010 at 5:17 am
Kit G (11/30/2010)
Grant Fritchey (11/30/2010)
Jeff Moden (11/30/2010)
November 30, 2010 at 7:42 am
This is piling on, but I agree with Gail & Lowell. I've had the situation where certain tables (badly designed tables I might add) needed stats updated hourly, with a...
November 30, 2010 at 7:40 am
It sounds like the regressions I've heard from other people. In general, SQL Server 2005 and 2008 are much better with execution plans, etc, than 2000. But, there were some...
November 30, 2010 at 7:35 am
Viewing 15 posts - 13,846 through 13,860 (of 22,213 total)