diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-02-02 14:26:07 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-02-02 14:26:07 +0200 |
| commit | 73d6f770fdfbe1ae4e98fe5ac2f8e652bc5e5853 (patch) | |
| tree | eef30780b90236722303966b753a437a80dab19e /Software/DB/SQLExaminer Projects | |
| parent | d6bc264745261638300e33a17c56df4ebffa2d88 (diff) | |
| download | Tango-73d6f770fdfbe1ae4e98fe5ac2f8e652bc5e5853.tar.gz Tango-73d6f770fdfbe1ae4e98fe5ac2f8e652bc5e5853.zip | |
Redundant.
Diffstat (limited to 'Software/DB/SQLExaminer Projects')
| -rw-r--r-- | Software/DB/SQLExaminer Projects/ALPHA TO BETA.seproj | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/Software/DB/SQLExaminer Projects/ALPHA TO BETA.seproj b/Software/DB/SQLExaminer Projects/ALPHA TO BETA.seproj new file mode 100644 index 000000000..9d993a495 --- /dev/null +++ b/Software/DB/SQLExaminer Projects/ALPHA TO BETA.seproj @@ -0,0 +1,72 @@ +<Project version="21"> + <Sources> + <Source id="1"> + <EngineType>MsSqlAzure</EngineType> + <StorageType>LiveDb</StorageType> + <ServerName>twine.database.windows.net</ServerName> + <Database>Tango_ALPHA</Database> + <WinAuth>False</WinAuth> + <AzurePwd>False</AzurePwd> + <Login>Roy</Login> + <Password>Aa123456</Password> + <SavePasswords>true</SavePasswords> + </Source> + <Source id="2"> + <EngineType>MsSqlAzure</EngineType> + <StorageType>LiveDb</StorageType> + <ServerName>twine.database.windows.net</ServerName> + <Database>Tango_BETA</Database> + <WinAuth>False</WinAuth> + <AzurePwd>False</AzurePwd> + <Login>Roy</Login> + <Password>Aa123456</Password> + <SavePasswords>true</SavePasswords> + </Source> + </Sources> + <DataTypesMappings> + <DataTypesMapping name="Default" default="True" /> + </DataTypesMappings> + <ObjectFilter mode="All" /> + <ProjectOptions> + <IgnoreIndices>false</IgnoreIndices> + <IgnoreIndexDetails>false</IgnoreIndexDetails> + <IgnorePrimaryKeys>false</IgnorePrimaryKeys> + <IgnoreUniqueConstraints>false</IgnoreUniqueConstraints> + <IgnoreForeignKeys>false</IgnoreForeignKeys> + <IgnoreFKAction>false</IgnoreFKAction> + <IgnoreChecks>false</IgnoreChecks> + <IgnoreFullText>false</IgnoreFullText> + <IgnoreWithNocheck>true</IgnoreWithNocheck> + <IgnoreNotForReplication>false</IgnoreNotForReplication> + <IgnoreFileGroup>false</IgnoreFileGroup> + <IgnoreIdentity>false</IgnoreIdentity> + <IgnoreComments>true</IgnoreComments> + <IgnoreCaseSensitivity>true</IgnoreCaseSensitivity> + <IgnoreSpaces>true</IgnoreSpaces> + <IgnoreSemicolons>true</IgnoreSemicolons> + <IgnoreOwners>false</IgnoreOwners> + <IncludeSchemaInScript>true</IncludeSchemaInScript> + <IgnoreTriggers>false</IgnoreTriggers> + <IgnoreCollations>false</IgnoreCollations> + <IgnoreExtProperties>false</IgnoreExtProperties> + <IgnorePermissions>false</IgnorePermissions> + <IgnoreIndexNames>true</IgnoreIndexNames> + <IgnoreNullable>false</IgnoreNullable> + <IgnoreColumnsTypes>false</IgnoreColumnsTypes> + <IgnoreDefaults>false</IgnoreDefaults> + <IgnoreAnsiNulls>false</IgnoreAnsiNulls> + <IgnoreQuotedID>false</IgnoreQuotedID> + <IgnorePhysicalProperties>false</IgnorePhysicalProperties> + <DecryptTextObjects>false</DecryptTextObjects> + <SaveOrderOption>true</SaveOrderOption> + <UserTypesToBase>false</UserTypesToBase> + <CaseSense>false</CaseSense> + <IgnoreCaseObjectNames>true</IgnoreCaseObjectNames> + </ProjectOptions> + <SchemaMapping> + <SMItem schema1="guest" schema2="guest" /> + <SMItem schema1="dbo" schema2="dbo" /> + <SMItem schema1="sys" schema2="sys" /> + <SMItem schema1="INFORMATION_SCHEMA" schema2="INFORMATION_SCHEMA" /> + </SchemaMapping> +</Project>
\ No newline at end of file |
