July 4, 2003 at 4:28 am
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!
July 4, 2003 at 6:26 am
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.
July 4, 2003 at 7:16 am
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