Tutorial Preparation

Getting Ready

Posted on November 22, 2020

Loading Sample Data

    We need data in order to follow the Voodoo Avatar database tutorials. Follow the instructions below to load our sample data.

  • A link should be provided at the beginning of each tutorial that requires sample data. This link will provide the SQL code/script that can be used to build the data set that you'll need.
  • If you haven't already done so, please open SSMS.
  • Establish a connection to SQL Server on your localhost.
  • Drag and drop the script that you downloaded into SSMS.
  • Click the 'Execute' button (or hit the F5 key) to run the script.
  • 	Note that the script may return test data.

This concludes our tutorial on tutorial preparation. Please reach out to us if you encountered any issues or if you have feedback or suggestions that you would like to send our way.