SQL Utility Connector updated
SQL Utility Connector version 1.7.0 adds date variable replacement to SQL Utility Connector Message Source.
Supported date variables include:
- [LastRunDate\
- {{StartOfPreviousMonth}}
- {{EndOfPreviousMonth}}
- {{StartOfCurrentMonth}}
- {{EndOfCurrentMonth}}
- {{Today}}
- {{Today}} can be used with modifiers:
- {{Today + n}} (where n is some integer ex: {{Today + 1}} )
- {{Today - n}} (where n is some integer ex: {{Today - 1}} )
- {{Today.DateTime}}
- {{Today}} can be used with modifiers:
For more details, see SQL Utility Connector Reference.