View Single Post

   
  #2 (permalink)  
Old 04-29-2008, 08:26 PM
Plamen Ratchev
 
Posts: n/a
Default Re: beginners question...

The connection string can differ based on the SQL Server version and
provider you use. See the following links for examples of connection
strings:
http://www.connectionstrings.com/?carrier=sqlserver
http://www.connectionstrings.com/?carrier=sqlserver2005

One example for .NET will be:

ConnectionString = "Data Source=ServerIPAddress;Initial
Catalog=DataBase;User Id=Username;Password=Password;"

HTH,

Plamen Ratchev
http://www.SQLStudio.com

Reply With Quote