I am using vb.net and in my project i want to create store procedure in single sql file but system reads as single procedure..So
like this is an sql file..
create proc aa ... ...
create proc bb ... ...
for to solve this problem what can i do ? Please forward me the solution as soon as possible.