Viewing 15 posts - 1 through 15 (of 26 total)
I think even you store the password, in SSIS password is not stored in the connectionstring. You can check the property value fir the connection.
Use SSIS Configurations for SQL server...
August 22, 2008 at 5:50 pm
Gyanendra
You mentioned that everything is going in error log or lookup is failing.
I think there may be some different issue that is causing records to be errored out.
Is it...
August 22, 2008 at 5:40 pm
If you are iterating through comma delimited string, get the full row set of ID's and Iterate over it using FOR LOOP. 😉
August 22, 2008 at 5:12 pm
Nilesh,
Can you tell what exactly you are trying to achieve?
I think it is a data issue. If you are sure that it’s not a foreign key issue then check for...
August 22, 2008 at 5:07 pm
You are right. You have to use XML configuration.
Check this
http://vyaskn.tripod.com/sql_server_2005_making_ssis_packages_portable.htm
August 22, 2008 at 4:50 pm
If you see the actual error is “The value violated the schema's constraint for the column”
This means that, there is foreign key violation in the destination.
Column: "COLUMN NAME" (728):...
August 22, 2008 at 4:45 pm
You mentioned that, The package is running for more than an hour and you ran profiler as well..
did you see any processID or SPID with -2 value in profiler?
🙂
August 13, 2008 at 9:22 am
Check your mail. I have sent you the updates
August 12, 2008 at 6:05 pm
provide me thee password for package.
I am unable to open it as it is password protected
August 12, 2008 at 4:06 pm
If possible send me structure of both the tables I will try it out.
August 12, 2008 at 3:09 pm
Try following
1) Create Variable of the datatype "object"
2) In Execute sQL task Editor set property to resultset to FullResultSet
3) In resultset Section,
1) Resultset Name = 0
2) VariableNAme = ...
August 12, 2008 at 2:59 pm
"OLEDB Command" does not require destination.
I have used it in my all packages to updates the records.
If you are getting error can u please post the error or snapshot...
August 12, 2008 at 2:28 pm
Just use Import EXport wizard.
August 12, 2008 at 12:07 pm
Viewing 15 posts - 1 through 15 (of 26 total)