Teradata Connection Type (SSRS)

To include data from a Teradata relational database in your report, you must have a dataset that is based on a report data source of type Teradata. This built-in data source type is based on the .NET Managed Provider for Teradata data processing extension.

Use the information in this topic to build a data source. For step-by-step instructions, see Add and Verify a Data Connection or Data Source (Report Builder and SSRS).

In This Article

Connection String

Credentials

Remarks

Report Models

How-To Topics

Related Sections

Connection String

Contact your database administrator for connection information and for the credentials to use to connect to the data source. The following connection string example specifies a Teradata database on the server specified with an IP address:

data source=<IP Address>

For more connection string examples, see Data Connections, Data Sources, and Connection Strings in Report Builder.

Credentials

Credentials are required to run queries, to preview the report locally, and to preview the report from the report server.

After you publish your report, you may need to change the credentials for the data source so that when the report runs on the report server, the permissions to retrieve the data are valid.

For more information, see Data Connections, Data Sources, and Connection Strings (SSRS) or Specify Credentials in Report Builder.

Arrow icon used with Back to Top link Back to Top

Remarks

Before you can connect a Teradata data source, the system administrator must have installed the version of the .NET Data Provider for Teradata that supports retrieving data from the Teradata database. This data provider must be installed on the same computer as Report Builder and also on the report server.

Not all report delivery modes are supported by this data provider. Delivering reports through data-driven subscriptions is not supported for this data processing extension. For more information, see Use an External Data Source for Subscriber Data (Data-Driven Subscription) in the Reporting Services documentation in SQL Server Books Online.

Arrow icon used with Back to Top link Back to Top

Report Models

To create a dataset from a report model that is based on a Teradata data source, the model must be designed in Model Designer in SQL Server SQL Server Data Tools (SSDT) and published on a report server.

Arrow icon used with Back to Top link Back to Top

These sections of the documentation provide in-depth conceptual information about report data, as well as procedural information about how to define, customize, and use parts of a report that are related to data.

Arrow icon used with Back to Top link Back to Top

See Also

Concepts

Report Parameters (Report Builder and SSRS)

Filter, Group, and Sort Data (Report Builder and SSRS)

Expressions (Report Builder and SSRS)