Tuesday, July 10, 2012

Connection strings for OLAP, Analysis Services

Standard

Data Source=myServerAddress;Catalog=myDataBase;

Encrypted Connection

Data Source=myServerAddress;Catalog=myDataBase;ProtectionLevel=PktPrivacy;

Signed Connection

Data Source=myServerAddress;Catalog=myDataBase;ProtectionLevel=PktIntegrity;

Authenticated Connection

Data Source=myServerAddress;Catalog=myDataBase;ProtectionLevel=Connect;

Unauthenticated Connection

Data Source=myServerAddress;Catalog=myDataBase;ProtectionLevel=None;

Share : Connection strings for OLAP, Analysis Services

Related Posts

Connection strings for OLAP, Analysis Services
4/ 5
Oleh