Viewing 5 posts - 1 through 5 (of 5 total)
That's good Michael!
I was one of those that was torn between the TWO correct answers and chose the wrong one!
David
September 5, 2005 at 7:59 am
One of the better articles I've seen on this (sorry it's on another site) is here: http://www.15seconds.com/Issue/020715.htm
January 23, 2004 at 9:22 am
Though ISNULL does do the single alternative, COALESCE has the double added benefit of
1) being ANSI standard and supported bu more platforms and
2) allows multiple options.
If I'm testing several...
December 29, 2003 at 8:14 am
You should be able to set all the connection values in one Dynamic Property Task. I have a package we're using for data migration (from Oracle to SQL Server) that...
December 18, 2003 at 6:39 am
Thanks Gabor ...
To answer your questions ...
1) the "WHERE 0=0" is a construct I use to help format the code a little and make it easier to comment out lines...
October 6, 2003 at 11:18 am
Viewing 5 posts - 1 through 5 (of 5 total)