且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在客户端系统上使用SQl Express将mdf和ldf文件用作数据库

更新时间:2022-11-25 13:01:40

你可以安装Express 而不用高级工具。



如果您的客户端不是内部的,您应该允许客户端在他喜欢的地方和方式安装SQL Server - 他可能已经安装了它。





You can install Express without advanced tools.

If your "client" isn't internal you should allow the client to install SQL Server where and how he likes - he may already have it installed.


Quote:

在客户端系统上保存数据库文件(.mdf& .ldf)安装时间

save database file(.mdf & .ldf) on client system with Installation time





它们可以像任何其他文件一样被复制,但客户可能特别想要它们。



They can be copied like any other files, but the client may want them somewhere in particular.


我建​​议你读这个:



使用数据库发布向导部署数据库 [ ^ ]

发布数据库(SQL Server Management Studio) [ ^ ]

如何:使用Web应用程序项目部署数据库 [ ^ ]
I'd suggest to read this:

Deploying a Database by Using the Database Publishing Wizard[^]
Publish a Database (SQL Server Management Studio)[^]
How to: Deploy a Database With a Web Application Project[^]