Re: What are cons and pros for using IDENTITY property as PK in SQL SERVER 2000?
"Bob Badour" <bbadour@golden .net> wrote in message
news:QaadnQDRRb qSplKiRVn-vA@golden.net.. .
<snip>[color=blue]
> With all due respect, the user of the dbms does care. Think about it.
>
>[/color]
Please explain. I do not understand your point. For our application, the
user works an invoice, they want to pick the Vendor by name. We need to
associate that invoice to a vendor, we use the internal ID. Same goes for
contracts, service line items, etc. Using the internal ID allows us to
connect our records, the user doesn't care, nor does s/he need to know about
it. With this design, when the user goes in and changes a vendor name, which
they can and do from time to time, the ID keeps the records linked.
--
BV.
WebPorgmaster - www.IHeartMyPond.com
Work at Home, Save the Environment - www.amothersdream.com
"Bob Badour" <bbadour@golden .net> wrote in message
news:QaadnQDRRb qSplKiRVn-vA@golden.net.. .
<snip>[color=blue]
> With all due respect, the user of the dbms does care. Think about it.
>
>[/color]
Please explain. I do not understand your point. For our application, the
user works an invoice, they want to pick the Vendor by name. We need to
associate that invoice to a vendor, we use the internal ID. Same goes for
contracts, service line items, etc. Using the internal ID allows us to
connect our records, the user doesn't care, nor does s/he need to know about
it. With this design, when the user goes in and changes a vendor name, which
they can and do from time to time, the ID keeps the records linked.
--
BV.
WebPorgmaster - www.IHeartMyPond.com
Work at Home, Save the Environment - www.amothersdream.com
Comment