开发者

Automatically attach SQL Server database during/after installation

Please tell me how can we attach SQL Server database (SQL Server 2005) d开发者_如何转开发uring installation or after installation using c#.net (desktop application). We can create a form to get details of connection string (user id, pass, server name etc..) . please tell me how can we automatically attach database with SQL Server using .net


You can use the SQL Express Edition it attach automatically database.


Execute a full create database script with your tables, SPs etc. the same way you do any insert i.e. call ExecuteNonQuery method.

Is it what you were asking or you need something more?


You should add a Service-Based Database to your project as shown:

Automatically attach SQL Server database during/after installation

This way you will an app.config setting for automatic Db Attach as well :

Automatically attach SQL Server database during/after installation


All that you will need to do after that is change the database server instance name.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜