| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| please tell me the query to get details of the employee
having the second largest salary | 247Customer | 8 |
| What does the INSTEAD OF trigger do? | | 3 |
| you are provided with the single table having say 4 col ie
fname lname age city , now the all records with displying of
only fname and lname is required but in this format say my
name is abhay khanna it will come like this
abhay-khanna
rahul-roy
gaurav-singh
the above format is required | | 2 |
| Well sometimes sp_reanmedb may not work you know because if
some one is using the db it will not accept this command so
what do you think you can do in such cases? | | 2 |
| What is blocking and how would you troubleshoot it? | HCL | 2 |
| After using delete statement in sql query to delete some
records...to retrieve the deleted records we can get using
rollback command but till that where it stores means
particular location name i need....(after deleting and
rollback ) | iGate | 2 |
| how to get the automatic backup of the database in the sql
server | | 3 |
| what is the difference between Delete and Truncate | Geo-Research-Centre | 3 |
| employee table has employee id
-----------
empid
----------------
1
2
3
3
3
4
5
5
5
6
6
6
7
here the values r repeated two times.how to select the
repeated values only.i.e 3,5,6 should alone come. | | 2 |
| How do we get month name in SQL Server 2000, Oracle, MS Access? | | 9 |
| How will u find the query which is running in some other
machine | IBM | 2 |
| What is the difference between SSAS 2000 and SSAS 2005? | APX | 1 |
| Please get the 4 th maximum salary from a table without
using any sql keyword (TOP,MAX are mot allowed) | | 5 |
| How the data stores in a page? | | 1 |
| What is a deadlock and what is a live lock? How will you go
about resolving deadlocks? | Microsoft | 1 |
| how to get the rowid/rownumbes of a table in sqlserver | IBM | 5 |
| what are file groups? | Evalueserve | 3 |
| What is a table called, if it does not have neither Cluster
nor Non-cluster Index? | | 1 |
| Whether the updations made to the views reflect the
original records in the table | NIIT | 5 |
| Can some one please help with a query which will take only
max value of a column in a join. | | 2 |
| |
| For more SQL Server Interview Questions Click Here |