Just sharing a simple block of code to find the width of a row in a given table based on DDL used to create the table. This is especially helpful if you are looking to take a table to In-Memory with a row size limitation of 8,000. Just used this for […]
Month: May 2015
SQL server Recovery Models
There are several means by which SQL Server databases can be recovered. The recovery model set for the individual database determines the types of recoveries that can be performed and the amount of work and space required to protect the data. To understand how database backup works, there must first […]