How can we help you today? How can we help you today?
way0utwest
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. / comments
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.
0 votes
This works for me. Note that your post has the "DECLARE @... TABLE" on the commented line. I assume that's not the case in SSMS. Highlight the code, then format. Prompt 9.1.10 [image] / comments
This works for me. Note that your post has the "DECLARE @... TABLE" on the commented line. I assume that's not the case in SSMS.Highlight the code, then format. Prompt 9.1.10
0 votes
The Shadow db is what is compared. This should be updated to the current version. You could use Compare to do this, but I think you could specify a new Shadow to "reset" the comparison / comments
The Shadow db is what is compared. This should be updated to the current version. You could use Compare to do this, but I think you could specify a new Shadow to "reset" the comparison
0 votes