Viewing 15 posts - 1 through 15 (of 27 total)
Jeff Moden (5/7/2008)
Carl Federl (5/7/2008)
The first reference for a tally table that I can recall is in "Guide to Sybase and SQL Server" by C....
May 8, 2008 at 12:46 am
Hi Jeff,
My preference is actually the CLR function I coded up a while back. It's range is the (-) to (+) limit of the bigint type and it takes no...
May 8, 2008 at 12:37 am
Great article.
I used an "Integers" table for years, but starting with 2005 found that CLR functions to stream out integers is better (faster and takes virtually no space in the...
May 7, 2008 at 11:03 am
Ed Sanford (2/18/2008)
......
February 18, 2008 at 5:53 pm
dmbaker (2/18/2008)
Eric Wilson (2/18/2008)
February 18, 2008 at 11:54 am
dmbaker (2/18/2008)
Eric Wilson (2/14/2008)
The only possible reason to want an ARRAY type is because of assumptions of how the data will be *physically* organized. But we...
February 18, 2008 at 10:10 am
By the way, regarding an earlier comment that you cannot Index table variables...
1) True, technically, and another example of the failure to separate logical and physical issues. (Tables should behave...
February 15, 2008 at 12:56 pm
Regarding the overall article's topic:
We DO NOT NEED ARRAYS!
To use XML and Table Variables to try to "emulate" arrays is like grabbing your neighbor's Ferrari to try and emulate a...
February 14, 2008 at 11:42 pm
This just shows how people will overly complicate a set-oriented or SQL based solution because they are trying to fit it into a world they are more comfortable with.
And this...
October 16, 2007 at 10:32 am
Idiot me!
Somehow this posted to the "whole author's stuff"-
Meant it just for the recent article on constants. NOT the author in general.
Will try to delete, but in case not,...
October 16, 2007 at 10:29 am
Sergiy, too funny. Thanks for the laugh. I think you made one good point, and missed about 3 of my points. Oh well.
For me, I've *only* found XML to be...
May 31, 2007 at 5:11 pm
Other than about an order-of-magnitude performance hit (due to saving to disk), not too much.
But they are also not true variables and don't have rigorous scoping rules, etc. Global temp-tables...
May 31, 2007 at 8:58 am
One thing no-one seems to point out:
Why not ASK MICROSOFT and other DBMS vendors to build in Table-Vars as fully fledged things?! Why are we stuck with XML work-arounds (which...
May 30, 2007 at 11:39 pm
Good reminder of work-arounds to us NOT HAVING A RELATIONAL database product. Passing a table into an operation should have been solved in System R originally and part of every...
May 30, 2007 at 8:31 am
Oh my heavens what crap!
WARNING TO NEWBIES: Please do not be dissuaded by the seeming "balance" of comments supporting bit-masking as a "useful" technique.
POINT #1: You cannot do bitmasking in...
December 13, 2006 at 7:24 pm
Viewing 15 posts - 1 through 15 (of 27 total)