Activity overview
Latest activity by Rjb23
Thanks for the reply I will vote on user voice.
I have a follow up question though, maybe I should start a new topic for it but here goes. I am seeing once I unpack the dacpac and do a compare and deployment that the comments are missing out of the changes, I have checked to make sure that IgnoreComments is not checked. Any ideas why this may be? / comments
Thanks for the reply I will vote on user voice.
I have a follow up question though, maybe I should start a new topic for it but here goes. I am seeing once I unpack the dacpac and do a compare and ...
Equivalent to sqlpackage option
Hi,
I'm using the comparison sdk to generate a change script from a dacpac, and would really like to be able to have default values generated if no default value is specified on a non null column, ...
Allen,
Thank you for the reply. I have actually figured out how to do the compare with a scripts folder, I just now need to figure out how to unpack the dacpac with a command line, or in c# code. / comments
Allen,
Thank you for the reply. I have actually figured out how to do the compare with a scripts folder, I just now need to figure out how to unpack the dacpac with a command line, or in c# code.
Dacpacs
Hi,
I have a situation where I would like to compare a dacpac to an existing database using the sql compare sdk. Has anyone done this before? Any ideas if this can be done?