Exporting SQL Server Databases for offline use
Posted
by WedTM
on Stack Overflow
See other posts from Stack Overflow
or by WedTM
Published on 2010-03-26T22:05:36Z
Indexed on
2010/03/27
2:23 UTC
Read the original article
Hit count: 300
sql-server
|offline
I have a desktop application (C# .NET 3.5) that uses a SQL server for it's database. I have had a request from the client, however, to make it possible to export the database as it stands, and be able to use it on a laptop without connectivity. They understand that updates to the parent server will not be reflected in these offline clients.
Is there a way I can just save the DataSet's to a binary form and write them to a disk and send those files to the offline clients.
© Stack Overflow or respective owner