Filter Does Not Apply When Using SSMS Plugin
bigbadvd37
Posts: 3
My filter does not apply to the package generated from the SSMS plugin. My source control and sql compare use the file.
How do I get the plugin to use it?
How do I get the plugin to use it?
Comments
- If you are using sqlCI to generate database packages, you can put a filter file by the name 'Filter.scpf' in the top level Scripts/ folder before using sqlCI to generate the package. These filter rules will then be applied when you deploy this package with Deployment Manager.
- If you don't use sqlCI.exe, There is another way of doing this. You can extract the database using Nuget Package explorer and manually edit it. You need to drop 'Filter.scpf' in all folders which contain state in their name, for e.g. dbState, dbVersionUpgradeState etc. Once you're done editing it, save it and deploy!
Software Engineer - Deployment Manager
Red Gate
sqlCi is an additional license correct? I already have the developer bundle on my PC. I would only be running it from my pc.
My issue is that the users are getting packaged up and I do not want that.
sqlCI comes with SQL Automation Pack. It basically allows you to use Red Gate tools from the command line. It is licensed per build agent.
Software Engineer - Deployment Manager
Red Gate