| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is database replicaion? What are the different types
of replication you can set up in SQL Server? | HCL | 4 |
| What is the diff between Dynamic queries and static queries
| ICS-Integrated-Computer-Solutions | 1 |
| WHAT IS TRIGGERS IN SQL? AND WHAT IS THE BENIFIT? | | 5 |
| What is database normalization? | Digicel | 5 |
| i have table students with fields classname,studname
select * from students
classname studname
1 xxxxx
1 yyyy
1 zzzz
2 qqqq
2 tttt
3 dsds
3 www
i want the output should be
No of students in class 1 : 3
No of students in class 2 : 2
No of students in class 3 : 2
| HCL | 2 |
| What is Covering Indexes?
Plz explain with example | | 2 |
| What is deadlock and how to avoid the deadlocks. | Wipro | 3 |
| Can I know,how to Execute Funcion and Trigger through
command(Manualy Execution) in MS SQL/SERVER 2005,give me
answer with Example. | | 1 |
| Which is better in performance - CONSTRAINT or TRIGGER over
a column which restricts say an input of particular value
in a column of a table? | Accenture | 3 |
| What is Trigger? | Misys | 2 |
| How to count the number of duplicate items in a table? | | 1 |
| How to perfor If the table running time is taking 2hours
and table is having 10 rows in it? | | 1 |
| Please get the 4 th maximum salary from a table without
using any sql keyword (TOP,MAX are mot allowed) | | 5 |
| What are the different ways of moving data/databases
between servers and databases in SQL Server? | HCL | 2 |
| What is BCP? When do we use it? | | 1 |
| What is the difference Between Sql-server 2000 & 2005 | Value-Labs | 2 |
| What is WITH CHECK OPTION | Karur-Vysya-Bank-KVB | 2 |
| What is the difference between views and stored procedures?
Can we have input parameters for views? | | 3 |
| What is database replicaion? What are the different types
of replication you can set up in SQL Server? | | 2 |
| What is mean by "fill factor" ? and what is mean
by "Index "in sql? | Logica-CMG | 1 |
| |
| For more SQL Server Interview Questions Click Here |