Activity overview
Latest activity by patriciohonore
Copy Data from Prod table to Dev Table
Hello,
I'd like to copy data from SQL Prod database table to another SQL Database table. Also excluding some of the data from the production table (i.e., where Region = AP).
From
SQL Production Dat...