Skip to content
ferventcoder edited this page Jun 22, 2011 · 9 revisions

Token Replacement

Any value that is in the configuration can be tokenized in the scripts.

ALTER DATABASE {{DatabaseName}} will be replaced as ALTER DATABASE Bob when the database name is Bob.

This is not case sensitive.

Notes

Using token replacment in your scripts locks those scripts into RoundhousE. I would use something like this VERY sparingly.

Clone this wiki locally