Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Server(Required) - a name or a network address of an SQL Server instance you are connecting to;
  • Port(Optional) - a server port, will be added to a server name 'Server':'Port';
  • User Id(Required) - an SQL Server login account;
  • Password(Requirednot always required *) - a password for an SQL Server account;
  • Database(Required) - a database name;
  • Table prefix(Optional) - a database table prefix for your CMS installation (usually empty for EpiServer);

Note
title*

In case of using Integrated security on customer's side, connection without password can be established using Local connection


Info

Here is how a final connection string to a Generic Content Provider might look like:

Server=[Server]:[Port];Database=[Database];Uid=[User Id];Pwd=[Password];

...