The following is an example of a correctly formatted .NET connection string for Microsoft SQL 2005/2008 database.
Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;