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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Backup Database Advice

Author  Topic 

cipriani1984
Constraint Violating Yak Guru

304 Posts

Posted - 2009-11-18 : 08:14:21
Hi,

Ive developed a database for our office here, but we have a client in the US and he'd like to play around with all the tables and SP's and Functions ive implemented for the frontend and reports.

I know just providing a read only access wont allow him to do all that or to give him full view access, otherwise if he makes changes to a SP itll affect the reports and website at the moment.

Would you recommend I backup the database and he is able to restore it onto his server/machine there?

thanks

svicky9
Posting Yak Master

232 Posts

Posted - 2009-11-18 : 08:33:57

a.you can give him the Backup and let him know the SQL version of the database
or
b.Dump the tables in textfiles or raw files and send him


http://www.sqlserver007.com
Go to Top of Page
   

- Advertisement -