Viewing 7 posts - 1 through 7 (of 7 total)
I'm no SQL expert so correct me if I'm wrong, but...
This script gives me syntax errors because some of the table names in my database include spaces, hyphens and other...
April 11, 2008 at 10:07 am
Mike C (3/28/2008)
March 28, 2008 at 1:28 pm
Mike C (3/28/2008)
Lars Huttar (3/28/2008)
NULLs are not equal to anything
seems equivalent to
(NULL not-equals something) yields TRUE
when in fact, we know that
(NULL not-equals something)...
March 28, 2008 at 11:18 am
Matt Miller (3/28/2008)
March 28, 2008 at 10:36 am
Thanks for a very informative and thought-provoking article. Shows me I still have lots to learn about SQL.
I have a point of unclarity or inaccuracy to pound on so that...
March 28, 2008 at 10:04 am
P.S. I have now discovered, via other articles, that some of the things I was wondering about in the above post are found in Visual Studio (i.e. BIDS), after creating...
July 23, 2007 at 12:55 pm
I agree with the preceding posters: it's a very helpful article. It helped me unlock parts of SSIS I had no idea were there.
However the article could be a lot...
July 23, 2007 at 10:18 am
Viewing 7 posts - 1 through 7 (of 7 total)