R
Random
I'd like to get some feedback on preferred practices for indexes on
databases, and their use outside the database.
The situation I am trying to address is this. I have a set of XML documents
that I want to have hold collections of indexes that will be used to make
calls to a web service to gather current details on the topic the index
refers to in the database. I've always been fond of the use of unique
identifiers (GUIDs) for table indexes, and while the calls to the web
service will be secure, encrypted, & signed, I am hesitant to use the GUIDs
in this manner.
What security considerations do I need to be aware of in this design? What
recommendations would you offer?
databases, and their use outside the database.
The situation I am trying to address is this. I have a set of XML documents
that I want to have hold collections of indexes that will be used to make
calls to a web service to gather current details on the topic the index
refers to in the database. I've always been fond of the use of unique
identifiers (GUIDs) for table indexes, and while the calls to the web
service will be secure, encrypted, & signed, I am hesitant to use the GUIDs
in this manner.
What security considerations do I need to be aware of in this design? What
recommendations would you offer?