| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are the type of Indexes? which one is best, why? | | 5 |
| What are the steps you will take to improve performance of
a poor performing query? | HCL | 1 |
| what is difference between primary key and Unique | | 8 |
| I am having table Title with TITLE id,Author ID, Publiser
ID , table AUTHOR with Author ID, Author Name, table
PUBLISER with Pub ID, Pub name Here hot to find out the
publiser id who have relesed the books of patriticular
author? | | 3 |
| how to update a null value field in sql server
eg
a table contains 3 fields id,name,salary
and 3 records
salary of 1 record is null
i want update the nullfield
111 arun 300
112 ddd 200
113 ttt null
i want to update table with add 100 to every record include null
after updation
the recrds should be
111 arun 400
112 ddd 300
113 ttt 100
| HCL | 6 |
| What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table | HP | 15 |
| Can I know,how to Execute Funcion and Trigger through
command(Manualy Execution) in MS SQL/SERVER 2005,give me
answer with Example. | | 1 |
| What is the difference between Userdefined function and
stored procedure? Explain and give the example also | | 4 |
| how do u do Performance tunning ?
| Satyam | 1 |
| What is a transaction and what are ACID properties? | IBM | 4 |
| is there more the two primary key in a single table? | Systematix | 22 |
| how to find number of columns in a table in sql server 2000
and 2005 also | Virtusa | 7 |
| How do you use DBCC statements to monitor various aspects of
a SQL server installation? | | 1 |
| What are the two types of concurrency? | | 2 |
| What is Report Server,Report Manager and Report Builder in
SSRS 2005? | | 1 |
| Explain Active/Active and Active/Passive cluster
configurations? | | 1 |
| About DTS usage ? | Cognizent | 2 |
| How do you check the performance of a query and how do you
optimize it? | | 1 |
| What is a stored procedure? | | 3 |
| what is the out put of below queries?
a. select * from Emp where null = null;
b. select * from Emp where 1=1; | Patni | 9 |
| |
| For more SQL Server Interview Questions Click Here |