added improvements on set proces and minor other improvements

This commit is contained in:
Stefan
2026-07-13 22:40:08 +02:00
parent 5c0fdc6c1d
commit 5f85b75c22
55 changed files with 1170 additions and 357 deletions
@@ -57,7 +57,8 @@ BEGIN
,[UserCreated]
,[DateModified]
,[UserModified]
,[file])
,[file]
,[file_guid])
OUTPUT inserted.*
INTO @OUT
VALUES
@@ -82,7 +83,8 @@ BEGIN
,@authuser
,@now
,@authuser
,NULL);
,NULL
,NEWID());
SELECT TOP(1) @Id = [id] FROM @out;