SQL Compare command line option /include and /exclude
brianfi
Posts: 2
I am currently attempting to write a command line call to generate a change report, but exclude all stored procedures starting with "ws_". However, using BOTH exclude and include return only stored procedures starting with "ws_". It's as if exclude and include are making the same call.
This discussion has been closed.
Comments
Can you sepcify the stored procedures only with include or only with excludes?
Alternatively if you define a project to specify roughly what you wanted you could then use a single exclude regular expression for the stored procedures.
Regards
David