Aug 18, 20233 minData Types - Does size really matter? - nvarchar vs. varcharHow many of us have created a new table and used the default and first data type nvarchar for all of the text/alphanumeric fields, or had...
Aug 16, 20232 minHow To Identify The GrainCreating a data warehouse can be challenging. Identifying the grain is one of the most important parts of having a quality data...
Jul 13, 20213 minSQL Cluster Issues with Storage Spaces Direct - (S2D)Bottom line? Don't use it! At least don't use it for a SQL cluster directly. Recently I stumbled on a configuration using S2D (Storage...
Apr 14, 20212 minTrace Flag 1117 and SQL Server 2019For VLDBs I've always created multiple files for each file group and had to set the trace flag 1117 on to ensure that all files grow at...
Mar 16, 20213 minData Types - Does size really matter? - DateTime vs. DateTime2How many of us have just created a new table and put a Created Datetime and Modified Datetime field in with the default DateTime...