We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
ALTER DATABASE {{DatabaseName}}
ALTER DATABASE Bob
Bob
This is not case sensitive.
Using token replacment in your scripts locks those scripts into RoundhousE. I would use something like this VERY sparingly.