| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is a Linked Server? | | 1 |
| Suppose in a situation if two list boxes are there and if
you select multiple options based on that the options
related to those selected items should display in second
list box.
Again if we select multiple items in second listbox then the
related to those selected items should display .
In this scenario how will you design database,tables? | HP | 1 |
| what is the main difference between after trigger and
instead trigger. | | 1 |
| what is difference between primary key and Unique | | 8 |
| what operator performs pattern matching? | | 1 |
| What is Query Execution Plan? How does it help optimize or
tune a database driven application? | Accenture | 2 |
| What is database normalization? | Digicel | 5 |
| write down the sql query?
Table Name : emp1
empid empname
1 bala
2 guna
Table Name : emp2
empid empname
1 <Null>
2 <Null>
Solution : emp1 names are updated in emp2, write a query?
| | 7 |
| What is the purpose of UPDATE STATISTICS? | | 1 |
| how to write the query to select the rows are in the order
of either 1,3,5,7... or 2,4,6,8,... | ADP | 5 |
| How do I compare two values when one value(data type) is
char and the other is an integer? | | 3 |
| How will u find the query which is running in some other
machine | IBM | 2 |
| Explain Trigger with an example?
| | 1 |
| What is normalization and its forms? | Challenger-Financial | 3 |
| 1.what is the purpose of using alias name in sql server?
with certain example?
2.what is cursor?will u plz explain me in detail with
certain example? | | 3 |
| Whether the updations made to the views reflect the
original records in the table | NIIT | 5 |
| wat is the main diff between sql server 2000and sql server 2005 | Jade-Software | 6 |
| How do you troubleshoot SQL Server if its running very slow? | | 2 |
| Please get the 4 th maximum salary from a table without
using any sql keyword (TOP,MAX are mot allowed) | | 5 |
| How to write stored procedure to update the data in 10
tables | | 4 |
| |
| For more SQL Server Interview Questions Click Here |