fixed bug with reset settings tasks & update tasktype id DB
This commit is contained in:
parent
59b097b10b
commit
38c8ac1199
2 changed files with 8 additions and 4 deletions
|
@ -809,4 +809,8 @@ exec sp_xml_removedocument @idoc
|
|||
|
||||
COMMIT TRAN
|
||||
RETURN
|
||||
GO
|
||||
|
||||
UPDATE ScheduleTasks SET TaskType = RTRIM(TaskType) + '.Code'
|
||||
WHERE SUBSTRING(RTRIM(TaskType), LEN(RTRIM(TaskType)) - 3, 4) <> 'Code'
|
||||
GO
|
Loading…
Add table
Add a link
Reference in a new issue