Databases
The project will two database connections. User stories will reference which connection string should be used for each/all database interaction within the user story. Each database connection will have 4 configurations associated with it
- The ASWB connection strings are used for WRITING records.
- The ASWBOnline connection strings are used for READING records.
Connection String Name | Server name | Database name | UserName | Description | |
---|---|---|---|---|---|
1 | ASWBLocal | local | ExamRegistration | ||
2 | ASWBQA | ASWBDevData | ExamRegistration | ||
3 | ASWBTest | ASWBDecData | ExamRegistration | ||
4 | ASWB | ASWBSQL2\ASWBSQL2 | ASWBTest | ||
5 | ASWBOnlineLocal | local | ExamRegistration | ||
6 | ASWBOnlineQA | ASWBDevData | ExamRegistration | ||
7 | ASWBOnlineTest | ASWBDevData | ExamRegistration | ||
8 | ASWBOnline | ASWBData | ExamRegistration | ||
9 | |||||
10 |
Key Reference Information