ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Microsoft SQL Server 2008 is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning. Major improvements include the Always On technologies and support for unstructured data types.
TRUSTED BY
>Id like to allow duplicate DIVID
The above two statements are mutually exclusive. If DIVID can contain duplicate values, then it can not be a key. You can index it with duplicates allowed to improve performance, but no key.
>should I remove the key in DivID and no key to this table?
Yes, or at least just remove the key in DivID.