Activity overview
Latest activity by Shailendra24
Dan_J said:
Hi @Shailendra24 Thanks for reaching out to us regarding this. Yes, you can ignore specific objects from appearing in the deployment script. For example, in the SQL Compare UI you can select on those objects you want to deploy, or you can apply filters to exclude specific objects. Are you using the SQL Compare UI, or the command line for this?
Hi @Dan, I am using command line for this. On UI its never an issue. I am using command line which generates the script and deploy to the database automatically. Right now I have to manually deleted some part from script which is not ideal scenario. If there is any way to do that in command line that would be great. Some command which allows custom filter to exclude objects being comapred. / comments
Dan_J said:
Hi @Shailendra24 Thanks for reaching out to us regarding this.Yes, you can ignore specific objects from appearing in the deployment script. For example, in the SQL Compare UI you ...
Ignore certain stored procedure in sql compare deployment script
Hi,I am using SQL compare to generate script for deployment. There is 1 scenario where I have 4-5 custom stored procedure in 1 of the client database which were needed but they are not there in the...