Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2005
»
SQL Server 2005 Strategies
»
How to archive a database
How to archive a database
Rate Topic
Display Mode
Topic Options
Author
Message
Raymond van Laake
Raymond van Laake
Posted Wednesday, December 19, 2012 4:52 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Yesterday @ 3:42 AM
Points: 100,
Visits: 271
Hey,
Each of my customers has his own database. Sometimes a customer quits. When that happens, I want to archive that database. My idea is:
1) Make a full backup to "\\backupserver\final_backups\FINAL_BACKUP_CUSTOMERNAME.BAK"
2) Detach the database "DBCUSTOMER"
3) Delete the files DBCUSTOMER.MDF and DBCUSTOMER_LOG.LDF
Is this the way to go? And if so, how do I do step 3 with T-SQL?
Thanks,
Raymond
Post #1398315
anthony.green
anthony.green
Posted Wednesday, December 19, 2012 5:02 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
Why not just drop the database after you have backed it up?
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1398321
Raymond van Laake
Raymond van Laake
Posted Wednesday, December 19, 2012 5:28 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Yesterday @ 3:42 AM
Points: 100,
Visits: 271
That simple eh...
Thanks!
Raymond
Post #1398330
vikingDBA
vikingDBA
Posted Thursday, December 20, 2012 8:20 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 8:19 AM
Points: 189,
Visits: 863
Just a thought, I would also keep and stash away a copy of the associated logins scripted out using the sp_help_revlogin procedure. That way, you can reinstall the database on another server if needed, and it will keep the same security ID's for the logins, and any SQL Authentication passwords.
Post #1398999
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.