How do you tell what your machine name is and what is its IP
address?
Answer Posted / braj123
ifconfig -a
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What are the different types of database compression introduced in sql server 2008? : sql server DBA
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
What happens on checkpoint? : sql server DBA
What is the difference between dropping a database and taking a database offline? : sql server DBA
how can you find out if a table can be redefined?
I got an error SQL1042C. An unexpected system error occurred. Explanation: A system error occurred. One possible reason for this error is that the database manager is not installed correctly or the environment is not set up correctly. On OS/2, while trying to start the database manager, a very common reason for this error is a corrupted NET.ACC file. The command cannot be processed. The tables and views would not be opened. What is the way to open the dataase? pls help me
What is dbcc? : sql server DBA
What are the different ways you can create databases in sql server? : sql server DBA
How would you extract DDL of a table without using a GUI tool?
What are the commands used in dcl? : sql server DBA
What is a system database and what is a user database? : sql server DBA
Where would you look for errors from the database engine?
Explain materialized views and how they are used.
How to start SQL Server in minimal configuration mode?
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?