using Get Date Action I can store date in one variable, but I don’t get how to update in SQL script.
How to update the latest date in SQL table automatically after every build, which runs automatically
I mean, I already have SQl code but I don’t get how to call SQL Table form VBScript to write script in onGetDate() Action.
I’m not sure I understand what you are trying to achieve? Can you explain in more detail?
To update table automatically with the latest timestamp when ever final builder runs. Luckly I could solve this by writing VBS in “OnGetDate() script” for Get Date Action.