使用MS SQL数据库部署C#应用程序.

问题描述:

我创建了一个使用MS SQL数据库的C#应用​​程序.现在,我需要使用C#项目部署数据库.但是我无法在客户端计算机中安装SM SQL数据库服务器.谁能帮我做到这一点?
有没有一种方法可以部署带有数据库的C#应用​​程序,并在不将SQL Server安装到客户端PC的情况下运行它?

谢谢...:)

I have created a C# application which uses a MS SQL database. Now I need to deploy the database with C# project. But I cant install SM SQL database server in client machine. Can anyone please help me to do this?
Is there a way of deploying a C# application with database, and run it without installing SQL server in client PC?

Thanks... :)

创建设置并支持使用VS.NET创建数据库 [ ^ ]
在安装.NET应用程序期间创建数据库 [部署您的应用程序和数据库 [使用应用程序部署SQL Server Compact数据库 [在VS.NET中创建安装和部署项目 [ CodeProject答案 [
Creating setup With support for database creation Using VS.NET[^]
Create database during installation of a .NET application [^]
Deploy your Application and Database[^]
Deploy a SQL Server Compact Database with an Application[^]
Creating Setup and Deployment Projects in VS.NET[^]

Refer more similar CodeProject Answers[^]