mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
11 lines
512 B
Plaintext
11 lines
512 B
Plaintext
<Synchronize xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
|
|
<Source>
|
|
<ConnectionString>Provider=MSOLAP;Data Source=SourceServer;Integrated Security=SSPI</ConnectionString>
|
|
<Object>
|
|
<DatabaseID>DatabaseID</DatabaseID>
|
|
</Object>
|
|
</Source>
|
|
<Locations />
|
|
<SynchronizeSecurity>SkipMembership</SynchronizeSecurity>
|
|
<ApplyCompression>true</ApplyCompression>
|
|
</Synchronize> |