diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-01-19 17:06:06 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-01-19 17:06:06 +0200 |
| commit | 9d1b3ecef54ed7cb166dcfaef75a8e9b5bbcfe4a (patch) | |
| tree | aa52970729a233bf20d40db6d4483083005c535a | |
| parent | 7ffd0bab3c6f397936f8ef9f6829cdf33b850efa (diff) | |
| download | Tango-9d1b3ecef54ed7cb166dcfaef75a8e9b5bbcfe4a.tar.gz Tango-9d1b3ecef54ed7cb166dcfaef75a8e9b5bbcfe4a.zip | |
Redundant.
| -rw-r--r-- | Software/DB/SQLExaminer Projects/TEST TO ALPHA.seproj | 72 | ||||
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs | 2 |
2 files changed, 73 insertions, 1 deletions
diff --git a/Software/DB/SQLExaminer Projects/TEST TO ALPHA.seproj b/Software/DB/SQLExaminer Projects/TEST TO ALPHA.seproj new file mode 100644 index 000000000..bab46d665 --- /dev/null +++ b/Software/DB/SQLExaminer Projects/TEST TO ALPHA.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_TEST</Database> + <WinAuth>False</WinAuth> + <AzureAuthMode>SqlServer</AzureAuthMode> + <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_ALPHA</Database> + <WinAuth>False</WinAuth> + <AzureAuthMode>SqlServer</AzureAuthMode> + <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 diff --git a/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs index 960795da0..8131a11ba 100644 --- a/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs @@ -16,7 +16,7 @@ namespace Tango.JobRunsGenerator static void Main(string[] args) { DataSource dataSource = new DataSource(); - dataSource.Catalog = "Tango_TEST"; + dataSource.Catalog = "Tango_DEV"; dataSource.Address = "twine.database.windows.net"; dataSource.IntegratedSecurity = false; dataSource.UserName = "Roy"; |
