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

Load AdventureWorks sample data in the Fabric portal

Here are the steps to load the AdventureWorks sample data:

  1. Once the new database is created, open the database's home page. Select Sample Data.
  2. You'll see a Loading Sample Data notification.
    • Don't modify the database while the import is in process.
  3. 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 the AdventureWorksLT sample database.
  4. 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.

Next step