Viewing 15 posts - 7,636 through 7,650 (of 13,882 total)
Igor Micev (1/27/2016)
Phil Parkin (1/27/2016)
kavithaje (1/27/2016)
Am new to SSIS. I have 2 different tables lying in 2 different DB on 2 different Servers.
I need to merge both the tables to...
January 27, 2016 at 5:58 am
kavithaje (1/27/2016)
Am new to SSIS. I have 2 different tables lying in 2 different DB on 2 different Servers.
I need to merge both the tables to single destination table which...
January 27, 2016 at 5:13 am
None of the variables have definitions till runtime.
As I suggested; give them values.
January 26, 2016 at 6:55 am
rsampson (1/25/2016)
SSIS 2010 fairly simple process, had to hardcode flat file source and OleDb Destinations.
Note: Entire package has delayed validation = TRUE
Want to move...
January 26, 2016 at 5:52 am
TAman (1/22/2016)
January 22, 2016 at 2:06 pm
PSB (1/22/2016)
Although the message is not clear, the error is because of these two fields.When I comment out these fields in the source query, the package runs fine.
OK, but could...
January 22, 2016 at 11:13 am
PSB (1/22/2016)
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED....
January 22, 2016 at 10:45 am
As I do not have a couple of hours to burn today, I did not go through all of your code 😎
However, I suggest that you look into SQL Server's...
January 22, 2016 at 9:59 am
PSB (1/22/2016)
I am trying to bring in two fields from a SQL database (Comments,Description) stored as varchar(MAX) NULL . My destination table also has the same data type.
I am using...
January 22, 2016 at 9:51 am
g.britton (1/22/2016)
January 22, 2016 at 9:43 am
You could try something like this.
Not very elegant, to say the least.
January 22, 2016 at 7:06 am
SQL!$@w$0ME (1/22/2016)
I was trying to see if it's possible to get the current process for a table update(stored proc/query) and log to an audit column using an update trigger....
January 22, 2016 at 5:57 am
MMartin1 (1/21/2016)
January 21, 2016 at 11:27 am
TJT (1/21/2016)
Yes I mean identifying any characters not belonging to the Latin General language.Your query picks up some, but still misses others.
Try to imagine yourself reading this thread for the...
January 21, 2016 at 10:15 am
PearlJammer1 (1/21/2016)
We made a change in the stored procedure which the package call and it now does a cast to the non unicode datatype (varchar) and this package is using...
January 21, 2016 at 8:51 am
Viewing 15 posts - 7,636 through 7,650 (of 13,882 total)