| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are the type of Indexes? which one is best, why? | | 5 |
| what purpose does OPENXML clause have in sql server stored
procedure? | | 1 |
| is it possible to use a variable in a query with the IN
clause (a,b,c..z), without getting quotes or conversion
errors? | | 2 |
| Can we create clustered index on non primary key column | CTS | 14 |
| What is normalization? | | 6 |
| What is the difference between distinct clause and group by
clause? | Value-Labs | 1 |
| what are file groups? | Evalueserve | 3 |
| I need a query that retrieves info from an Oracle table and
a query that retrieves info from a SQL Server table. The
info has to be joined together according to Record ID
numbers. I have very limited access to the Oracle database
but full control of the SQL Server database.How do I join
two different queries from two different databases?
| | 1 |
| Delete duplicate rows from a table without primary key by
using a single query
Table Employee
empname salary
A 200
B 300
A 200
C 400
D 500
D 500
Output should be
A 200
B 300
C 400
D 500
| | 2 |
| what is the Surrogate key?and wt is the diff between Primary
key and Surrogate Key? | | 2 |
| What is the difference between having and where clause? | | 4 |
| How to Get the last identity value used | | 4 |
| What are sub-queries? Give example? In which case
sub-queries are not feasible? | Infosys | 3 |
| Explain Trigger with an example?
| | 1 |
| What is the order in which the SQL query is executed? list
them in order. | CTS | 1 |
| What is Report Server,Report Manager and Report Builder in
SSRS 2005? | | 1 |
| Alternative way to DetDate() function? | | 4 |
| What is SQL server agent? | SAP-Labs | 2 |
| Explain the storage models of OLAP? | | 1 |
| What is the use of DBCC commands? | | 1 |
| |
| For more SQL Server Interview Questions Click Here |