The following download files provides scripts for creating the EmployeeDb sample databases for use with SQL Server. The Scripts have created from the Microsoft SQL Server Management Studio. The EmployeeDb is using in the various examples, tutorials and projects on the Authorcode.
The zip files contains the following files:
– tbl_department.sql
– tbl_EmployeeDetails.sql
– tbl_employee.sql
Download the file.
[wpfilebase tag=file id=17 /]
Please follow the steps.
Instructions
– Download the zip file.
– Extract the zip file, zip file contains three .sql files.
– Create the empty database with name ‘EmployeeDb’ in your sql server instance.
– Execute all three files.