Hello,
You can find all sample for SQL Server at GitHub: https://github.com/microsoft/sql-server-samples
BTW, AdventureWorks is a bit outdated, new sample is "World Wide Importer".
AdventureWorks2019 -> AdventureWorksDW2019 ETL?
Microsoft provides some sample DBs
https://learn.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver15&tabs=ssms
I downloaded
AdventureWorks2019 and AdventureWorksDW2019
where is the etl (stored procs or SSIS)
-
Olaf Helper 44,296 Reputation points
2022-01-14T05:44:49.903+00:00
2 additional answers
Sort by: Most helpful
-
AmeliaGu-MSFT 13,976 Reputation points Microsoft Vendor
2022-01-14T03:33:17.423+00:00 Hi robm-4957,
You can use AdventureWorksDW database as sample database for SSIS ETL package.
Here is tutorial using the AdventureWorksDW database as an example.Best Regards,
Amelia
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. -
Tom Phillips 17,731 Reputation points
2022-01-14T14:11:16.99+00:00 MS does not provide the ETL or SSIS packages used to create the sample databases.