数据库开发基本操作-Microsoft SQL Server Management Studio Express下载和安装
VS2008内置了Express版本的SQL Server 2005,用于学习和开发使用。Express版本的SQL Server并没有提供管理工具(Management Studio),我们可以使用VS2005的服务器资源管理器来操作数据库,也可以在微软网站下载免费的Express版本的SQL Server Management Studio。
为了便于管理,我们下载安装SQL Server Management Studio Express Edition。
安装 SQL Server Management Studio Express 之前,必须先安装 MSXML 6.0。下载其中文版,安装之。
注意必须安装2007年8月14日的Microsoft XML Core Services 6.0 和 Microsoft XML Core Services 6.0 Service Pack 1 安全更新程序 (KB933579),否则不能正常安装SQL Server Management Studio Express,
有了它才能正常安装SQL Server Management Studio Express。
更多信息请看:
更多信息