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
using the bash sort command, now do I sort dates ?
Fastest/Best Method of Parsing Data with AJAX
online school calendar
Procudure takes long hours to complete
SQL DATETIME Compare HELP
USB connections in hyper-v
AJAX Refresh in IE?
The WMI Performance Adapter
Script to automatically adjust time
How can we solve the issue of password never expires is unchecked and i want to reset password from the clients itself for users who do not login to the machine.