Buttons and sprocs

  • Is it possible to create a button on the desktop/within sql server to activate a stored proc?


    If riding in a plane is flying, then riding in a boat must be swimming. To experience the element, get out of the vehicle. Skydive!

  • On desktop create new shortcut and type in the following

    isql -S server -U loginid -P password -d database -q "exec procname" 

    this will run in a dos prompt and you will be able to see the results on the screen.

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Cheers mate! Ideal!


    If riding in a plane is flying, then riding in a boat must be swimming. To experience the element, get out of the vehicle. Skydive!

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

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