4
Answers

How I create sql database with userName and Password

Photo of Murli Jadhav

Murli Jadhav

7y
741
1
my connection string is as followes
con.ConnectionString = @"Data Source=murli-pc\sqlexpress;Initial Catalog=Utilities;Integrated Security=True"; 
 
 
I want to set userName And passWord To My DataBase From Visual Studio 2010
Plz Send Me a link or Video 

Answers (4)