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
Tags
Al
collation
column set
DateTime
Pages
sparse column
surrogate
Testing
Time Interval
Archive
Archives
March 2013
(1)
February 2013
(2)
January 2013
(16)
December 2012
(4)
October 2012
(4)
August 2012
(1)
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Collation, DateTime, SParse Column and XML
Collation Basic
Posted
over 4 years ago
by
QingsongYao
3
Comments
In SQL Server, each string type, such as varchar, nvarchar, text, ntext associate with a collation no matter whether you specified or not during creation time. If your app just works fine and you never deal with collation explicitly or you even don...
Collation, DateTime, SParse Column and XML
A conversation about how to implement Name/value pairs
Posted
over 4 years ago
by
QingsongYao
1
Comments
Hello, Guys We have a conversation about how to implement a name/value pairs in our internal forum. I like to share your guys about this: Question: I am about to create EAV based tables to store name / value pairs. I am kind of f familiar...
Collation, DateTime, SParse Column and XML
Changing collation of a column is not so trival
Posted
over 4 years ago
by
QingsongYao
1
Comments
Several days ago, one customer asked me a question about collation. Here is the question: My applications requirement to search English characters along with accent characters like (å, Å), If we search Name “James “ by my application it should return...
Collation, DateTime, SParse Column and XML
Do we need a case insensitive binary collaton?
Posted
over 4 years ago
by
QingsongYao
1
Comments
In SQL Server, the binary collation (collation name ending with BIN2) use an algorithm which directly compare the code page of the characters. In other word, it is not linguistic sorting. However, it happens that it can sort alphabet and numbers correctly...
Collation, DateTime, SParse Column and XML
My future posting related to semi-structured.
Posted
over 4 years ago
by
QingsongYao
1
Comments
Hello, In this blog entry, I will provide a list of topics I will cover in further blogs. When to use and How to use Filtered Indices. Introduce to the Column Set XML Column and Wide Table feature in SQL Server 2008 Redesign the Project...
Page 1 of 1 (5 items)