I have a table named "dbo.Lease"
and there is a schema that has tables that look like "ground.dj.Orders"
My task is to push the "Lease" table into the "ground.dj" schema
Can someone give me the syntax for this.
I loaded most tables into this database from excel sources using SSIS.
In the future if I need to load data directly to this schema using SSIS, how can I do it?
Dhananjay Rele