Harden scripts and restore workflow

This commit is contained in:
2026-01-30 16:35:40 +01:00
parent 4a905eeaaa
commit eb3264ba0f
3 changed files with 289 additions and 0 deletions

3
sql/test.sql Normal file
View File

@@ -0,0 +1,3 @@
SELECT @@VERSION AS Version;
SELECT DB_NAME() AS CurrentDb;
SELECT GETDATE() AS CurrentDateTime;