SQL Server 2008主要功能在兼容性上的问题
作者:yan 来源:赛迪网 发布时间:2009-03-25 16:43:00
在许多情况下,当迁移至SQL Server 2008之前必须了解那些反对和放弃功能的具体情况。
下文是几个主要功能在兼容性上的问题列表:
1.SQL Server Database Engine Backward Compatibility
[反对] - Deprecated Database Engine Features in SQL Server 2008
[放弃] - Discontinued Database Engine Functionality in SQL Server 2008
[破坏变化] - Breaking Changes to Database Engine Features in SQL Server 2008
[行为变化] - Behavior Changes to Database Engine Features in SQL Server 2008
2.SQL Server Analysis Services Backward Compatibility
[放弃] - Discontinued Analysis Services Functionality in SQL Server 2008
[反对] - Deprecated Analysis Services Functionality in SQL Server 2008
[行为变化] - Behavior Changes to Analysis Services Features in SQL Server 2008
[破坏变化] - Breaking Changes to Analysis Services Features in SQL Server 2008
3.Integration Services Backward Compatibility
[反对] - Deprecated Integration Services Features in SQL Server 2008
[放弃] - Discontinued Integration Services Functionality in SQL Server 2008
[破坏变化] - Breaking Changes to Integration Services Features in SQL Server 2008
[行为] - Behavior Changes to Integration Services Features in SQL Server 2008
[支持数据转换服务] - Support for Data Transformation Services (DTS) in SQL Server 2008
4.Reporting Services Backward Compatibility
[反对] - Deprecated Features in SQL Server Reporting Services
[放弃] - Discontinued Functionality in SQL Server Reporting Services
[破坏变化] - Breaking Changes in SQL Server Reporting Services
[行为变化] - Behavior Changes in SQL Server Reporting Services
5.Replication Backward Compatibility
[反对] - Deprecated Features in SQL Server Replication
[放弃] - Discontinued Functionality in SQL Server Replication
[行为变化] - Behavior Changes in SQL Server Replication
[破坏变化] - Breaking Changes in SQL Server Replication
[支持Replication数据到不同版本的SQL Server数据库] - Using Multiple Versions of SQL Server in a Replication Topology
6.Full-Text Search Backward Compatibility
[反对] - Deprecated Full-Text Search Features in SQL Server 2008
[放弃] - Discontinued Full-Text Search Features in SQL Server 2008
[破坏变化] - Breaking Changes to Full-Text Search in SQL Server 2008
[行为变化] - Behavior Changes to Full-Text Search in SQL Server 2008
升级前使用Upgrade Advisor to Prepare工具可以分析当前SQL Server的安装情况,可以生成一个提示升级前后需要修补的问题的报表。


猜你喜欢
- 实验环境:python 3.6 + opencv-python 3.4.14.51建议使用 anaconda配置相同环境背景人脸识别步骤图1
- 我刚进入5gsns的时候,我真不知道怎么玩,我是通过白鸦的博客过去的,之前也没有怎么去玩过这类的网站。对于sns网站还算是陌生,不过还好网站
- 前言声明: 以下文章所包含的结论都是基于 typeScript@4.9.4 版本所取得的。extends 是 typeScript 中的关键
- 删除vue下的node_modules文件夹全局安装rimrafcnpm i -g rimraf进入项目文件夹目录(该目录下包含node_m
- 原始生成对抗网络Generative Adversarial Networks GAN包含生成器Generator和判别器Discrimin
- 测试配置文件test.conf内容如下:[first]w = 2v: 3c =11-3[second]sw=4test: hello测试配置
- 很多朋友想用SQL2000数据库的编程方法,但是却又苦于自己是学ACCESS的,对SQL只是一点点的了解而已,这里我给大家提供以下参考---
- DDP 数据shuffle 的设置使用DDP要给dataloader传入sampler参数(torch.utils.data.distrib
- 本文实例讲述了pytorch制作自己的LMDB数据操作。分享给大家供大家参考,具体如下:前言记录下pytorch里如何使用lmdb的code
- 1.查看Anaconda中有哪些虚拟环境及所在目录:在桌面搜索框中输入Anaconda Prompt并打开输入命令conda env lis
- matplotlib绘图库模块安装pip install matplotlib导入pyplot子模块import matplotlib.py
- 本文主要是写了一个将指定文件夹下的指定文件类型移动到指定位置,具体内容如下# coding:utf-8import osimport shu
- Accessibility—-可访问性/无障碍访问Accessibility在此处指网页的可访问性。W3C的网页可访问性定义如下:“网页可访
- os即operating system(操作系统),Python 的 os 模块封装了常见的文件和目录操作。os.path模块主要用于文件的
- 前言调用EXPLAIN可以获取关于查询执行计划的信息,以及如何解释输出。EXPLAIN命令是查看查询优化器如何决定执行查询的主要方法,但该动
- 1.前言 &n
- 介绍使用subprocess模块的目的是用于替换os.system等一些旧的模块和方法。运行python的时候,我们都是在创建并运行一个进程
- 我们经常会遇到这样的问题你还在为你的MySQL命令模式下,前面的提示信息还是:mysql>,那么我们如何更改mysql命令下提示信息呢
- 1.简介堆,又称优先队列,是一个完全二叉树,它的每个父节点的值都只会小于或等于所有孩子节点(的值)。 它使用了数组来实现:从零开始计数,对于
- 我的终极整理,供参考# coding:utf-8import matplotlib# 使用 matplotlib中的FigureCanvas