Viewing 14 posts - 1 through 14 (of 14 total)
peterhe (12/17/2010)
In programing, window functions like ROW_NUMBER() is a real help.
AMEN!
June 8, 2011 at 10:38 am
Yes, you are right, 99% of the time, set-based or in-memory pipeline is the way to go. However, for performance reasons, sometimes the counter-intuitive way is the way to go....
August 25, 2010 at 4:55 am
As in being inneficient, yes it is, but that depend on your case/purpose.
If you however only need to apply that sp to 100 rows of a DF of 20...
August 25, 2010 at 3:05 am
John,
Is the output of the SP what is the problem, say that the procedure returns two rows... like lastId int, nextId int.
That is what I am...
August 25, 2010 at 3:00 am
My fault. I meant to say "Execute OleDb Command". It is used frequently for update statements on an individual row basis.
Francisco.
August 25, 2010 at 2:37 am
I guess I am out of luck then? :crying:
August 25, 2010 at 1:24 am
Paul White NZ (5/5/2010)
Just faster in all scenarios eh? Sounds like magic! I wish SQL Server was Oracle...:laugh:
Hehehe, I never meant to say *all* scenarios, but yes, table...
May 5, 2010 at 4:42 am
Yes, this is the good old and tiring issue in Sqlserver. In oracle, partitions are just faster in all scenarios, however, this is not the case with sqlserver. It does...
May 5, 2010 at 2:20 am
Lynn Pettis (11/3/2009)
No clue. I haven't run into this problem and neither have any of my coworkers so far either.I'm interested if you should learn more about this problem.
Well,...
November 3, 2009 at 11:46 am
Hi,
Under my indication, a new bug was opened in Microsoft connect back then. They acknowledged the z-order problem in the rendering and scheduled it to be...
November 3, 2009 at 11:09 am
For the record, just in case anyone is looking for the same info:
There is a BUG in SQL Server 2005. It is documented that setting the packet size above 16KB...
October 28, 2009 at 1:42 pm
george sibbald-364359 (10/28/2009)
change this at your peril. I did once and it broke part...
October 28, 2009 at 12:02 pm
Lowell (10/28/2009)
For Ethernet LAN/WAN, max packet size is...
October 28, 2009 at 11:56 am
Absolutely nobody has a clue on this and/or has never happened to anyone?
Thanks in advance.
October 25, 2008 at 6:31 am
Viewing 14 posts - 1 through 14 (of 14 total)