it it possible to create/edit and save stored procedures from within vb code? im using SQL Server 2000
On Error GoTo Hell Hell: Kill Me Food For Thought: - Do not judge a book... if you're not a judge!
You'd use the objconn.execute method and create the SP just like you would in Enterprise manager, the exact same syntax.
Or ExecuteNonQuery on a SQLCommand object if you're using ADO.NET...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Forum Rules