Posts
Sort by recent activity
WHERE Clause
I'm using SQL Data Compare to populate my test environment with some data from the production environment.
This can be done with a WHERE Cluase for each table that want to filter, like
ID IN
(SELEC...