Created
October 16, 2014 13:50
-
-
Save swaters86/1f7bc42db0b13b9f57d0 to your computer and use it in GitHub Desktop.
CopyMetaData for LANG/MNG/MN1 Sites
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
| exec custom.dbo.CopyMetaData 'ZZ', '21', 1 | |
| go | |
| print 'replicated out meta for 21' | |
| exec custom.dbo.CopyMetaData 'ZZ', 'LA', 1, 0 | |
| go | |
| print 'replicated out meta for LA' | |
| exec custom.dbo.CopyMetaData 'ZZ', 'LB', 1, 0 | |
| go | |
| print 'replicated out meta for LB' | |
| exec custom.dbo.CopyMetaData 'ZZ', 'LC', 1, 0 | |
| go | |
| print 'replicated out meta for LC' | |
| exec custom.dbo.CopyMetaData 'ZZ', 'LD', 1, 0 | |
| go | |
| print 'replicated out meta for LD' | |
| exec custom.dbo.CopyMetaData 'ZZ', 'LE', 1, 0 | |
| go | |
| print 'replicated out meta for LE' | |
| exec custom.dbo.CopyMetaData 'ZZ', 'LF', 1, 0 | |
| go | |
| print 'replicated out meta for LF' | |
| exec custom.dbo.CopyMetaData 'ZZ', 'LG', 1, 0 | |
| go | |
| print 'replicated out meta for LG' | |
| exec custom.dbo.CopyMetaData 'ZZ', 'LH', 1, 0 | |
| go | |
| print 'replicated out meta for LH' | |
| exec custom.dbo.CopyMetaData 'ZZ', 'LI', 1, 0 | |
| go | |
| print 'replicated out meta for LI' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment