Viewing 3 posts - 16 through 18 (of 18 total)
Soft Developer (10/5/2011)
I had a question....
create table #t(id int, dt datetime, amt float)
insert into #t select 1,dateadd(d,-2,getdate()),100 union
select 1,dateadd(d,-1,getdate()),150 union select 1,getdate(),250 union...
October 5, 2011 at 6:55 am
#1390640
deepak.a (10/4/2011)Hi All,How to deploy the ssis package through scripts or sql statements or batch file ?Thanks & RegardsDeepak.A
deepak.a (10/4/2011)
How to deploy the ssis package through scripts or sql statements or batch file ?
Thanks & Regards
Deepak.A
Try this link itz having step to step how to deploy through...
October 4, 2011 at 5:37 am
#1390066
Hi ,
You need to check the column name in the first data row field option and make sure that header row delimiter should taken as {CR}{LF}
I think it...
September 28, 2011 at 3:32 am
#1387621