Create the SQLCLR_Test Database

Provides instructions that enable you to create the SQLCLR_Test database and populate the database with the data used by these tutorials.
  1. Start SQL Server Management Studio.
  2. Open the CreateAndLoadSQLCLR_Test.sql script, located in your %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\sql\sqlclr directory.
  3. Execute the script.

    This creates the SQLCLR_Test database and populates its tables with sample data necessary for stored procedure deployment.

  4. Exit SQL Server Management Studio.