-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ba8819
commit a06c898
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
type: rule | ||
archivedreason: | ||
title: Do you check out the built-in samples? | ||
guid: f52c8019-e61a-43e9-bcb1-14c270a9cab3 | ||
uri: check-out-built-in-samples | ||
created: 2023-12-11T14:38:33.0000000Z | ||
authors: | ||
- title: Jeoffrey Fischer | ||
url: https://ssw.com.au/people/jeoffrey-fischer | ||
related: | ||
- customization-do-you-know-which-version-of-sql-reporting-services-and-visual-studio-you-are-using | ||
redirects: [] | ||
|
||
--- | ||
|
||
<!--endintro--> | ||
|
||
SQL Server 2008 R2 Reporting Services comes with some great samples that will help get you started. Unfortunately, they aren't installed by default. | ||
|
||
These samples include: | ||
|
||
1. Report Project based on the Adventure Works 2008 R2 database | ||
2. Report Builder Model based on the Adventure Works 2008 R2 database | ||
|
||
Upon installing the samples successfully, you should see 3 folders (shown below) in your Report Manager. | ||
|
||
![Figure: A proper installation of the samples](Folders2008R2.gif) | ||
|
||
For more information, visit the following links: | ||
|
||
[AdventureWorks sample databases](https://learn.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver16&tabs=ssms) | ||
|
||
[Samples for Reporting Services](https://github.com/microsoft/sql-server-samples/tree/master/samples/features/reporting-services) | ||
|
||
[AdventureWorks Sample Reports](https://www.ssw.com.au/ssw/Standards/AdventureWorksSamples.aspx) |