Is there a way to inject parameters into the SQL Modification scripts for SQLClone when creating images or clones.?Specifically with PowerShell scripting?
Yes you can make SQL Modifications including the injection of variables, as per this help article.
The above help article doesn't mention PowerShell, but I believe it maybe possible combine it with PowerShell using the 'new-sqlclonescript' cmdlet as described in this help article.
I recommend you take a look at the two help articles highlighted above as a first step. Otherwise, we need to know what exactly what you are trying to inject (ideally a copy of the script, you plan to use).
Many Thanks Eddie
Eddie Davis Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
The method described in the help documents I linked in my previous update are the available options for injecting variables. There are not any other options available.
Many Thanks Eddie
Eddie Davis Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
Answers
Thank you for your forum post.
Yes you can make SQL Modifications including the injection of variables, as per this help article.
The above help article doesn't mention PowerShell, but I believe it maybe possible combine it with PowerShell using the 'new-sqlclonescript' cmdlet as described in this help article.
I recommend you take a look at the two help articles highlighted above as a first step. Otherwise, we need to know what exactly what you are trying to inject (ideally a copy of the script, you plan to use).
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
Thank you for your reply.
The method described in the help documents I linked in my previous update are the available options for injecting variables. There are not any other options available.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com