max number of symmetric keys in a database
Is there a limit on number of symmetric keys/asymmetric keys/certificates that can be stored in a database?
Is there any effect on performance of the SQL Server if I have too many (few hundreds) symmetric keys in the database?
thanks
I answered this question some time before in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=160569&SiteID=1. The answer is the same for each key type.
The number of keys will not affect the performance, but using a lot of keys at the same time (having them "opened" in one or more sessions), will naturally increase the space used by the server.
Thanks
Laurentiu