Executing Stored procedure From VB Script

  • Hi All

    I have couple of stored procedure that I want to use without Running SSMS (management studio). These Stored procedures works fine. I was wondering Is there a way I can call these Stored procedures In VB script, So I just need to run these scripts at command prompt which in turn execute the Stored Procedures.

    Gaurav

  • same idea as here:

    http://support.microsoft.com/kb/164485

    Set the variables, create the objects, make the call. ASP uses VBScript, so the code is the same, minus the <! stuff.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply