How can we help you today? How can we help you today?
andersom
If I quote the table name, then it does sort-of work, however it treats the table name as a wildcard, and I need to match only the exact table name. See the following: E:\>"E:\Red Gate\SQL Data Compare 8\SQLDataCompare.exe" /verbose /server1:the_real_ prodc /server2:ladbmo01\lamom /database1:pricing /database2:pricing /include:table:"tbl_ppws_run_results" Red Gate SQL Data Compare Command Line Utility V8.0.5.48 ============================================================================== Copyright c Red Gate Software Ltd 1999-2009 Serial Number: Comparing database the_real_prodc.pricing with database ladbmo01\lamom.pricing... Registering databases Mapping Comparing databases Finished Summary Information =============================================================================== DB1 = the_real_prodc.pricing DB2 = ladbmo01\lamom.pricing Object type Name Records DB1 DB2 ------------------------------------------------------------------------------- Table [dbo].[tbl_ppws_run_results] 44597 >> Table [dbo].[tbl_ppws_run_results] 6167 << Table [dbo].[tbl_ppws_run_results_cac] 77 <> <> Table [dbo].[tbl_ppws_run_results_cac] 757138 >> Table [dbo].[tbl_ppws_run_results_cac] 117318 << Table [dbo].[tbl_ppws_run_results_comp_scale] 867 >> Table [dbo].[tbl_p...un_results_comp_scale_dtl] 867 >> Table [dbo].[tbl_ppws_run_results_sfee_fee] 2206 >> Table [dbo].[tbl_ppws_run_results_sfee_fee_dtl] 2206 >> ------------------------------------------------------------------------------- OK In order to just compare the single table named tbl_ppws_run_results, I'm putting square brackets around the table name, which was the correct way to do it in version 7, however doing it that way now gives me the following results: E:\>"E:\Red Gate\SQL Data Compare 8\SQLDataCompare.exe" /verbose /server1:the_real_ prodc /server2:ladbmo01\lamom /database1:pricing /database2:pricing /include:table:\[tbl_ppws_run_results\] Red Gate SQL Data Compare Command Line Utility V8.0.5.48 ============================================================================== Copyright c Red Gate Software Ltd 1999-2009 Serial Number: Comparing database the_real_prodc.pricing with database ladbmo01\lamom.pricing... Registering databases Mapping Comparing databases Error: The selected objects are identical or no objects have been selected in the comparison. / comments
If I quote the table name, then it does sort-of work, however it treats the table name as a wildcard, and I need to match only the exact table name. See the following:E:\>"E:\Red Gate\SQL Data C...
0 votes