added improvements on set proces and minor other improvements
This commit is contained in:
@@ -44,6 +44,7 @@ BEGIN
|
||||
,[DateModified]
|
||||
,[UserModified]
|
||||
,[file] = CASE WHEN ISNULL(@includefile,0) = 1 THEN [file] else NULL END -- do not return file if not explicitly requested
|
||||
,[file_guid]
|
||||
FROM [dbo].[fds__reminder]
|
||||
WHERE [Id] = @Id AND @Id is not null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user