SQLDataCompare Include Options
frizby
Posts: 2
I am trying to make 2 databases exactly the same (schema and data). The databases are on 2 different servers. SQLDataCompare complains that there is nothing to compare. I added /include:All but that does not work. I am using the command line version in a script.
What do I have to use do compare the whole database?
Thanks in advance.
What do I have to use do compare the whole database?
Thanks in advance.
This discussion has been closed.
Comments
Thanks for asking. /indlude:all will definitely not work. This should be unnecessary because everything is included by default. Typically you would use a combination of include and exclude switches to put things into the comparison and take other things out. The combinations can yield a lot of possibilities.
Would you mind telling me what objects you would like to include or exclude? I can try to help with the command line usage a lot better if I know what your specific needs are.
Thanks!