From the course: SQL Server: Reporting Services
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Joining data tables - SQL Server Tutorial
From the course: SQL Server: Reporting Services
Joining data tables
- [Adam] Most SQL Server databases break data up across multiple related data tables. It's the configuration that makes relational databases relational. Adding data to a report that spans across tables is simplified using the dataset graphical interface. I'm going to create a new paginated report from the options here inside of the portal. Then, I'll choose the option to create a new blank report in Report Builder. Now, just like before, we need to create another data source. So I'll right click on the Data Sources folder and add a new one. I'll name this WideWorldImporters. Then, I'll embed the connection into the report, we'll connect to a SQL Server, and I'll press the Build button over here on the right. The server name will be my PC, and I'll use Windows Authentication. Then, using the dropdown menu, I'll select the WideWorldImporters database. I'll test the connection. That looks like it works, so I'll say OK, OK, and OK again to create the data source. Then, we'll add in our…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Components of a report2m 31s
-
(Locked)
Create a report data source7m 41s
-
(Locked)
Create a dataset6m 13s
-
Add a data table with the wizard5m 42s
-
(Locked)
Joining data tables5m 56s
-
(Locked)
Format a report6m 50s
-
(Locked)
Reviewing report properties5m 33s
-
(Locked)
View, print, and export a report2m 24s
-
-
-
-
-
-
-
-