spMFDeploymentDetails¶
- Return
1 = Success
-1 = Error
- Parameters
- @Int (optional)
- used as input variable to set the type of update message
0 - default message -1 - Failed
- @ProcessBatch_ID int (optional, output)
Referencing the ID of the ProcessBatch logging table
- @Debug smallint (optional)
Default = 0
1 = Standard Debug Mode
101 = Advanced Debug Mode
Purpose¶
Print deployment details
Examples¶
EXEC dbo.spMFDeploymentDetails
Changelog¶
Date |
Author |
Description |
2024-08-17 |
AC |
Fix Last Release Number not returning correct value |
2023-06-26 |
Lc |
Improve logging |
2021-09-11 |
LC |
Add parameter to set type of update |
2019-08-30 |
JC |
Added documentation |