Hai
I am using sql stored procedure.sql server 2008 R2
Is it possible to check above query is executed is fine or not
if it fine move to next query
If there is any it will refiect in c#
How can i proceed
Example
insert into a(f1,f2,f3)values(a1,b1,c1)
if the above query sucessfull execution
it will go to update
update b set f4=@f4 where f1=2