Viewing 15 posts - 706 through 720 (of 887 total)
John Mitchell-245523 (11/23/2011)
The merge-statement in T-SQL will give you the ability to compare and insert/update rows.
Although this is a SQL Server 2005 forum, so MERGE may not be an option.
John
My...
November 23, 2011 at 7:24 am
sqlfriends (11/22/2011)
I would like to do incremental import and update instead of using truncate or delete to import data from staging...
November 23, 2011 at 7:05 am
Debbie Edwards (11/23/2011)
I tried and tried but failed to get it working. I really didnt understand the script stuff onm the last post but I nearly got it sorted...
November 23, 2011 at 5:36 am
Debbie Edwards (11/22/2011)
I just ran the test and obviously it failed.
Im getting errors such as Error: The type of the value being assigned...
November 22, 2011 at 7:53 am
Debbie Edwards (11/21/2011)
Ill...
November 21, 2011 at 10:09 am
I know it is extra work, but in order to see where you are going wrong it is better to look at the actual package.
If possible, please create a small...
November 21, 2011 at 10:03 am
Could you please post your package...I cannot get to your blog from here.
November 21, 2011 at 9:57 am
That's ok...it's a little confusing at first, so let me explain in detail.
Your SQL query (in the Execute SQL Task) returns an ADO Recordset object, which can contain rows and...
November 21, 2011 at 9:16 am
You don't need a separate variable for each field in the returned resultset. It can all be contained with the same object variable, and then used in the variables mapping...
November 21, 2011 at 8:57 am
Debbie Edwards (11/21/2011)
November 21, 2011 at 8:32 am
November 21, 2011 at 8:12 am
Have a look at the following, and see if it explains it well enough...otherwise I can have another look: http://microsoft-ssis.blogspot.com/2011/02/how-to-configure-foreach-loop-file.html
November 21, 2011 at 8:10 am
Yeah...tough situation.
I think no. 3 would be your most sustainable option in the current setup. Sure, creating a hundred empty files is a lot of work but not as much...
November 18, 2011 at 11:33 am
Debbie Edwards (11/18/2011)
So is the above not possible? Setting the parameters at the top level for...
November 18, 2011 at 9:03 am
Debbie Edwards (11/18/2011)
A top level package which runs the package with the SPs in
Set the parameters up at this level
Delete...
November 18, 2011 at 8:40 am
Viewing 15 posts - 706 through 720 (of 887 total)