Tag archive for ‘security’
Migrating DB2 security items to SQL Server
There are three main mechanisms within DB2 that allow implementing a database security plan: authentication, authorization, and privileges. These mechanisms differ from those used in SQL Server.
AUTHENTICATION
DB2 Authentication defines who is allowed accessing to the instance and/or database, and where and how a user’s password will be verified. Different types of DB2 authentication can be [...]