Versions Compared

Key

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

...

  • Server(Required) - the name or network address of the instance of SQL Server to which to connect;
  • Port(Optional) - the server port, will be added to server name  'Server':'Port';
  • User Id(Required) - the SQL Server login account;
  • Password(Requirednot always required *) - the password for the SQL Server account logging on;
  • Database(Required) - the name of the database;
  • Table prefix(Optional) - the database table prefix for you CMS installation, for Umbraco usually empty.

Note
title*

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


Info

Here is like will look final connection string generated to Generic Content Provider:

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

...