Viewing 10 posts - 16 through 25 (of 25 total)
Part of the issue is definitely people falling into what they know. It's conceptually easy for someone coming from writing C for instance to find the cursor and say...
December 12, 2013 at 10:26 am
One of the somewhat insidious problems with undetected or uncontrolled use of RBAR is that it may often work fine. At first.
As both the load and number of records...
December 9, 2013 at 10:39 am
There are no "dependencies" per se for dynamic SQL because it's just text literals, so you have no defined dependencies to search on directly.
As far as I know the only...
June 18, 2013 at 2:30 pm
There is also the option of using a table type parameter as a container for variable and/variable length parameter lists.
Build a type containing name - value pairs, populate it in...
April 19, 2013 at 9:24 am
Interesting stuff, thank you.
Table type parameters for stored procedures have eliminated much of my need for doing this within SQL, but it's always nice to have options.
January 2, 2013 at 8:02 am
It does seem like that would be one instance where a CLR udf would do very well, especially to support more complex examples. That's precisely the type of thing...
November 29, 2012 at 8:59 am
Scott D. Jacobson (8/1/2012)
MarbryHardin (8/1/2012)
And consider if you want to supply variables instead...
August 1, 2012 at 2:48 pm
Yes, that's my point. Between does not logically imply a comparison order, but SQL Server imposes one.
And consider if you want to supply variables instead of literal values for...
August 1, 2012 at 2:38 pm
Tabs, all the way.
Saying that you want to use spaces because people will write improperly formatted code is a hack. Tabs have the same usefulness and purpose in writing...
March 19, 2012 at 10:27 am
Viewing 10 posts - 16 through 25 (of 25 total)