Viewing 15 posts - 43,906 through 43,920 (of 59,097 total)
kevball2 (5/4/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 6:07 pm
Here's the same tests but in the FULL recovery mode. Just DROP wins again... notice the couple of writes to the log this time...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 6:01 pm
I agree with George. Just to be sure, though, I ran a test where I build my normal million row test table and then used profiler to measure what's...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 5:50 pm
Like Jackie Chan's Uncle says... "And one more thing..."
If the second operand evaluates to "0" (zero), you get the whole directory structure from the current directory mentioned in the first...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 4:02 pm
Jeff Moden (5/4/2009)
psteja2000 (5/4/2009)
I ended up hacking what I wanted from here:http://www.simple-talk.com/sql/t-sql-programming/the-tsql-of-text-files/
Not bad... just be advised that there is absolutely no need to resort to the likes of xp_CmdShell or...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 3:57 pm
Jack Corbett (5/4/2009)
Jeff Moden (5/4/2009)
Ramesh (5/4/2009)
I would go with SSIS and the following link should get to startedhttp://www.sqlis.com/post/Looping-over-files-with-the-Foreach-Loop.aspx
Not a bad recommendation... I just do it all from T-SQL. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 3:53 pm
psteja2000 (5/4/2009)
I ended up hacking what I wanted from here:http://www.simple-talk.com/sql/t-sql-programming/the-tsql-of-text-files/
Not bad... just be advised that there is absolutely no need to resort to the likes of xp_CmdShell or the horribly...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 3:51 pm
Manie Verster (5/4/2009)
gserdijn (5/1/2009)
Manie Verster (4/30/2009) Here is a cursor that I would like you to convert to set for me please. If you can do this I will accept...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 2:37 pm
Sheng (5/3/2009)
Jeff Moden (5/3/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 11:56 am
Ramesh (5/4/2009)
I would go with SSIS and the following link should get to startedhttp://www.sqlis.com/post/Looping-over-files-with-the-Foreach-Loop.aspx
Not a bad recommendation... I just do it all from T-SQL. I hope to never learn...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 11:53 am
New uses of something "old" is never a bore. Thank you for the feedback even on old threads.
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 11:40 am
JohnG (5/4/2009)
peter (5/4/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 11:27 am
Heh... on the other hand, if the worst cursor someone writes is to pass individual records to an email routine, then there also wouldn't be a need for this series...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 11:24 am
Indianrock (5/4/2009)
But again, the ones that report on stored procedures do almost nothing in our environment since procs are hardly used.
That's why I start performance monitoring at the "Batch Completion"...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 11:18 am
Steve Jones - Editor (5/4/2009)
Hint taken, it's on the list.
Thanks, Steve. Just an FYI... I've upgraded to the other "sin"... IE8. No changes to report. Everything previously...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 4, 2009 at 11:14 am
Viewing 15 posts - 43,906 through 43,920 (of 59,097 total)