Viewing 15 posts - 16 through 30 (of 34 total)
bohra_anand (4/15/2010)
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'as'.
Msg 156, Level 15, State 1, Line 3
Incorrect syntax near the keyword...
April 15, 2010 at 7:37 am
Stan Kulp-439977 (4/15/2010)
I just meant this as an introduction, thus the "Hello World" allusion.
Agreed, but using a recordset/foreach loop and a script task is not quite "hello world" material. ...
April 15, 2010 at 7:06 am
Mike C (4/14/2010)
April 14, 2010 at 11:12 am
Why was this not done entirely in the data flow, where batch inserts could be done, as opposed to row-by-row in your method? You can use a data viewer...
April 13, 2010 at 10:36 am
paul.knibbs (1/11/2010)
January 11, 2010 at 9:06 am
SQL Noob (11/5/2009)
isn't that going to be caught in testing?
when we were getting ready for sql 2005 we found our developers had written code that looks like
select column1, column1...
November 5, 2009 at 12:37 pm
djnewman (11/5/2009)
November 5, 2009 at 12:19 pm
Peter_Beery (11/5/2009)
November 5, 2009 at 10:20 am
The problem with this approach is that the user can no longer do COUNT(*) as was indicated.
COUNTing a column, especially one that allows NULLs (perhaps a unique non-null primary key...
November 5, 2009 at 9:58 am
A Joy (10/6/2009)
There are a number of variances in VS2008
The ForEachLoopEditor requires some additional steps and the .net script...
October 6, 2009 at 7:08 am
J.D. Gonzalez (10/5/2009)
October 5, 2009 at 7:06 am
Peso-284236 (10/5/2009)
For the first part, isn't it just easier to use the "FileName" property of load-component?
Yes, indeed. My thoughts exactly. The problem with this write-up is that there...
October 5, 2009 at 6:54 am
Viewing 15 posts - 16 through 30 (of 34 total)