Microsoft
Software
Hardware
Network
Question : How do I create a user with DBA permissions in DB2 similar to in Oracle - create user user1 identified by user1;grant dba to user1;grant connect to user1;
How do I create a user with DBA permissions in DB2 similar to in Oracle - create user user1 identified by user1;grant dba to user1;grant connect to user1;
Answer : How do I create a user with DBA permissions in DB2 similar to in Oracle - create user user1 identified by user1;grant dba to user1;grant connect to user1;
db2admin create /user:user1 /password:user1
db2admin setid user1
GRANT DBADM ON DATABASE TO USER user1
Random Solutions
Access denied error when using IIS Certificate Wizard to renew Thawte certificate
SEO Benefits of adding business address in Google Maps
SQL BPA Command Line has encountered a problem and needs to close...
DFS Replication question.
Active Sync and Exchange 2007
Outlook 2003 - Icon in Taskbar
DB Desing tips
Advice needed on Network Traffic, and WorkStation Monitoring Programs
How to print a .prn file?
Must declare the table variable "@table_name".