Comments
1 comment
-
Hi Tim,
The object names are in the form of regular expressions, so in order to select something that "starts with" some test, you can put it right after a bracket because all object names in SQL Compare are bracketed. For instance, you could use \[sp_ (the backslash is necessary in DOS because it uses the bracket for something internally). If you wanted something that ends in _sp you could use _sp\]
Hope this helps.
Add comment
Please sign in to leave a comment.
Thanks,
Tim
"c:\Program Files\Red Gate\SQL Compare 6\SQLCompare.exe" /s1:.\devdb /db1:modeldb /s2:.\devdb /db2:db1 /include:StoredProcedure:[$(CurText)] /synchronize