Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
Carefree
Posted - 20 April 2012 : 04:39:40 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.
1 L A T E S T R E P L I E S (Newest First)
HuwR
Posted - 20 April 2012 : 05:53:38 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