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 |
rafael.soteldo
Starting Member
36 Posts |
Posted - 2012-11-27 : 09:30:25
|
Suppose I want to send a database to someone else via internet. Sometimes I want to let people from other forums to have my code and data so they can see what's wrong.I'm not being able to send my database succesfuly.I perform a back up, then I pack my project along with the back up, and I expect that they restore from the back up. But apparently it is not working.Any idea?Thanks in advance for your time-------Rafael Soteldo |
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
Posted - 2012-11-27 : 09:52:04
|
There are many reasons whu the backup may not be restoring - such as , they are attempting to restore a SQL Server higher version database backup to a lower SQL server version. Do they send you any error messages?Jack Vamvas--------------------http://www.sqlserver-dba.com |
|
|
rafael.soteldo
Starting Member
36 Posts |
Posted - 2012-11-27 : 13:28:08
|
Ah ok, so it should work unless they use the wrong version...What could I do then?, How can I put the database or it's contents in SkyDrive, so any person can download it and create the database in his or her environment?Thanks in advance for your time-------Rafael Soteldo |
|
|
Trevinator
Starting Member
8 Posts |
Posted - 2012-11-29 : 18:27:18
|
You could also set the table to federate and allow them permission to edit your table. |
|
|
|
|
|