最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
使用SQLServer2005
时间:2022-07-02 11:26:43 编辑:袖梨 来源:一聚教程网
按如下方法(网上查到的):
So onto the Command Prompt ! (wooohooo)
SQLCMD.exe will be your friend to explore the Beta 1 build of SQL Express. Here's how:
- Open a Command Prompt
- SQLCMD -E -S servernameinstancename (e.g. SQLCMD -E -S guntherb01sqlexpress)
- select name from sys.databases
- go
You'll find a list of the default databases in your SQL Express installation (master, tempdb, model, msdb). However, no sample databases - nothing !
So here's an (unofficial) tip to get some sample data in SQL Express (finally, this post is way to long) :-)
- Download and install Pubs & NWind T-SQL scripts: http://www.micr*o*s*oft.com/downloads/details.aspx?FamilyID=06616212-0356-46a0-8da2-eebc53a68034&DisplayLang=en
- SQLCMD -S servernameinstance -E (or -U sa -P password)
- :r "C:Program FilesMicrosoft SQL Server 2000 Sample Database Scriptsinstpubs.sql"
- :r "C:Program FilesMicrosoft SQL Server 2000 Sample Database Scriptsinstnwnd.sql"
To verify you have successfully loaded the db's :
- select name from sys.databases
- go
- Use pubs
- select * from authors
- go
Note that these T-SQL scripts were designed for SQL2000 (hence unsupported), but hey, they seemed to run perfectly on my SQL Express machine.
Now start enjoying SQL Express 2005 beta 1 !!!
这个版本的SQLServer2005 express 不包括full-text index
So onto the Command Prompt ! (wooohooo)
SQLCMD.exe will be your friend to explore the Beta 1 build of SQL Express. Here's how:
- Open a Command Prompt
- SQLCMD -E -S servernameinstancename (e.g. SQLCMD -E -S guntherb01sqlexpress)
- select name from sys.databases
- go
You'll find a list of the default databases in your SQL Express installation (master, tempdb, model, msdb). However, no sample databases - nothing !
So here's an (unofficial) tip to get some sample data in SQL Express (finally, this post is way to long) :-)
- Download and install Pubs & NWind T-SQL scripts: http://www.micr*o*s*oft.com/downloads/details.aspx?FamilyID=06616212-0356-46a0-8da2-eebc53a68034&DisplayLang=en
- SQLCMD -S servernameinstance -E (or -U sa -P password)
- :r "C:Program FilesMicrosoft SQL Server 2000 Sample Database Scriptsinstpubs.sql"
- :r "C:Program FilesMicrosoft SQL Server 2000 Sample Database Scriptsinstnwnd.sql"
To verify you have successfully loaded the db's :
- select name from sys.databases
- go
- Use pubs
- select * from authors
- go
Note that these T-SQL scripts were designed for SQL2000 (hence unsupported), but hey, they seemed to run perfectly on my SQL Express machine.
Now start enjoying SQL Express 2005 beta 1 !!!
这个版本的SQLServer2005 express 不包括full-text index
相关文章
- 禁闭求生2蝴蝶长靴配方是什么 蝴蝶长靴制作教程 09-18
- 无主之地4圣城隐没区玉米卷饼在哪 圣城隐没区玉米卷饼收集攻略 09-18
- 地狱即我们新手怎么玩 26大系统功能速查手册 09-18
- 英雄联盟手游芮尔怎么连招-熔铁少女连招技巧 09-18
- 禁闭求生2怎么做蝴蝶长袍 蝴蝶长袍制作方法 09-18
- 地狱即我们无人机怎么升级 模块安装与技能解锁指南 09-18