Activity overview
Latest activity by 10raw
sql compare licence not working via jenkins after updating the jenkins in cli
sql compare licence not working via jenkins after updating the jenkins via jenkins cli but when I access the server manually and use cli then it is working without any issue. Please help. The versi...
created a ticket for this help / comments
created a ticket for this help
I even updated the sql compare version to 14.1 from 13.8 and still getting the same error / comments
I even updated the sql compare version to 14.1 from 13.8 and still getting the same error
getting error "Object reference not set to an instance of an object
Everything was working fine and all previous snapshots were working fine for sql compare but after the deployment of one object we are getting the error mentioned above. ALso same object is creatin...
Differences between DLM and SQL Compare
What is the difference between the deployment script created by comparing two databases using SQL compare and a .sql script created by DLM automation while syncing two databases? They look similar ...
Thank you Tianjiao_Li for the response. / comments
Thank you Tianjiao_Li for the response.
how to use sql compare option in DLM automation AddDatabaseUseStatement
Please let me know how do you use AddDatabaseUseStatement compare option in dlm automation. How to specify target database in this compare option.Thank you
The AddDatabaseUseStatement Compare option is not supported as it may lead to an unexpected update
I got this error "The AddDatabaseUseStatement Compare option is not supported as it may lead to an unexpected update of the wrong database." while using DLM automation to create a deployment script...
Thanks Alex, I tried some scenarios and it came as exactly as you explained in the accepted answer. / comments
Thanks Alex, I tried some scenarios and it came as exactly as you explained in the accepted answer.
I am using redgate source control via git and I am wondering if I can just deploy the object change without effecting the data in target server while syncing the database. For example, If a developer creates a table with data then I want to source control only table structure and sync it to the target database using dlm automation but I want to manully add data in the target database. I can do so for the first time but I have a doubt that if I will sync with the target database which already have some data then the sync process might delete all data in the target database. I would like to know if it is possible to use dlm automation to syn data structure only to target database without effecting the current data in the target database and add data to new structure separately in target database itself. Thank you Alex for the support. / comments
I am using redgate source control via git and I am wondering if I can just deploy the object change without effecting the data in target server while syncing the database. For example, If a develop...