readme.txt

来自「c#标准教程适合与处于不同学习阶段的人」· 文本 代码 · 共 9 行

TXT
9
字号
To create the Sales DB in SQL Server, open SQL Server Query Analyzer, and drag-drop the 
SQL script file --- 'Sales-DB-for-SQL-Server.sql' --- into Query Analyzer.  Run the
SQL, and it will create the Sales DB and fill with same data.

Whenever you need to recreate database or fill database with original data, you can
rerun the SQL script.

Cheers!

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?