Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/70196?pagenum=1
05 November 2025, 08:47
Topic
Carefree
Sql Server Question
20 April 2012, 04:39
Is there an easy way to strip all the data from a Sql Server database (retaining structure, etc)? I exported it, opened in Access and deleted it all ... only to find that I can't "upsize" it to Sql 2012.
Replies ...
HuwR
20 April 2012, 05:53
just create a script that does a TRUNCATE [TABLENAME] on all the tables
however be careful as the forum requires some data or it will not run
ie it needs the config table, and a default forum and an admin user