aboutsummaryrefslogtreecommitdiffstats
path: root/Software/DB/SQLExaminer Projects
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-01-19 16:10:55 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-01-19 16:10:55 +0200
commit7ffd0bab3c6f397936f8ef9f6829cdf33b850efa (patch)
treec2fb5b6cef2d04fe529b284a734657749880abf9 /Software/DB/SQLExaminer Projects
parent09d432566f696f0eeb3fce97d2c870cfd1c91f89 (diff)
downloadTango-7ffd0bab3c6f397936f8ef9f6829cdf33b850efa.tar.gz
Tango-7ffd0bab3c6f397936f8ef9f6829cdf33b850efa.zip
Implemented new ms user creation + PASSWORD_CHANGE_REQUIRED.
Improved ms login design + password change. Improved ms main menu and current user design.
Diffstat (limited to 'Software/DB/SQLExaminer Projects')
-rw-r--r--Software/DB/SQLExaminer Projects/LOCAL TO DEV.seproj68
1 files changed, 68 insertions, 0 deletions
diff --git a/Software/DB/SQLExaminer Projects/LOCAL TO DEV.seproj b/Software/DB/SQLExaminer Projects/LOCAL TO DEV.seproj
new file mode 100644
index 000000000..ba509261c
--- /dev/null
+++ b/Software/DB/SQLExaminer Projects/LOCAL TO DEV.seproj
@@ -0,0 +1,68 @@
+<Project version="21">
+ <Sources>
+ <Source id="1">
+ <EngineType>MsSqlServer</EngineType>
+ <StorageType>LiveDb</StorageType>
+ <ServerName>localhost\sqlexpress</ServerName>
+ <Database>Tango</Database>
+ <WinAuth>True</WinAuth>
+ </Source>
+ <Source id="2">
+ <EngineType>MsSqlAzure</EngineType>
+ <StorageType>LiveDb</StorageType>
+ <ServerName>twine.database.windows.net</ServerName>
+ <Database>Tango_DEV</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