How can I truncate all tables of a database?
|
Why would you want to truncate all tables? If you want an empty database, why not run the If you want to Truncate a table referenced by a foreign key, you will have to drop the FK constraint first. Disabling constraints is something that is not possible anymore in recent versions of SQL Server. |
|||||||
|
|
You can see this post : how-do-you-truncate-all-tables-in-a-database-using-tsql |
|||||||
|
|
I use the script
|
||||
|
|
|
Reset Auto-Increment? I'm not sure if you understand correctly how this works. Primary Key incrementing is handled by SQL Server using the If I were you, I'd go have a flick through your programming books and pick up some basic database knowledge as it sounds like you're missing some fundamental facts there. |
||||
|