Viewing 15 posts - 16 through 30 (of 30 total)
Yes - thank for putting this together Steve, it's been fun! I am pleasantly surprised to not be mathematically eliminated...yet. Of course I may be...haven't tried to do...
March 21, 2011 at 9:34 am
Quoting @BrentO's reply to my similar question to him:
"If you're using the maintenance plans built into SQL Server, then they're rebuilding every index every time, whether it needs it or...
April 19, 2010 at 12:33 pm
blow away your destination file (on the file system as well as within your data flow) and destination connection manager. create a new destination file within your data flow...
February 2, 2009 at 4:15 pm
Sorry I won't be able to give you a reason why this occurs, but I got around this problem by simply putting the data into the desired format and having...
February 2, 2009 at 3:48 pm
in a nutshell, the name of the columns in your data source has changed since the package was last run/created and the column metadata is out of sync. paraphrasing the...
September 12, 2008 at 11:11 am
after reading your problem again today and reading paul's response, i see i misinterpretted your need. i agree with paul's response. paul states correctly:
"Since SSIS moves data through...
September 12, 2008 at 9:18 am
if at this point you could write an sql statement to update your records in an sql tool outside of ssis (ssms?), then i would try to use an ssis...
September 12, 2008 at 1:56 am
beleve it or not, that actually makes sense to me as i had that issue about a year ago on client site, i completely forgot about that until i...
September 12, 2008 at 1:36 am
i'm not quite sure i followed your question completely, but my iterpretation of your issue is that you've created a NULL column you want to fill with data later in...
September 12, 2008 at 1:32 am
i might be misinterpretting your problem, but the way i read it is you have an ssis package on server1 that you wish to move to server2. you are...
September 12, 2008 at 1:15 am
is that the only error you see?
can you please post the entire output - information messages, warning mesages, and error messages all the way to the ...[finished/failed with code blablabla]
my...
September 12, 2008 at 12:58 am
try without user::. just use your variable name.
Public Overrides Sub Input0_ProcessInputRow(ByVal Row As Input0Buffer)
'Initialise the variable
Dim vars As IDTSVariables90
'Lock a variable so that we can write to it
Me.VariableDispenser.LockOneForWrite("varFoo",...
September 11, 2008 at 4:35 pm
not sure if this will work (don't have time to test it myself right now). replace single tick (') with two single ticks (''). note: not a double tick...
September 11, 2008 at 1:10 pm
you need to add and configure a destination for your redirected rows. right now you've set your error rows to be redirected, but you haven't told ssis where you...
September 11, 2008 at 10:39 am
Viewing 15 posts - 16 through 30 (of 30 total)