Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Anthony Bloesch's Web Log
A WebLog about the design of the codename "Oslo" repository.
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
architecture
bugs
connect
Developers
dog-food
equality
Error handling
feedback
forums
fragmentation
hash index
Hierarchies
instead of trigger
Intellisense
keyboard
lifecycle
Microsoft
Microsoft Oslo
Modeling Services
Oslo
paging
refactoring
Repository
row_number
Security
shortcut
SQ Server
SQL
SQL Server
SQL Server Modeling Services
style
top
trailing spaces
Trees
T-SQL
unique
Unique constraint
uniqueness
versioning
view
Windows 7
Archives
November 2009 (3)
April 2009 (2)
March 2009 (2)
February 2009 (3)
January 2009 (3)
December 2008 (2)
November 2007 (1)
February 2006 (1)
October 2005 (3)
September 2005 (7)
Interesting links
Microsoft security guidance
"Oslo" forums
"Oslo" development center
Interesting web logs
Keith Short
Kent Tegels
Kimberly L. Tripp
Steven Clarke
Steve Cook
Stuart Kent
ObjectRoleModeling.com
November 2009 - Posts
Monday, November 23, 2009 10:01 AM
Implementing uniqueness constraints on large columns
SQL Server uniqueness constraints may not be aver columns larger than 900 bytes. Here is how to implement uniqueness constraints over larger columns with hash indexes.
Posted by
AnthonyBloesch
|
0 Comments
Filed under:
SQL Server
,
hash index
,
Unique constraint
Attachment(s):
Large uniqueness constraints.docx
Thursday, November 19, 2009 9:28 AM
SQL Server Modeling Services announcement
The code name “Oslo” repository now has the official name “SQL Server Modeling Services”. SQL Server Modeling Services will be a SQL Server workload like SQL Server Reporting Services.
Posted by
AnthonyBloesch
|
0 Comments
Filed under:
SQL Server
,
Oslo
,
Repository
,
Modeling Services
,
SQL Server Modeling Services
Monday, November 09, 2009 12:21 PM
Paging SQL Server result sets
Paging through SQL Server result sets is an approach for reducing the network and client resources used to display large result sets. Here is a discussion of the merits of three approaches including their relative performance.
Posted by
AnthonyBloesch
|
0 Comments
Filed under:
SQL Server
,
paging
,
top
,
row_number