Embedded and Shared Data Connections or Data Sources (Report Builder and SSRS)

Reports use data connections to retrieve data for a report when a query runs or when the report is processed. You choose from a list of built-in data connection types to connect to a relational database, a multidimensional database, a Web service, or some other source of data. The following terms are used when describing data connections.

  • Data connection.   Also known as a data source. A data connection includes a name and connection properties that are dependent on the connection type. By design, a data connection does not include credentials. A data connection does not specify which data to retrieve from the external data source. To do that, you specify a query when you create a dataset.

  • Data source definition.   A file that contains the XML representation of a report data source. When a report is published, its data sources are saved on the report server or SharePoint site as data source definitions, independently from the report definition. For example, a report server administrator might update the connection string or credentials. On a native report server, the file type is .rds. On a SharePoint site, the file type is .rsds.

  • Connection string.   A connection string is a string version of the connection properties that are needed to connect to a data source. Connection properties differ based on data connection type. For examples, see Data Connections, Data Sources, and Connection Strings in Report Builder.

  • Shared data source.   A data source that is available on a report server or SharePoint site to be used by multiple reports.

  • Embedded data source.   Also known as a report-specific data source. A data source that is defined in a report and used only by that report.

  • Credentials.   Credentials are the authentication information that must be provided to allow you access to external data.

The difference between the embedded and shared data sources is in how they are created, stored, and managed.

Note

You can create and modify report definitions (.rdl) in Report Builder and in Report Designer in SQL Server Data Tools. Each authoring environment provides different ways to create, open, and save reports and related items. For more information, see Designing Reports in Report Designer and Report Builder (SSRS) on the Web at microsoft.com.

Shared Data Sources

Shared data sources are useful when you have data sources that you use often. It is recommended that you use shared data sources as much as possible. They make reports and report access easier to manage, and help to keep reports and the data sources they access more secure. If you need a shared data source, ask your system administrator to create one for you.

In Report Builder, you cannot create a shared data source. You can browse to and select a shared data source from the report server. For more information, see Data Connections, Data Sources, and Connection Strings in Report Builder.

In Report Designer, you cannot browse to a shared data source on the report server. You can create shared data sources as part of a project in Solution Explorer and choose whether to deploy them to a report server. You might choose to use them locally only because of differences in credentials required from your computer or from the report server. For more information, see Data Connections, Data Sources, and Connection Strings (SSRS).

The following icon indicates a shared data source item in the report server folder hierarchy: Shared data source icon

Embedded Data Sources

An embedded data source is a data connection that is saved in the report definition. Embedded data source connection information can be used only by the report in which it is embedded. To define and manage embedded data sources, use the Data Source Properties dialog box.

Comparing Embedded and Shared Data Sources

The following table summarizes the differences between embedded and shared data sources:

Description

Embedded

Data Source

Shared

Data Source

Data connection is embedded in the report definition.

Available

Pointer to the data connection on the report server is embedded in the report definition.

Available

Managed on the report server

Available Available

Required for shared datasets

Available

Required for components

Available

Arrow icon used with Back to Top linkBack to Top

Data Source Credentials

Credentials are used to create an embedded data source, to run a query, or to retrieve data during report processing. The owner of the data source determines the type of credentials that you must use to access the data. Credentials are managed independently from the data connection on a report server, a SharePoint site, or on a local computer in a report authoring environment. Depending on the type of data source, credentials can be saved to avoid prompting or set to prompt each user. The credentials that you need might differ depending on whether you are connecting to the data source from your computer or from the report server. For more information, see Specify Credentials in Report Builder and Data Connections, Data Sources, and Connection Strings (SSRS).

See Also

Tasks

Add and Verify a Data Connection or Data Source (Report Builder and SSRS)

Concepts

Add Data to a Report (Report Builder and SSRS)

Report Authoring Concepts (Report Builder and SSRS)

Data Sources Supported by Reporting Services (SSRS)

Embedded and Shared Datasets (Report Builder and SSRS)

Other Resources

Report Server Content: Folders, Items, and Resources