Skip to content

Commit 0d6539c

Browse files
Merge pull request #34496 from rwestMSFT/rw-0623-fix-10021
Update data-connections-data-sources-and-connection-strings-report-builder-and-ssrs.md
2 parents 84f9899 + 5de2434 commit 0d6539c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reporting-services/report-data/data-connections-data-sources-and-connection-strings-report-builder-and-ssrs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create data connection strings in Report Builder
33
description: Learn how to create data connection strings and learn important information related to data source credentials.
44
author: kfollis
55
ms.author: kfollis
6-
ms.date: 09/25/2024
6+
ms.date: 06/23/2025
77
ms.service: reporting-services
88
ms.subservice: report-data
99
ms.topic: how-to
@@ -31,7 +31,7 @@ Connection strings are the text representation of connection properties for a da
3131
|**Data source**|**Example**|**Description**|
3232
|---------------------|-----------------|---------------------|
3333
|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).|
34-
|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).|
34+
|SQL Server named instance|`Data Source=<host>\<instance-name>; 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).|
3535
|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).|
3636
|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).|
3737
|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).|

0 commit comments

Comments
 (0)