Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all articles
Browse latest Browse all 7696

programatically install sqlexpress2008 with instance name password and user id ?

$
0
0

Hello

I need below.

1-) if there is sqlserver2008 express, i should install instance name as myprojectname. (Programatically Csharp codes)

2-) if there is no sqlserver 2008 express, i should install sqlserver2008 and instance name as myprojectname. (Programatically Csharp Codes)

both of them my connection string should be like user id = sa; password = sa123; datasource= .\myprojectname.

Thanks.


Viewing all articles
Browse latest Browse all 7696

Trending Articles