Skip to content

(MS SQL SERVER) This Program Truncate Tables and Reseed Identity to 1. New Record ID will start from 1.

Notifications You must be signed in to change notification settings

XeroDays/SQL-Server-Refresher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL-Server-Refresher

(MS SQL SERVER) This Program Truncate Tables and Reseed Identity to 1. New Record ID will start from 1.

Summary :

This Program is for Windows OS. designed in C# used to Reset the TAbles in SQL Server.

Features:

  • 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)

Dependencies

  • .Net 4.5

About

(MS SQL SERVER) This Program Truncate Tables and Reseed Identity to 1. New Record ID will start from 1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages