Connection String for SQL server 2008 database

Discussion in 'Databases' started by tvb2727, May 21, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. How would I change the below connection string to work when I upload my database to the SQL server after I purchase and sql service add on?

    <add name="tbltrackerConnectionStringSQL" connectionString="Data Source=localhost\SQLEXPRESS;Initial Catalog=maindatabase;Integrated Security=True"
    providerName="System.Data.SqlClient" />

    Thanks.
     
  2. Look in your Control Panel, once you add a SQL Server option the string list listed.
    If you need more help after that just re-post.
    Salute,
    Mark
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page