Database structure Questions

1

Database structure and application outsource protocol
When an application has been outsourced, Don’t the software developer need to share the database structure with the client prior to development

Answer Question   |  July 16, 2010  5:10 PM
Application development, Database design, Database Development, Database structure, SDLC, Software Development Process
asked by:
5 pts.

Loading a new database from an Old one
I am new to SSIS. We are running SQL Server 2008, and I have to load a new database from an old one which had a different structure. I’m not sure how to cope with PK’s that are identities. For example, I have three tables: 1) Main table eg. A list of applications 2) Joiner [...]

Answer Question   |  March 2, 2010  4:16 PM
Database structure, SQL Server 2008, SSIS
2,585 pts.

Help with Database Structure
I need to create a databse that keep track of a Item # and associated with that Item# is 2 type of people. DonorID and OwnerID. Both these type of people i want listed in the same Table. So far my structure looks like so. [strong]tblItems  [/strong]                  [strong]   tblPerson[/strong]        Item#                           PersonID(want linked to DonorID & OwnerID) Description                    LastName DonorID([em]dropdownList[/em])    FirstName [...]

Answer Question   |  January 7, 2010  5:19 PM
Access 2007, Database design, Database structure
asked by:
30 pts.

1