I'm looking mainly at things like new SQL syntax, new kinds of locking, new capabilities etc. Not so much in the surrounding services like data warehousing and reports...
我主要关注新的SQL语法,新的锁定,新功能等等。在数据仓库和报告等周边服务中并没有那么多......
8 个解决方案
#1
0
Did you check the whitepaper on the website? SQL Server 2008 Overview.
你看过网站上的白皮书了吗? SQL Server 2008概述。
I cannot recall off the top of my head, but it atleast has a nice database to object linking functionality. They have geospatial types too, if you need to use those.
我不记得我的头脑,但它至少有一个很好的数据库来反对链接功能。如果你需要使用它们,它们也有地理空间类型。
#2
4
There's a great article on the new T-SQL features here (by SQL guru Itzik Ben-Gan). It covers
这里有一篇关于新T-SQL功能的精彩文章(由SQL大师Itzik Ben-Gan撰写)。它涵盖
- Declaring and initializing variables
- Compound assignment operators
- Table value constructor support through the VALUES clause
- Enhancements to the CONVERT function
- New date and time data types and functions
- Large UDTs (GEOMETRY and GEOGRAPHY)
- The HIERARCHYID data type
- Table types and table-valued parameters
- The MERGE statement, grouping sets enhancements
- DDL trigger enhancements
- Sparse columns
- Filtered indexes
- Large CLR user-defined aggregates
- Multi-input CLR user-defined aggregates
- The ORDER option for CLR table-valued functions
- Object dependencies
- Change data capture
- Collation alignment with Microsoft® Windows®
- Deprecation
声明和初始化变量
复合赋值运算符
表值构造函数支持通过VALUES子句
CONVERT功能的增强功能
新的日期和时间数据类型和功能
大型UDT(几何和地理)
HIERARCHYID数据类型
表类型和表值参数
MERGE语句,分组设置增强功能
DDL触发器增强功能
大型CLR用户定义聚合
多输入CLR用户定义的聚合
CLR表值函数的ORDER选项
更改数据捕获
与Microsoft®Windows®进行整理校准
#3
3
Filestream blob storage is the biggest bonus to me
Filestream blob存储对我来说是最大的好处
#4
1
- New separate types for Date and Time, instead of just Datetime
- New geographic types for lattitude/longitude
- Change Data Capture is pretty neat if you're doing anything where auditing is important
- Configuration Servers, for maintaining multiple databases.
日期和时间的新单独类型,而不仅仅是日期时间
纬度/经度的新地理类型
如果您正在执行审计很重要的任何事情,那么Change Data Capture非常简洁
配置服务器,用于维护多个数据库。
That's what caught my attention at the Heroes Happen Here launch back in April.
这是引起我注意力于4月份在Heroes Happen Here发布时的注意力。
#5
0
HotAdd CPU. http://msdn.microsoft.com/en-us/library/bb964703.aspx
HotAdd CPU。 http://msdn.microsoft.com/en-us/library/bb964703.aspx
#6
0
white paper on SQL Server 2008
SQL Server 2008上的白皮书
This should cover most of the new features. I noticed the new date time data types and new security features.
这应涵盖大多数新功能。我注意到了新的日期时间数据类型和新的安全功能。
#7
0
Page compressiong sounds really nice to me. Haven't used it yet, though.
Page compressiong听起来对我很好。但是还没有用过它。
#8
0
Sparse indexing for those with lots of NULLs. Also the DATETIME2 data type that a lot of people have been waiting for 0001-01-01 through 9999-12-31.
具有大量NULL的稀疏索引。也是很多人一直在等待的0001-01-01到9999-12-31的DATETIME2数据类型。
#1
0
Did you check the whitepaper on the website? SQL Server 2008 Overview.
你看过网站上的白皮书了吗? SQL Server 2008概述。
I cannot recall off the top of my head, but it atleast has a nice database to object linking functionality. They have geospatial types too, if you need to use those.
我不记得我的头脑,但它至少有一个很好的数据库来反对链接功能。如果你需要使用它们,它们也有地理空间类型。
#2
4
There's a great article on the new T-SQL features here (by SQL guru Itzik Ben-Gan). It covers
这里有一篇关于新T-SQL功能的精彩文章(由SQL大师Itzik Ben-Gan撰写)。它涵盖
- Declaring and initializing variables
- Compound assignment operators
- Table value constructor support through the VALUES clause
- Enhancements to the CONVERT function
- New date and time data types and functions
- Large UDTs (GEOMETRY and GEOGRAPHY)
- The HIERARCHYID data type
- Table types and table-valued parameters
- The MERGE statement, grouping sets enhancements
- DDL trigger enhancements
- Sparse columns
- Filtered indexes
- Large CLR user-defined aggregates
- Multi-input CLR user-defined aggregates
- The ORDER option for CLR table-valued functions
- Object dependencies
- Change data capture
- Collation alignment with Microsoft® Windows®
- Deprecation
声明和初始化变量
复合赋值运算符
表值构造函数支持通过VALUES子句
CONVERT功能的增强功能
新的日期和时间数据类型和功能
大型UDT(几何和地理)
HIERARCHYID数据类型
表类型和表值参数
MERGE语句,分组设置增强功能
DDL触发器增强功能
大型CLR用户定义聚合
多输入CLR用户定义的聚合
CLR表值函数的ORDER选项
更改数据捕获
与Microsoft®Windows®进行整理校准
#3
3
Filestream blob storage is the biggest bonus to me
Filestream blob存储对我来说是最大的好处
#4
1
- New separate types for Date and Time, instead of just Datetime
- New geographic types for lattitude/longitude
- Change Data Capture is pretty neat if you're doing anything where auditing is important
- Configuration Servers, for maintaining multiple databases.
日期和时间的新单独类型,而不仅仅是日期时间
纬度/经度的新地理类型
如果您正在执行审计很重要的任何事情,那么Change Data Capture非常简洁
配置服务器,用于维护多个数据库。
That's what caught my attention at the Heroes Happen Here launch back in April.
这是引起我注意力于4月份在Heroes Happen Here发布时的注意力。
#5
0
HotAdd CPU. http://msdn.microsoft.com/en-us/library/bb964703.aspx
HotAdd CPU。 http://msdn.microsoft.com/en-us/library/bb964703.aspx
#6
0
white paper on SQL Server 2008
SQL Server 2008上的白皮书
This should cover most of the new features. I noticed the new date time data types and new security features.
这应涵盖大多数新功能。我注意到了新的日期时间数据类型和新的安全功能。
#7
0
Page compressiong sounds really nice to me. Haven't used it yet, though.
Page compressiong听起来对我很好。但是还没有用过它。
#8
0
Sparse indexing for those with lots of NULLs. Also the DATETIME2 data type that a lot of people have been waiting for 0001-01-01 through 9999-12-31.
具有大量NULL的稀疏索引。也是很多人一直在等待的0001-01-01到9999-12-31的DATETIME2数据类型。