| Comment | SQLServer Stored Procedure
PURPOSE
Generate database mail settings text file.
The script filename name is info_dbmail.txt and is dumped to the give dump_path.
The dump_path must exist and will be checked.
PARAMETERS
- 1 @dump_path VARCHAR(255) Path to dump file survivekit.sql to.
USED OBJECTS
SQLSERVER CONFIGURATION
- OLE Automation has to be enabled.
EXAMPLES
EXEC dbo.prc_dump_survive_info_dbmail @dump_path='C:\Data\MSSQL\survivekit'
HISTORY
2026-04-09 - Created procedure
TAGS
<program>
<description>Generate database mail settings text file</description>
<generic>0</generic>
<author>Gerrit Mantel</author>
<created>2026-04-09</created>
<lastmodified>2026-04-09</lastmodified>
</program> |