Skip to content

Update data-connections-data-sources-and-connection-strings-report-bu… #10021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: live
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Connection strings are the text representation of connection properties for a da
|**Data source**|**Example**|**Description**|
|---------------------|-----------------|---------------------|
|SQL Server database on the local server|`Data Source="(local)"; Initial Catalog=AdventureWorks`|Set data source type to **Microsoft SQL Server**. For more information, see [SQL Server connection type (SSRS)](../../reporting-services/report-data/sql-server-connection-type-ssrs.md).|
|SQL Server named instance|`Data Source=<host>\MSSQL13.<InstanceName>; Initial Catalog=AdventureWorks`|Set data source type to **Microsoft SQL Server**. For more information, see [SQL Server connection type (SSRS)](../../reporting-services/report-data/sql-server-connection-type-ssrs.md).|
|SQL Server named instance|`Data Source=<host>\<InstanceName>; Initial Catalog=AdventureWorks`|Set data source type to **Microsoft SQL Server**. For more information, see [SQL Server connection type (SSRS)](../../reporting-services/report-data/sql-server-connection-type-ssrs.md).|
|Azure SQL Database|`Data Source=<host>.database.windows.net; Initial Catalog=AdventureWorks; Encrypt=True`|Set data source type to **Microsoft Azure SQL Database**. For more information, see [Azure SQL connection type (SSRS)](../../reporting-services/report-data/sql-azure-connection-type-ssrs.md).|
|SQL Server Parallel Data Warehouse|`HOST=<IP address>; database=AdventureWorks; port=<port>`|Set data source type to **Microsoft SQL Server Parallel Data Warehouse**. For more information, see [SQL Server Parallel Data Warehouse connection type (SSRS)](../../reporting-services/report-data/sql-server-parallel-data-warehouse-connection-type-ssrs.md).|
|Analysis Services database on the local server|`Data Source=localhost; Initial Catalog=Adventure Works DW`|Set data source type to **Microsoft SQL Server Analysis Services**. For more information, see [Analysis Services connection type for MDX (SSRS)](../../reporting-services/report-data/analysis-services-connection-type-for-mdx-ssrs.md) or [Analysis Services connection type for DMX (SSRS)](../../reporting-services/report-data/analysis-services-connection-type-for-dmx-ssrs.md).|
Expand Down