Comments
4 comments
-
A database snapshot or a SQL Compare snapshot?
-
A database snapshot. Thank you for your response.
-
This would not be a DLM function, but just a T-SQL call. You could use a SQLCMD step in your build/release tool, or a PoSh step, and call the CREATE DATABASE AS SNAPSHOT OF command.
-
thank you for the response
Add comment
Please sign in to leave a comment.
Hi,
I was wondering if there is any way ( either by using powershell cmdlets or using Jenkins plugin) to create a snapshot of a database in Jenkins job.
Thank you