Viewing 15 posts - 31 through 45 (of 55 total)
let me refrase it.....
when i am loading multiple files if the sheetname is not constant then the package fails.
is there a way to set that dynamically.
thanks
July 2, 2008 at 8:35 am
But then it would fail if the file format is not correct.
say i loop around four files and one of the files have not got the correct column names, it...
June 27, 2008 at 5:21 am
umm i will try this but i thought there might be something like setting it to success in script, as we do for component : Dts.TaskResult = Dts.Results.Success
June 27, 2008 at 3:42 am
^^ this is the error
Error: The result of the expression "@[User::Filename]" on property "ConnectionString" cannot be written to the property. The expression was evaluated, but cannot be set on the...
June 26, 2008 at 5:25 am
i have tried the insert statmenet .... but doesnt insert anything.
here is the code
insert into table3(ID, name,Phone, MPhone)
Select table1.ID, table2.name,table1.Phone, table1.MPhone
FROM table2...
June 19, 2008 at 5:38 am
thanks isn't there any way to do it using the ssis components
June 18, 2008 at 10:09 am
Cool thanks for all your help.
one more question(sorry to be a pain):
how would I insert columns from two tables into one table??
say i have one table called table1 which has...
June 18, 2008 at 9:35 am
Thank you guys I managed to get the sheets. but now i have another problem.
one of the sheets has constant name say 'Sheet1' the other one will change depending on...
June 18, 2008 at 8:41 am
anyone on this????
let me clarify a bit more,
i want to load data to sql server database. the excel sheet comes with password, i have the password i am just lost...
June 11, 2008 at 8:07 am
yes i was trying that. but anyway i had to create another data flow task inorder to do it
thanks
April 28, 2008 at 5:58 am
TRIM(SUBSTRING(isnull([Column 0],''),35,3)) + "-" + TRIM(SUBSTRING(isnull([Column 0],''),38,3))
April 24, 2008 at 2:36 am
thanks.
there were some errors and i corrected them(mainly path problems). but now it says failed to connect. connection refused.
i am doing a connection using this line:
psftp username@hostname -v -bv...
April 23, 2008 at 2:41 am
how would i ran the batch from command line(i mean the command)
April 23, 2008 at 2:14 am
hi,
i have created a batch file which downloads files from sftp. it runs fine on my pc but when i copied them to the server, they dont run.
simply a dos...
April 23, 2008 at 2:07 am
Viewing 15 posts - 31 through 45 (of 55 total)