Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 messagebox

Author  Topic 

ducletan
Starting Member

25 Posts

Posted - 2010-12-30 : 21:51:18
i want
if messagebox.show('Are you sure?')= no return
dele mytable where ...

help me write a SP

thanks

nigelrivett
Master Smack Fu Yak Hacker

3385 Posts

Posted - 2010-12-30 : 22:28:43
You don't get client interaction from an SP.
You need a client interface for this. Something like VBSCript would probably be simplest but you might look towards developing application development skills and deciding on a platform.

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

ducletan
Starting Member

25 Posts

Posted - 2010-12-30 : 22:41:35
thanks
Go to Top of Page
   

- Advertisement -