spMFUpdateAssemblyLog¶
THIS PROCEDURE IS UNDER DEVELOPMENT
- Returns
1 = Success
-1 = Error
- Parameters
- @ProcessBatch_ID int (optional, output)
ID from the ProcessBatch logging table
- @Debug smallint (optional)
Default = 0
1 = Standard Debug Mode
Purpose¶
Log CLR assembly method execution for a specific procedure.
The assemblies call this procedure to update logging statistics in the MFAssemblyLog table. This is primarily used internally by the connector.
Additional Info¶
EXEC dbo.spMFUpdateAssemblyLog
Changelog¶
Date |
Author |
Description |
2022-01-04 |
DEV |
Create procedure |