This guide outlines how to connect to the Enterprise Data Warehouse (EDW) using various tools, including SQL Server Management Studio (SSMS), Excel (Windows and Mac), Microsoft Access, ODBC, and Visual Studio. All connections require UW NetID credentials and are secured through appropriate authentication methods.
1. Open SSMS using Run as different user and authenticate with your UW NetID credentials.
2. At the Connect to Server dialog:
3. Click Connect.
4. Once connected, navigate to the Object Explorer to locate your database and open the Views folder to begin querying secured views.
1. Open Excel using your UW NetID credentials.
2. Navigate to Data > Get Data > From Database > From SQL Server Database.
3. In the Data Connection Wizard:
4. Complete the wizard to access and query data from the EDW.
1. Open the desired database in Access.
2. Go to External Data > New Data Source > From Other Sources > ODBC Database.
3. Choose Link to the data source by creating a linked table.
4. Under Machine Data Source, select an existing source or click New if the data source you want is not in the list.
5. This warning is informational. Press ‘OK’ to proceed.
1. Choose User Data Source.
2. Then select a driver:
Option 1: ODBC Driver 17 for SQL Server (preferred)
Option 2: SQL Server Native Client 11.0
Option 3: SQL Server
3. Provide a name, description, and server.
4. Choose With Integrated Windows authentication.
5. Change the default database to the one you want (e.g., UWODS).
6. Click on the checkbox for Use strong encryption for data.
7. Click Test Data Source to verify connectivity.
8. This is what you should see.
9. Select OK until you see the Link Table Dialog box.
2. Define a unique record identifier if prompted.
3. The linked tables will appear in your Access workspace for querying.
1. Open or create a Report Server Project.
2. In Solution Explorer, right-click on Shared Data Sources > Add New Data Source.
3. Enter the connection properties:
4. Test the connection.
5. Click Advanced and set Encryption to True.
6. Confirm the populated connection string and click OK.
7. The data source will now appear in your project and be ready for report development.
If you encounter issues or need assistance: