The Bit Bucket
Greg Low's Ramblings : Implements IDisposable
December 2004 - Posts
Indexing Bit Columns
Published 20 December 4 8:0 PM |
GregLow
In previous versions of SQL Server (prior to 2000), you were unable to index a column with a bit datatype ie: a true/false, yes/no, boolean value. In Books Online for SQL Server 2000, under the description of the bit data type, it still said: Remarks...
Static/Shared Methods
Published 11 December 4 12:29 PM |
GregLow
I had been disappointed that when you use a CLR-based UDT, you didn't have access to shared/static methods, only instance methods. In the zVarchar example, I thought it would be good to be able to use the following: DECLARE @TextVar zVarchar SELECT @TextVar...
zVarchar example
Published 9 December 4 6:36 PM |
GregLow
As mentioned in a previous entry, I decided to try to build a compressed text data type as an example of a UDT. So here it is. I built a datatype called zVarchar. To keep things as a reasonable demo, I didn't incorporate complex compression, just a simple...
Which OS Are You?
Published 9 December 4 6:26 PM |
GregLow
Which OS are You? I presume I'm happy with XP....
Yukon Ascend
Published 7 December 4 8:35 PM |
GregLow
In Sydney this week for the Yukon (SQL Server 2005) Ascend training. Covering a lot of the scalability and high-availability aspects of the product. I continue to be impressed by it. In the material on partitioning tables, it says you can't use more than...
Search
Go
This Blog
Home
Contact
Community
Home
Blogs
Media
Groups
Archives
February 2008 (1)
January 2008 (13)
December 2007 (8)
November 2007 (5)
October 2007 (11)
September 2007 (10)
August 2007 (15)
July 2007 (8)
June 2007 (3)
May 2007 (9)
April 2007 (3)
March 2007 (5)
February 2007 (7)
January 2007 (5)
December 2006 (6)
November 2006 (5)
October 2006 (6)
September 2006 (9)
August 2006 (2)
July 2006 (4)
June 2006 (9)
May 2006 (7)
April 2006 (11)
March 2006 (10)
February 2006 (5)
January 2006 (8)
December 2005 (8)
November 2005 (3)
October 2005 (6)
September 2005 (9)
August 2005 (4)
July 2005 (9)
June 2005 (5)
May 2005 (3)
April 2005 (13)
March 2005 (8)
February 2005 (13)
January 2005 (8)
December 2004 (5)
November 2004 (2)
October 2004 (1)
September 2004 (3)
August 2004 (6)
July 2004 (2)
June 2004 (11)
News
Syndication
RSS for Posts
Atom
Email Notifications
Go