Load AdventureWorks sample data in your SQL database in Microsoft Fabric
Applies to: ✅ SQL database in Microsoft Fabric
In this tutorial, learn how to load the sample AdventureWorks data into a SQL database in Fabric.
SQL database in Fabric enables you to get started quickly with sample data by loading the AdventureWorksLT
sample schema. This easy sample data load is only available in a brand new database. Once any objects are created in the database, the option disappears.
Prerequisites
- You need an existing Fabric capacity. If you don't, start a Fabric trial.
- Make sure that you Enable SQL database in Fabric using Admin Portal tenant settings.
- Create a new workspace or use an existing Fabric workspace.
- Create a new SQL database or use an existing SQL database.
Load AdventureWorks sample data in the Fabric portal
Here are the steps to load the AdventureWorks sample data:
- Once the new database is created, open the database's home page. Select Sample Data.
- You'll see a Loading Sample Data notification.
- Don't modify the database while the import is in process.
- Once complete, there's a notification. The object explorer also refreshes to show the new
SalesLT
schema. You're now ready to get started with theAdventureWorksLT
sample database. - Expand the
SalesLT
schema in the Object Explorer to see the objects that were created. Select on any of the tables to quickly view the data.- For more options, like select top 100 rows or to script an object out, right-click or select the context menu (
...
) of the object name.
- For more options, like select top 100 rows or to script an object out, right-click or select the context menu (