Question : .NET: how to transfer sql database to local datasource for web application?

I have a web application in visual studio 3.5, using SQL 2008.
I want to send this project to someone to be able to preview. He has visual studio, but does not have sql. Also, since he is not connected to my network, he can't access the database server.
Basically, I want to be able to compress the project in a zip file and email to my user. Then, I want him to be able to Extract project files and run them Using a datasource as part of the project, without having to install SQL or connecting to my network. But this datasource must contain all the tables, stores procedures, functions, and data on the original database.
What are my options?

Answer : .NET: how to transfer sql database to local datasource for web application?

Yes, but the only other method I know of is quite involved and it requires another piece of software.  If you have less than a dozen stored procedures to move I'd just do it the way I described.  You'll just need the ones used by the application you are developing.
Random Solutions  
 
programming4us programming4us