文件名称:T-SQL数据库脚本
文件大小:1.19MB
文件格式:SQL
更新时间:2014-09-05 15:53:46
sql
TSQL --------------------------------------------------------------------- -- Microsoft SQL Server 2008 T-SQL Fundamentals -- -- Script that creates the sample database TSQLFundamentals2008 -- -- Supported versions of SQL Server: 2005, 2008 -- -- Based originally on the Northwind sample database -- with changes in both schema and data to fit the book's needs -- -- Last updated: 20081202 --------------------------------------------------------------------- --------------------------------------------------------------------- -- Create Database --------------------------------------------------------------------- USE master;