How can we get information about log files in the database?
Latest Answer: That is a vendor-specific question.In Sybase, you can get log file information as follows:prompt$ isql1> sp_help {database} 2> goThat will list the devices used by the database, including log devices. For each log device you're interested ...
What is the difference between embedded SQL & SQL Server 2000
How to find how many tables in each data base
Latest Answer: what abt this ? 1* select sum(count(*)) from all_tables group by ownerSQL> /SUM(COUNT(*))------------- 39SQL> ...
What is a tree relationship and give an example
Latest Answer: It is ahierarchical relation ship. In this structure parentnode (rootnode) and then child nodes, siblings etc ...
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 ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top