Defining a Data Source

After you create an Analysis Services project, you generally start working with the project by defining one or more data sources that the project will use. When you define a data source, you are defining the connection string information that will be used to connect to the data source. For more information, see Defining a Data Source Using the Data Source Wizard (Analysis Services).

In the following task, you define the AdventureWorksDW2008 sample database as the data source for the Analysis Services Tutorial project. While this database is located on your local computer for the purposes of this tutorial, source databases are frequently hosted on one or more remote computers.

To define a new data source

  1. In Solution Explorer, right-click Data Sources, and then click New Data Source.

  2. On the Welcome to the Data Source Wizard page, click Next to open the Select how to define the connection page.

  3. On the Select how to define the connection page, you can define a data source based on a new connection, based on an existing connection, or based on a previously defined data source object. In this tutorial, you define a data source based on a new connection. Verify that Create a data source based on an existing or new connection is selected and then click New.

  4. In the Connection Manager dialog box, you define connection properties for the data source. In the Provider list, verify that Native OLE DB\SQL Server Native Client 10.0 is selected.

    Analysis Services also supports other providers, which are displayed in the Provider list.

  5. In the Server name text box, type localhost.

    To connect to a named instance on your local computer, type localhost\<instance name>. To connect to the specific computer instead of the local computer, type the computer name or IP address.

  6. Verify that Use Windows Authentication is selected. In the Select or enter a database name list, select AdventureWorksDW2008.

  7. Click Test Connection to test the connection to the database.

  8. Click OK, and then click Next.

  9. On the Impersonation Information page of the wizard, you define the security credentials for Analysis Services to use to connect to the data source. Impersonation affects the Windows account used to connect to the data source when Windows Authentication is selected. Analysis Services does not support impersonation for processing OLAP objects. Select Use the service account, and then click Next.

  10. On the Completing the Wizard page, type the name Adventure Works DW and then click Finish to create the new data source.

Note

To modify the properties of the data source after it has been created, double-click the data source in the Data Sources folder to display the data source properties in Data Source Designer.

Next Task in Lesson

Defining a Data Source View