diff --git a/docs/reporting-services/report-data/data-connections-data-sources-and-connection-strings-report-builder-and-ssrs.md b/docs/reporting-services/report-data/data-connections-data-sources-and-connection-strings-report-builder-and-ssrs.md index c6a51327914..9ab32e2f987 100644 --- a/docs/reporting-services/report-data/data-connections-data-sources-and-connection-strings-report-builder-and-ssrs.md +++ b/docs/reporting-services/report-data/data-connections-data-sources-and-connection-strings-report-builder-and-ssrs.md @@ -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=\MSSQL13.; 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=\; 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=.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=; database=AdventureWorks; 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).|