With 1 Storeprocedure_you can process to delete data from any table in SQL database/SQL table
Save a lot of time to create SQL Delete StoreProcedure (if you are using Storeprocedure than direct send command to SQL)
Using method
===============
spDeleteDatafromanyTable'Tablename','ID','123' = Delete from Tablename where ID ='123'
===============
Nguồn: Sharecode.vn