If new Oracle 10g database will soon replace the current database, the old database has serious performance problems that seemed to be caused by an overload on the disk drive's i/o channel. Your analysis
How to insert image into Sybase image data type field?
in the select clause there are few keywords like SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY.. i would like to know execution of the select statement means which one executes first out of these keywords
How to map data from discrete sources like Notepad, MS-Excel, MS-Word to db2
How to load data onto db2 environment other than FTP
How to migrate db2 data to notepad?
Latest Answer: Do you mean that you want to unlaod a db2 table into a notepad or textpad, then you can probably try this:db2> export to yourdirectory/abc.txt of del select * from tablename with ur ...
What is Inversion Key Entry?
If 1000 users are connected to the db, and Listener is up and running suddenly system is hanging what will do ?
Which one is strongest normal form? Why?
How to copy database from one machine to another machine in MYSQL? Explain with an example?
Latest Answer: Make a dump of the database to be copied : mysqldump -u root -p --databases --opt MyDatabase > MyDatabase.sql
Copy MyDatabase.sql to the second machineImport the database to MysSQL server : mysql -u root -p < MyDatabase.sql ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top