SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

How to empty database

By Boka, 2007/10/15

Total article views: 2018 | Views in the last 30 days: 316

Last week we discussed about problem how to do some data action on all tables and not to break relationship rules.

If you consult sysobjects and sysforeignkeys you will be able to create the hierarchy of tables either from root(s) to leaves or vice-versa.

Once when you have this list you can construct dynamic script and do the action against these tables. Possibilities are unlimited.

This example will empty the content of current database. I found this useful when end users are doing final test in production environment (because they don't have test environment) and after that they ask to switch from test to production. Or, you can export (bcp out, when table order is not important) data and than import (bcp in, when proper order is precondition for successful execution).

By Boka, 2007/10/15

Total article views: 2018 | Views in the last 30 days: 316
Your response
 
 
Related tags

Administration    
Maintenance    
T-SQL    
 
Already registered?  

Free registration required

To read the rest of this article, and access thousands of other articles, we ask you to register on the site and subscribe to our newsletters.

Register

E-mail address:
Password:
Password (confirm):

  

Subscriptions

We ask you to register on the site and subscribe to our newsletters. Subscribing to our newsletters gets you:

  • ALL of our content (thousands of articles, scripts, and forum postings)
  • A daily newsletter (example)
  • A weekly news round up (example)
  • The opportunity to ask and answer questions in our forums
  • A daily Question of the Day to test and help you increase your knowledge of SQL Server.

We ask that you give the newsletter a try for a week. Over 200,000 SQL Server Professionals a day find it entertaining and useful. If not, you are welcome to unsubscribe at anytime.

Steve Jones
Editor, SQLServerCentral.com