i want to delete one record from a table and copy that deleted record into another table .
only query for this operation i need.
Thanks
1. First Copy the record and then delete
2. Use a Delete Trigger for this purpose
You can log the deleted record into other log table using
Delete trigger
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.