Question:
How can I copy an SQL Database to another PC?
I'm Seth
2013-01-03 21:56:06 UTC
copying the database with its instance without creating the database again and its tables.
-I copied a vbProgram and the SQL Query of the database connected to it to my PC. The problem is, we cant find the database that I copied to my PC.
Five answers:
Joey
2013-01-04 06:21:20 UTC
When you say copy a SQL Database, do you mean the database files?



If it is the database files, you will need to attach them to a SQL Server installed on your PC.



If the copy is a database backup, then you will need to do a restore.



If the copy is a database script, then you will need to run the script to generate the objects.
Andrew
2013-01-03 22:15:26 UTC
If you have an older version of SQL, you can export your database via a DTS package. You can export the tables, stored procedures, views, permissions and data, or any of them separately. The newer versions of SQL upgraded from DTS to something else that is escaping my memory right now, but it's basically the same thing. The functionality is built into your SQL management Studio.
padillo
2016-12-10 13:53:28 UTC
Above answer is notably solid, all i'd upload is that ASP.internet is in simple terms fantastic, there is notably much no longer something own homestead page can do this ASP.internet can not. the main important disadvantage of ASP.internet is that it incredibly is not any longer loose, who-ever runs your server has to purchase it from Microsoft. I desire own homestead page, yet ASP.internet is in simple terms as solid IMHO.
2013-01-04 03:12:34 UTC
Hi,





Below link would provide information on database and SQL.



http://www.youtube.com/watch?v=4DkGuIKCcU4

http://www.youtube.com/watch?v=Kp4cFzz-bBI
Rakesh Thakur
2013-01-03 21:59:38 UTC
55


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...