Walks you through the process of creating and populating the BookDemo SQL Server database for use with these tutorials. 
                  	  
               
            
 
            	 
            We provide you with an SQL script that automatically creates the BookDemo database in your SQL Server instance, creates the
               BOOKS table, and populates that table with three sample records. You use this BookDemo database in all of the OpenESQL .NET
               Code tutorials.
               	 
            
            	 
             
               		
               - Using SQL Server Management Studio or another preferred method, execute the 
                  		  SetupSqlBooksSQLServer.sql script, located in 
                  		  %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\SQL\ado.net\SqlLegacyBook directory (default location).