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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 multiple rows deletion using sql stored procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-04-22 : 07:59:18
Amol Sangamnerkar writes "i am deleting multiple rows from a table based on primary key
front end is sending a string variable with comma separated values in it to stored proc
how to handle this deletion inside sql server stored proc.

please kindly guide me"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-04-22 : 08:00:41
These will get you started:

http://www.sqlteam.com/searchresults.asp?SearchTerms=csv

They can be easily modified to delete rows.
Go to Top of Page
   

- Advertisement -