Introduction - If you have any usage issues, please Google them yourself
/************ To establish a database*//* the establishment of databases wagemanage, and define the physical storage path*/CREATE DATABASE wagemanageON PRIMARY (NAME = wagemanage, FILENAME = D: wagemanage_MDF.mdf) GO/****************** establish a basic table*******************//* the establishment of the staff base table* /