Viewing 15 posts - 7,621 through 7,635 (of 13,876 total)
Yes there is.
Here is a design pattern for you. This assumes that you keep the date created and date modified columns from your source database in your target database too.
1)...
January 28, 2016 at 6:49 am
ringovski (1/27/2016)
select...
January 28, 2016 at 6:19 am
ringovski (1/27/2016)
Orlando Colamatteo (1/27/2016)
Or are you looking to copy data from an XML column in one...
January 28, 2016 at 6:18 am
kavithaje (1/28/2016)
I know CDC is the best way to do incremental load from source to destination. But since my source DB is Read only and i do not have sufficient...
January 28, 2016 at 6:07 am
utekjunk (1/27/2016)
I am new to SSIS and don't know what the best practice is...
that's something...
January 27, 2016 at 10:42 am
utekjunk (1/27/2016)
I notice that, the event...
January 27, 2016 at 9:36 am
Have you verified (use breakpoints) that the variables' values are correctly being set by the ExecuteSQL task?
January 27, 2016 at 8:39 am
Just expanding on this discussion a little: if there are people here who know both AWS and Azure, it would be nice to hear their views on pros and cons...
January 27, 2016 at 7:49 am
ringovski (1/26/2016)
I have a SQL table with a column data type 'Column Set,XML(.),null) called tp_columnset and not all the rows have data but some <XML> entries. I am trying...
January 27, 2016 at 6:18 am
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
Viewing 15 posts - 7,621 through 7,635 (of 13,876 total)