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