| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the use of DBCC commands? | | 1 |
| What is the use of CASCADE CONSTRAINTS? | | 2 |
| What is the purpose of using COLLATE in a query? | | 1 |
| what is the out put of below queries?
a. select * from Emp where null = null;
b. select * from Emp where 1=1; | Patni | 9 |
| Can we create a clustered index on composite primary key. | | 2 |
| Advantages and Disadvantages of Cursor? | Zenith | 10 |
| What is bit datatype and what's the information that can be
stored inside a bit column? | | 1 |
| What is WITH CHECK OPTION | Karur-Vysya-Bank-KVB | 2 |
| From where can you change the default port? | | 3 |
| when inserting to a table how many rows will be effected
using triggers
| | 1 |
| How m-m relationships are implemented? | | 1 |
| What is the difference between 2-Tier architecture and
3-Tier architecture | Oracle | 10 |
| How do SQL server 2000 and XML linked? | | 2 |
| What's the maximum size of a row? | | 4 |
| Which stored procedure will you be running to add a linked
server? | | 1 |
| write the query for taking database restore in sql? | | 2 |
| Let us say master db itself has no backup. Now you have to
rebuild the db so what kind of action do you take? | | 1 |
| what is the maximum size of a row in sql server 2000 and 2005 | | 2 |
| Say if we have a table that contains only a single column ,
say OrderID, which has IDENTITY attribute defined on it. So
how can we insert data in this table.
I am reframing my question, that how can we make the table
to increment the column "OrderID" value several times??? | | 3 |
| What is MSDE? | | 2 |
| |
| For more SQL Server Interview Questions Click Here |