Sign In
Collation, DateTime, SParse Column and XML
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Al
collation
column set
DateTime
Pages
sparse column
surrogate
Testing
Time Interval
Archive
Archives
April 2012
(1)
March 2012
(8)
February 2012
(6)
January 2012
(1)
December 2011
(7)
April 2011
(3)
November 2009
(2)
September 2009
(1)
May 2009
(1)
April 2009
(7)
March 2009
(5)
February 2009
(7)
January 2009
(5)
September 2008
(2)
August 2008
(6)
July 2008
(1)
August, 2008
MSDN Blogs
>
Collation, DateTime, SParse Column and XML
>
August, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Collation, DateTime, SParse Column and XML
SQL Server 2008 (Katmai)'s new collations
Posted
over 4 years ago
by
QingsongYao
1
Comments
In SQL Server 2008 release, a number of new collations were added. You can get the list of 79 new collations (only _CI_AS was listed) by using select * from fn_helpcollations() where name like '%_100_ci_as' These new collations are aligned with...
Collation, DateTime, SParse Column and XML
Conversion from string to datetime2, time, date is timezone un-awared
Posted
over 4 years ago
by
QingsongYao
0
Comments
In SQL Server 2008, An instance of DateTimeOffset type can represent: 1) A local time + a time zone offset 2) A UTC time + a time zone offset 3) A local time and a UTC time. When converting such an instance to other date and time types, such...
Collation, DateTime, SParse Column and XML
Why should we bother about Surrogate characer?
Posted
over 4 years ago
by
QingsongYao
1
Comments
Today, someone ask following questions: 1. We know that the Surrogate Characters have two bytes when counting, so when we design this character in DB table, we should set double size of your original type, shouldn't we? 2. When comparing string...
Collation, DateTime, SParse Column and XML
The resolution of SYSTEMDATE function
Posted
over 4 years ago
by
QingsongYao
0
Comments
In SQL Server 2008, the datetime2, time, and datetimeoffset types can have a optional fractional second part. This decision have several benefit: If user does not care about the fractional second, they can use datetime2/time/datetimeoffset(0), which...
Collation, DateTime, SParse Column and XML
Colon(:) and dot (.) in factional second is not the same
Posted
over 4 years ago
by
QingsongYao
0
Comments
Colon and Dot are two symbol to separate the second and factional second in a given time string. If we create following queries: select CAST ( '1999-12-21 01:01:01.12' as datetime ) ----------------------- 1999-12-21 01:01:01.120 select...
Collation, DateTime, SParse Column and XML
Idea about implementing a time internal type in SQL Serve 2008
Posted
over 4 years ago
by
QingsongYao
0
Comments
In SQL Server 2008, we implement several new date and time types which follow the ISO SQL standard. The one ISO SQL type which is missing in SQL Server 2008 is the time internal type. Today, I will present some idea about implementing a time internal...
Page 1 of 1 (6 items)