Viewing 15 posts - 1,696 through 1,710 (of 3,738 total)
d_george (10/16/2006)
Howdy
Anyone have any idea what this is?
Error starting debugging. (Microsoft.DataTransformationServices.VsIntegration)
Package ran fine 20 minutes ago and now this.
Thanks
Did you ever find a solution to your problem?
March 19, 2012 at 2:48 pm
Dumb question but where do I put the Script Component in the Data Flow?:unsure:
Don't I need to specify what to do with all of the columns?
March 19, 2012 at 1:00 pm
Jack Corbett (3/19/2012)
Welsh Corgi (3/19/2012)
Jack,I'm getting the same error when importing the data from DB2 AS400.
Do you have link to a simple exampl on redirecting output on error?
Thanks.
Here's...
March 19, 2012 at 12:53 pm
Dumb question but what what is the best way to edit the XML?
March 19, 2012 at 12:15 pm
NVARCHAR(2000) does not work.
I suspect that there is an issue with the data.
SQL Server does not like something about a particular record.
I need to figure out how to redirect the...
March 19, 2012 at 12:10 pm
Jack Corbett (3/11/2008)
March 19, 2012 at 12:07 pm
GRussell31 (3/19/2012)
If you set the underlying table to be a NVARCHAR you shouldn't need to use a cast or convert as the SSIS meta data should pick up the change.
I...
March 19, 2012 at 11:54 am
I will give it a shot.
March 19, 2012 at 11:45 am
GRussell31 (3/19/2012)
From what you have described I don't think this is an issue with the size of the fields but with the data itself and that SQL cannot convert the...
March 19, 2012 at 11:24 am
I'm getting the same error on a different table.
It get the following truncation error:
[ctl_additional_interest [1]] Error: The "output column "DESC0LINE1" (70)" failed because truncation occurred, and the truncation row...
March 19, 2012 at 11:12 am
I need to split the package for sure.
I'm going to open another post asking if there is a way to edit the package in the DTS equivalent disconnected edit mode.
March 19, 2012 at 6:28 am
Pam Brisjar (3/12/2012)
http://www.sqlservercentral.com/Forums/Topic1265061-364-1.aspx
basic pseudocode:
INSERT INTO [table1]
(
...
March 15, 2012 at 8:02 am
Viewing 15 posts - 1,696 through 1,710 (of 3,738 total)