Generate Tables and Sproc with vb.net

S

Stan Sainte-Rose

Hi,
I need to generate my sql tables and stored procedures.

I have made a .sql file where I have all my tables and stored procedures
with Sql Server Enterprise Manager
So the question is how to generate all of them from a vb.net ?
The best would be to read the file from the disk and create the different
tables and sproc.
Thanks for your help

Stan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top