Viewing 15 posts - 52,471 through 52,485 (of 59,091 total)
I'll have to defer to someone else because I always end up using the BCP format file 😀
Hey folks, can anyone else help here? I don't use DTS for...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 5:45 pm
Heh... the method certainly is useful for a lot of things that would otherwise require a cursor... and a heck of a lot faster, too!
Matt, that's perfect... the only thing...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 5:15 pm
A proper format file using BCP will do... dunno if you can do that in DTS without writing some sort of script...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 4:25 pm
Wow... Outstanding job, Matt! Thanks for that!
I'm pretty tickled that one or the other of us can beat the CLR methods pretty much hands down on eveything except RegEx,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 1:03 pm
The fact that the UDF is taking longer than the embedded code is normal... there's a bit of an overhead associated with running UDF's in many cases especially when the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 12:51 pm
Cross post...
http://www.sqlservercentral.com/Forums/Topic457027-8-1.aspx?Update=1
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 12:49 pm
Why? That's as bad a double post. You're just gonna make people mad...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 12:48 pm
Good list, like everyone else said. Just no hair in the list...
I'd first ask them if they've actually tested their code on a 64 bit machine. I'd want...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 12:45 pm
How many times have you run the test? First section of the test caches the data for the second one. Try reversing the two tests and see what...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 12:38 pm
Good stuff, Phil... we had some critical stuff we needed to do as a batch job and, for sure, it required "SA" privs and xp_cmdShell...
I love my DBA... she...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 12:02 pm
Ken Gaul (2/18/2008)
Still can't see why anyone would...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 11:46 am
Although using FSO through sp_OA is a wonderful idea... it still requires "SA" privs. Not complaining or arguing... just reminding 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 11:34 am
Schnurdle (2/18/2008)
I always create the temp table first, then INSERT into it to avoid such issues.
e.g.
--Create...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 11:13 am
Sure thing, CA... thanks for asking...
http://www.sqlservercentral.com/articles/Advanced+Querying/61716/
... and thanks for the kudo on formatting. I do it mostly so I can read it 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 10:49 am
What are you using to measure the times with? Typically, I'll use SET STATISTICS TIME ON... the CPU time is the actual time it took sans any display. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2008 at 10:11 am
Viewing 15 posts - 52,471 through 52,485 (of 59,091 total)