Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
vitaly87
Starting Member
13 Posts |
Posted - 2010-03-27 : 07:26:25
|
| hello all!i just want to do a copy of my db. i am a student and just cant do that, i tried to do a backup but its not working. i want to copy my db to work with my project in c# on other computer. can you say how can i do that? |
|
|
vaibhavktiwari83
Aged Yak Warrior
843 Posts |
Posted - 2010-03-27 : 07:37:49
|
| Try the below link [url]http://www.exforsys.com/tutorials/sql-server-2005/sql-server-database-backup.html[/url]Vaibhav T |
 |
|
|
vitaly87
Starting Member
13 Posts |
|
|
vaibhavktiwari83
Aged Yak Warrior
843 Posts |
Posted - 2010-03-27 : 09:15:38
|
| By the error description it shows that you are trying to restore the database instead of backup.and in your original post you told you are trying to take the backup.Vaibhav T |
 |
|
|
vitaly87
Starting Member
13 Posts |
|
|
vaibhavktiwari83
Aged Yak Warrior
843 Posts |
Posted - 2010-03-28 : 13:25:54
|
| This seems the particular path is not accessible try to give original application path C:\Program Files\Microsoft SQL Server\....by default it let you select this path. then copy paste the backup where ever you want.Vaibhav T |
 |
|
|
|
|
|