Privacy Policy
The Agile SQL CLub Privacy Policy (google Made me do it) The website uses cookies to track views and where you go, if you block cookies then they will...
2001-01-01
4 reads
The Agile SQL CLub Privacy Policy (google Made me do it) The website uses cookies to track views and where you go, if you block cookies then they will...
2001-01-01
4 reads
2000-02-12
5 reads
Hi,
My name is Ed Elliott, I live in Sussex, England with my family. I work in and around data and when people ask me what I do for a...
2000-02-12
12 reads
2000-02-12
Hi,
My name is Ed Elliott, I live in Sussex, England with my family. I work in and around data and when people ask me what I do for a...
2000-02-12
4 reads
There is only one thing guaranteed when writing ETL pipelines and that is that upstream changes WILL occur and WILL break your ETL pipeline.
As Data Engineers we MUST make...
2000-02-11
20 reads
2000-02-11
5 reads
There is only one thing guaranteed when writing ETL pipelines and that is that upstream changes WILL occur and WILL break your ETL pipeline.
As Data Engineers we MUST make...
2000-02-11
16 reads
2000-02-11
9 reads
By Zikato
TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....
By DataOnWheels
Over the past few months, I have debated starting a new blog to discuss...
By Steve Jones
It’s that time of the month again, and once again, I’m late and I’m...
With 2026 approaching, organizations must align their policies with new HR and compliance expectations...
Comments posted to this topic are about the item Do You Really Need HA?
Comments posted to this topic are about the item The New Database CheckDB
I run this code:
create database experiment
go
use Experiment
go
select DATABASEPROPERTYEX('Experiment', 'LastGoodCheckDbTime')
What is returned? See possible answers