Viewing 15 posts - 7,621 through 7,635 (of 13,882 total)
I'm with the DBA: the true version of code is what's in Production.
And if your development and release processes are strict enough, the version in SC will match what's in...
February 1, 2016 at 6:13 am
only4mithunc (2/1/2016)
This is case can some one tell me what would be the syntax if the Stored Procedure has got some input / put put parameter?
What have you tried so...
February 1, 2016 at 6:06 am
Hugo is heading in the right direction. This is quite tricky. Here is an outline solution.
Create a flat file connection pointing to your source file. Set the connection to have...
January 30, 2016 at 9:22 am
What do you mean by the following?
tried to create a merge
January 28, 2016 at 12:07 pm
Lynn Pettis (1/28/2016)
I fixed the code I...
January 28, 2016 at 12:01 pm
Lynn Pettis (1/28/2016)
January 28, 2016 at 10:30 am
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
Viewing 15 posts - 7,621 through 7,635 (of 13,882 total)