Welcome
Welcome
This is the first post on my new blog. The plan is to use this space for longer-form notes that don’t fit naturally into a repo README — things like:
- Microsoft Fabric design notes
- SQL Server / T-SQL deep-dives
- Debugging stories
- Random tooling tips
Code samples and projects will continue to live in their own repositories under github.com/dbrownems; this site will link to them where relevant.
A quick test of formatting
Some inline code, a code block:
1
2
3
SELECT TOP (10) name, create_date
FROM sys.databases
ORDER BY create_date DESC;
And a callout (Chirpy supports these):
Heads up — this is an info callout.
More to come.
This post is licensed under CC BY 4.0 by the author.