(MS SQL SERVER) This Program Truncate Tables and Reseed Identity to 1. New Record ID will start from 1.
This Program is for Windows OS. designed in C# used to Reset the TAbles in SQL Server.
- Select Database Specifically.
- Select Specific Table
- Truncate Table (Remove all data from table)
- reset Identity incrementation from 1. (New Identity Row will start from 1)
- .Net 4.5