Skip to content
Insights & Iterations Making sense of AI: technical, everyday, & reflections.

#sql

NVarchar Vs Varchar
NVarchar Vs Varchar

August 5, 2020 • 3 min read

Each engineer defining a new string column decides: Do I use nvarchar or do I use varchar?

Index Fragmentation in SQL Azure, Who Knew!
Index Fragmentation in SQL Azure, Who Knew!

April 26, 2015 • 2 min read

I’ve been on my project for over a year and it has significantly grown as an application and in data during the year. It’s been nonstop new features. I’ve rarely gone back and refactored code...