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
How can I swap image on a link on click and have it revert back when a new link is clicked?
Exchange User cannot recieve external emails
Profile Failed as Backup Windows XP Pro
Open port 123 with Windows Time Service
Using TIBEvents
Difference between Set chained OFF|ON, Sybase
Windows Search 4.0 XP - UNC locations not adding
Replace a primary domain controller procedure question
SMTP Server in the DMZ
How to create modal dialog in Perl/Tk