Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit bd5f23f

Browse files
authored
Merge pull request #10023 from MicrosoftDocs/master
4/23 PM Publish
2 parents f7fced3 + 89dcad7 commit bd5f23f

102 files changed

Lines changed: 7255 additions & 4918 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
"redirect_document_id": false
1717
},
1818
{
19-
"source_path": "docs/relational-databases/polybase/polybase-type-mapping.md",
20-
"redirect_url": "/sql/relational-databases/polybase/polybase-guide",
21-
"redirect_document_id": false
22-
},
23-
{
2419
"source_path": "docs/relational-databases/polybase/get-started-with-polybase.md",
2520
"redirect_url": "/sql/relational-databases/polybase/polybase-guide",
2621
"redirect_document_id": false
@@ -13946,13 +13941,23 @@
1394613941
"redirect_document_id": false
1394713942
},
1394813943
{
13949-
"source_path": "docs/2014/reporting-services/report-data/report-model-connection-ssrs.md",
13950-
"redirect_url": "/sql/reporting-services/report-data/report-data-ssrs",
13944+
"source_path": "docs/2014/reporting-services/report-design/formulas-in-report-model-queries-report-builder-and-ssrs.md",
13945+
"redirect_url": "/sql/reporting-services/report-design/report-builder-functions-previous-function",
13946+
"redirect_document_id": false
13947+
},
13948+
{
13949+
"source_path": "docs/reporting-services/report-design/formulas-in-report-model-queries-report-builder-and-ssrs.md",
13950+
"redirect_url": "/sql/reporting-services/report-design/report-builder-functions-previous-function",
13951+
"redirect_document_id": false
13952+
},
13953+
{
13954+
"source_path": "docs/2014/reporting-services/reports/clickthrough-reports-ssrs.md",
13955+
"redirect_url": "/sql/reporting-services/reports/previewing-reports",
1395113956
"redirect_document_id": false
1395213957
},
1395313958
{
13954-
"source_path": "docs/reporting-services/report-data/report-model-connection-ssrs.md",
13955-
"redirect_url": "/sql/reporting-services/report-data/report-data-ssrs",
13959+
"source_path": "docs/reporting-services/reports/clickthrough-reports-ssrs.md",
13960+
"redirect_url": "/sql/reporting-services/reports/previewing-reports",
1395613961
"redirect_document_id": false
1395713962
}
1395813963
]

docs/2014/reporting-services/data-connections-data-sources-and-connection-strings-in-reporting-services.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ manager: kfile
129129
|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 &#40;SSRS&#41;](report-data/sql-server-parallel-data-warehouse-connection-type-ssrs.md).|
130130
|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 &#40;SSRS&#41;](report-data/analysis-services-connection-type-for-mdx-ssrs.md) or [Analysis Services Connection Type for DMX &#40;SSRS&#41;](report-data/analysis-services-connection-type-for-dmx-ssrs.md).|
131131
|Analysis Services tabular model database with Sales perspective|`Data source=<servername>;initial catalog= Adventure Works DW;cube='Sales'`|Set data source type to `Microsoft SQL Server Analysis Services`. Specify perspective name in cube= setting. For more information, see [Perspectives &#40;SSAS Tabular&#41;](../analysis-services/tabular-models/perspectives-ssas-tabular.md).|
132-
|Report model data source on a report server configured in native mode|`Server=http://myreportservername/reportserver; datasource=/models/Adventure Works`|Specify the report server or document library URL and the path to the published model in the report server folder or document library folder namespace. For more information, see [Report Model Connection &#40;SSRS&#41;](report-data/report-model-connection-ssrs.md).|
132+
|Report model data source on a report server configured in native mode|`Server=http://myreportservername/reportserver; datasource=/models/Adventure Works`|Specify the report server or document library URL and the path to the published model in the report server folder or document library folder namespace.
133133
|Report model data source on a report server configured in SharePoint integrated mode|`Server=http://server; datasource=http://server/site/documents/models/Adventure Works.smdl`|Specify the report server or document library URL and the path to the published model in the report server folder or document library folder namespace.|
134134
|[!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] 2000 [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] server|`provider=MSOLAP.2;data source=<remote server name>;initial catalog=FoodMart 2000`|Set the data source type to `OLE DB Provider for OLAP Services 8.0`.<br /><br /> You can achieve a faster connection to [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)] 2000 [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] data sources if you set the `ConnectTo` property to `8.0`. To set this property, use the **Connection Properties** dialog box, **Advanced Properties** tab.|
135135
|Oracle server|`data source=myserver`|Set the data source type to `Oracle`. The Oracle client tools must be installed on the Report Designer computer and on the report server. For more information, see [Oracle Connection Type &#40;SSRS&#41;](report-data/oracle-connection-type-ssrs.md).|
@@ -140,9 +140,7 @@ manager: kfile
140140
|XML data source, XML document|`http://localhost/XML/Customers.xml`|Set the data source type to `XML`. The connection string is a URL to the XML document.|
141141
|XML data source, embedded XML document|*Empty*|Set the data source type to `XML`. The XML data is embedded in the report definition.|
142142

143-
If you fail to connect to a report server using `localhost`, check that the network protocol for TCP/IP protocol is enabled. For more information, see [Configure Client Protocols](../database-engine/configure-windows/configure-client-protocols.md).
144-
145-
For more information about the configurations needed to connect to these data source types, see the specific data connection topic under [Add Data from External Data Sources &#40;SSRS&#41;](report-data/add-data-from-external-data-sources-ssrs.md) or [Data Sources Supported by Reporting Services &#40;SSRS&#41;](create-deploy-and-manage-mobile-and-paginated-reports.md).
143+
If you fail to connect to a report server using `localhost`, check that the network protocol for TCP/IP protocol is enabled. For more information, see [Configure Client Protocols](../database-engine/configure-windows/configure-client-protocols.md).
146144

147145
## <a name="bkmk_special_password_characters"></a> Special characters in a password
148146
If you configure your ODBC or SQL data source to prompt for a password or to include the password in the connection string, and a user enters the password with special characters like punctuation marks, some underlying data source drivers cannot validate the special characters. When you process the report, the message "Not a valid password" may indicate this problem. If changing the password is impractical, you can work with your database administrator to store the appropriate credentials on the server as part of a system ODBC data source name (DSN). For more information, see "OdbcConnection.ConnectionString" in the [!INCLUDE[dnprdnshort](../includes/dnprdnshort-md.md)] SDK documentation.

0 commit comments

Comments
 (0)