Evaluate the potential use of a WHERE clause in SQL data queries to compare records within the table

How can I modify the script below to copy only the data from the 'cars' table in the 'TEST' database where active = 1?


/s1:source1 /db1:TEST /s2:source2 /db2:TEST /loglevel:Verbose /Sync /Include:table /Include:table /Include:Different /Include:Missing /Include:Identical 
Tagged:

Answers

Sign In or Register to comment.