SQL Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This might be a weird question to ask, but here goes.

I have a database that is on the SQL server. I want to make a copy of this
database so that I can do some testing with some things that I want to add.
Does this make a copy in SQL and what happens when I'm done and I delete it.
Any information anyone has will be great. Thanks
 
Before you go messing with a SQL Server database, you need to talk to your
DBA (DataBase Administrator) who is in charge of that SQL Server database.
You'll be VERY sorry if you mess up or delete the wrong files.
 
And your DBA will likely be able to give you a backup file that you can
restore onto a Development SQL Server for this purpose.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top