improve.dk
Just another mindless drone looking for the perfect stack
posts - 220, comments - 475

SQL Server: Vardecimal


The Anatomy of Vardecimals

Written on Tuesday, December 13, 2011 by Mark S. Rasmussen in SQL Server: Internals, SQL Server: OrcaMDF, SQL Server: Vardecimal

How are vardecimals stored on disk? Here's a deep dive explanation.

No comments | Write first comment
 

Determining If Vardecimal Is Enabled For a Table Without Using OBJECTPROPERTY

Written on Monday, December 12, 2011 by Mark S. Rasmussen in SQL Server: Internals, SQL Server: Vardecimal

How do we determine if vardecimal is enabled for a table, without using the OBJECTPROPERTY function?

No comments | Write first comment