- Right-click on Shared DataSources folder
- This is on the Solution Explorer navigation window
- If this window is closed, open by clicking View, Solution Explorer. Or Ctrl + Alt + L
- A Shared Data Source Properties window will open with two tabs: General and Credentials
- On the General tab:
- Name your Data Source
- NOTE: It is critical that you think about what you are naming your Data Source because it is incredibly difficult to rename your Data Source. (Especially after you are using it)
- Choose the Type
- i.e. Oracle, Microsoft SQL Server, etc
- Enter a Connection String
- i.e. Data Source= "(local)"; initial catalog=AdventureWorks
- On the Credentials tab:
- Choose one of four options for credentials:
- Windows Authentication
- Use this user name and password
- Prompt for credentials
- Do not use credentials
- Press OK

Add an Existing Data Source to Project
- Right-click on Shared Data Sources Folder
- Add
- Existing Item
- Navigate to your existing project workspace
- Open your project folder
- Sort the files by type to make it easier to find
- Click on your data source you want (DataSourceName.rds)
- Click on Credentials
- Add Credentials as needed
- Click OK
Check out another tutorial: SSRS Dataset
No comments:
Post a Comment