Category: SQL SERVER & SQL EXPRESS

C# connect to SQL express and retrieve a set of data

try { SqlDataReader thisReader; SqlConnection thisConnection = new SqlConnection("Data Source=SERVERNAME\SQLEXPRESS;Initial Catalog=yourdatabase;Integrated Security=True;");… more »