Created
May 29, 2014 23:36
-
-
Save cdeutsch/e7da9a1fea4e69cb345f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- TRUNCATE TABLE xam_SFDC_Accounts | |
| INSERT INTO STOREREPLICA.StoreReplica.dbo.xam_SFDC_Accounts | |
| SELECT * | |
| FROM OPENQUERY(DBAMP, 'SELECT Id, Name, OwnerId, Owner.Name, Website FROM Account') | |
| SELECT * | |
| FROM STOREREPLICA.StoreReplica.dbo.xam_SFDC_Accounts |
bryanhelms
commented
May 29, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment