Creating stored procedure through vb.net
The have a store procedure written. Now I generate the script from SQL Enterprise Manager. My client does not want to use SQL Query Analyzer to first run this script that will create this stored procedure in SQL Server. He want to load this script in text box control and then on click of button, create this SP through VB.NET. I know this can be done using SQLDMO but do not know how! Can anyone help?
Regards,
Vilas

