-
Notifications
You must be signed in to change notification settings - Fork 245
TokenReplacement
Robert E. Bratton edited this page May 1, 2014
·
9 revisions
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.
Using token replacment in your scripts locks those scripts into RoundhousE. I would use something like this VERY sparingly.
- What built-in tokens are available?
- Are user-defined tokens available? If so, where do we define them?