Viewing 12 posts - 1 through 12 (of 12 total)
Can you please tell me how it has worked for you,I am also having the same scenario.
April 29, 2016 at 6:59 am
Thanks for the reply. But here in this case ETL packages will be run by customer,if we set protection as EncryptAllWithPassword we have to share the password with them...
March 7, 2016 at 2:43 am
I do not have sufficient permission to add deadlock trace.Actually I am inserting new records into Target table (say Table B) using Merge statement (WHEN NOT MATCHED), I have replaced...
September 2, 2015 at 4:54 am
You have to insert that the Results into a Table,because the Execute Sql Task doesn't display resultant data while executing the ssis package..
If you want to work with the results...
May 7, 2012 at 10:04 pm
Thanks for the response guys..
It worked for me...If there is only one ID present (Like 400) we need to select that record,here no need to look at Min amt and...
March 15, 2012 at 11:24 pm
Here are the sample interview questions.
1)WHAT'S THE DIFFERENCE BETWEEN CONTROL FLOW AND DATA FLOW?
2)Difference between Merge and Merge join Transformation?
3)How checkpoints work in a package.
4)How you would suggest using...
December 7, 2011 at 5:57 am
Thanks dude ...Your solution worked for me...The problem is with permission for user account..Thanks alot..
September 1, 2011 at 11:05 pm
The account on which the job has created has admin privilege..Then what might be the other reasons for failure of the package.And the package is running good in production with...
September 1, 2011 at 10:52 pm
The account on which the job has created has admin privilege..Then what might be the other reasons for failure of the package.
September 1, 2011 at 10:49 pm
Hi,
as u mentioned the merge option works under sql server 2008 only.How can we do the above scenerio in sql server 2005..
January 24, 2011 at 4:37 am
Hi,
I can send answer for one of ur requirement
update emp_dest
set status='D'
where empid not in(select empid from emp_stage)
It updates 4,5 to 'D'
u can use delete,insert into,update statements to to...
January 24, 2011 at 12:37 am
Viewing 12 posts - 1 through 12 (of 12 total)