总的来说没有大的问题,目前两个版本是我喜欢的比较稳定的版本,专家们的一些信息,都验证过的-确如此,搜集下来,勿留言讨论Download的问题

SQL Server 2005 Installation
So the party has begun - SQL Server 2005 is released, as many out in the blog-sphere has already reported. And Whidbey (excuse me Visual studio 2005) Beta 1 is also released.

You may notice that the CLR versions of VS and SQL2K5 are different. VS is 40607.16 whereas SQL2K5 is .42. This can have consequences when installing the stuff. To be on the safe side, install SQL2K5 first followed by VS. That way the latest CLR (.42) will be installed, which SQL2K5 requires, and VS will play just nicely with this build. If you however already have installed VS, then SQL will complain about not having the right CLR version. If this is the case, un-install the CLR and then install SQL, followed by VS.
Have Fun!!
http://sqljunkies.com/WebLog/nielsb/archive/2004/07/27/3646.aspx
The SQL Express version that shipped with Visual Studio Beta 1 is not Beta 2. I've already discovered one difference; SQL Express can use “FOR XML” with user-defined-type columns, in Beta 2 this produces an “unsupported” error message. There is a newer version of SQL Express released on MSDN subscriptions...or install the Developer's Edition of Beta 2.
http://staff.develop.com/bobb/weblog/PermaLink.aspx?guid=f18435fb-a6e2-4cb8-a86b-7e2c05bb2746

sqlaccess.dll is the in-database .NET data provider, System.Data.SqlServer. If you do any data access in .NET stored procedures, UDFs, triggers, UDTs, and UDAggregates, you are using this provider.
There is a version in Visual Studio Beta 1 (in \Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies) that (I think) Visual Studio uses in its Database projects. There's a different version (the size is different by 1k) in \Microsoft SQL Server\MSSQL.1\MSSQL\binn.
I've renamed Visual Studio's version to sqlaccess_vs.dll and copied SQL Server's version to the VS PublicAssemblies directory. I'm not exactly sure what's different yet, but am suspicious because the PublicAssemblies directory also contains ClrCppModule.dll. In SQLServer 2005 Beta 2, this piece is no longer needed to run CLR items in SQL Server.
http://staff.develop.com/bobb/weblog/PermaLink.aspx?guid=b5320b4c-5992-44c9-930a-c164ab17d83d

转载于:https://www.cnblogs.com/ccBoy/archive/2004/07/29/28157.html

SQL 2005 Beta2 和VS 2005 Beta1安装的问题相关推荐

  1. Visual Studio 2005 Beta2 简体中文版发布

    Visual Studio 2005 Beta2 简体中文版发布,中文论坛开通 发布日期: 5/10/2005 | 更新日期: 5/10/2005 微软公司刚刚发布了Visual Studio 200 ...

  2. VS.NET 2005 Beta2的稳定性太差了:(

    装上VS.NET 2005 Beta2都挺长时间了,好几次想好好玩一玩,同时也想把一些实验性的工程放到2005b2下面来做,可是却一次又一次的被其打击.Beta2给我的总体感觉是,完成度较Beta1有 ...

  3. VS.Net 2005 Beta2连接Team Foundation Server的问题

    在尝试使用VSTS的时候,连接局域网内的Teanm Foundation Server后,在下一次打开VS.Net 2005 Beta2时,发现总会出现"Unable to connect ...

  4. SQL Server native client与sqlcmd单独安装

    背景 我有一台虚拟机,想要连接sql server,但是又不想安装sql server怎么办. 方案 sql server有专门的访问客户端叫做sql server native client,然后还 ...

  5. SQL Server 2008 R2 Developer Edition图文安装教程

    本文主要以截图的方式,详细说明SQL Server 2008 R2 Developer Edition的安装过程. 1.双击安装包中的setup.exe,如下图,点击"安装"→&q ...

  6. SQL Server 2000 JDBC驱动的完整安装及测试说明

    这是我在长沙牛耳软件教育中心做毕业设计时整理一篇文档,最近一些学弟问我,翻箱倒柜总算是把它给搂了出来.里面的数据库是我们当时做的项目的数据库,你可以根据自己的数据库进行修正,当然其他一些资料也需要根据 ...

  7. 在Windows Server 2016和SQL Server Always On可用性组上安装SQL Server 2019

    In this article, we will proceed with configuring a SQL Server Always On Availability Groups and per ...

  8. SQL Server 基础操作(一)安装数据库

    Windows server 2012 R2系统 安装SQL Server 2008数据库 1.创建虚拟机---安装Windwos server 2012 R2 操作系统 2.安装windows se ...

  9. 安装sql server 2000:以前的某个程序安装已在安装计算机上创建挂起的文件

    安装sql server 2000:以前的某个程序安装已在安装计算机上创建挂起的文件 安装SQL Server 2000或者升级sql server2000有时都会提示: 以前某个程序安装时挂起了文件 ...

  10. 未在服务器上找到sql安装程序文件,MS SQL Server 2000/以前的某个程序安装已在安装计算机上创建挂起的文件操作。...

    MS SQL Server 2000/"以前的某个程序安装已在安装计算机上创建挂起的文件操作.运行安装程序之前必须重新启动计算机." 以前的某个程序安装已在安装计算机上创建挂起的文 ...

最新文章

  1. iOS 根据数组中的字典的value值进行排序
  2. ASP.NET 快乐建站系列 -- 1. 十五分钟建立精美网站
  3. BLE 绑定流程(转自襄坤在线)
  4. 一个历史遗留项目清理总结
  5. 【云栖号案例 | 教育与科研机构】红岭创投上云 成功顺应全球电子商务发展趋势
  6. Qt工作笔记-如何正确使用QXmlStreamReader(学会利用错误提示)
  7. python批量下载百度照片
  8. c语言做一个抽奖小程序,小程序插件使用- 抽奖助手
  9. iOS CoreData (二) 版本升级和数据库迁移
  10. ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or
  11. python julia go_Python的四个挑战者:Swift、Go、Julia、R
  12. Ubuntu 12.04 安装离线词典
  13. ENVI裁剪遥感图像
  14. 机器学习:朴素贝叶斯算法对新闻分类
  15. 爬虫项目开发与实践,附东方财富7x24小时实时信息代码
  16. Unity中使用TimeSpane计算时差
  17. vivado xilinx IOB = true的使用
  18. 退出手机QQ依然显示在线
  19. Jet Aviation Basel基于Siemens PLM Software解决方案构建其未来数字化战略
  20. IEC61499标准背后的逻辑

热门文章

  1. const 与readonly的异同
  2. Spring任务调度实战之Quartz Simple Trigger
  3. 程序员应当注意的肢体语言
  4. c/c++混编到的问题 extern C 介绍【转】
  5. CF1042F Leaf Sets
  6. CF984C Finite or not?
  7. 命令行_Pytest之命令行执行
  8. centos安装mysql8及一些问题解决
  9. php 数组 utf8,PHP数组编码gbk与utf8互相转换的两种方法实例分享
  10. matlab 离散积分器设置,MATLABSIULINK积分器相关操作.docx