Hi friends,
How to take a back up for deleting a row in grid view.
To create a stored procedure for deletion with back up for deleted row.
example like i have to delete a record from DATE table, DATEBACKUP table is in tempdb in systemdatabase.
Deleted row should move to DATEBACKUP database.
how to move a specific row from one table to another table.
Thanks.
SATHIYANARAYANAN