added improvements on set proces and minor other improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user