Viewing 4 posts - 1 through 4 (of 4 total)
can you please help me to pass the connection file in the same way. what will be the syntax of the connection file??
April 8, 2010 at 6:01 am
I found command dtexec /conn connectionfilename packagename.dtsx to execute my package by providing external connection.
But can you please help me to prepare connectionfile. I can't find anywhere googling the...
April 8, 2010 at 5:59 am
Thanks everybody for your warm suggestions. I used output inserted.col1 for my task.
I tried to use @@rowcount but it returned 0 for update statement. So, i couldn't use this.
Thanks again...
April 6, 2010 at 10:11 pm
I mean like
if
update tbl1 set col1='Y' where col2='xyz'
updates one or more rows, then i need to execute one set of statements. if this doesn't update any rows, then i...
April 6, 2010 at 7:22 am
Viewing 4 posts - 1 through 4 (of 4 total)