Customer Portal Language
 
HomeKnowledge BaseDatabaseInternal Sql Server Connections
Information
Article ID3
Created On2/16/2009
Modified2/16/2009
Share With Others
Internal Sql Server Connections
All of our servers are connected by a private, internal network. This network is not routable on the public Internet and allows for more private communications between your web application and your database. To connect using this internal network, you should use the following names for the Server in your connection string. These aliases will be configured correctly for the database server for your hosting web server.

Sql Server 2008: KinetikData
Sql Server 2005: KinetikData2005

For example, using .NET, your Sql Client connection string to Sql Server 2008 would look like the following: 
"Server=KinetikData;Database=databaseName;Uid=userName;Password=password;"