If I have t_user and I make a copy of this table scalled t_user_copy without any of the original constraints - how can i compare t_user and t_user_copy within the same db?
Thanks for your question. SQL Compare currently will not work to compare two differently-named tables in the same database. You would have to clone the tables into a second database and compare the two databases.
If I have t_user and I make a copy of this table scalled t_user_copy without any of the original constraints - how can i compare t_user and t_user_copy within the same db?
Thanks
G