| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is a sub-query? When would you use one? | | 3 |
| What about UPDATESTATISTICS ? | Intelligroup | 2 |
| What types of integrity are enforced by a foreign-key
constraint | | 1 |
| What is the difference between truncate and delete statement? | CTS | 4 |
| how to delete duplicate rows from table in sql server | HCL | 8 |
| What is the difference between SSAS 2000 and SSAS 2005? | APX | 1 |
| Explain Active/Active and Active/Passive cluster
configurations | | 1 |
| what is the difference between group and having
give an example with query and sample output | | 2 |
| one table has four field id,name,design,salary. i have to
find maximum salary . | | 6 |
| As a part of your job, what are the DBCC commands that you
commonly use for database maintenance? | HCL | 1 |
| hi,
how to match retrieve the unmatched records from 2 tables
in which we dont have any primary key. example : table1 has
1,2,3,4,5 and table2 has 1,2,3,4,5,6,7,8,9,10 and i want
the numbers from 6 to 10 to be displayed and should not
come as null. i need the numbers. please reply as soon as
possible.
| | 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 |
| 1.can we set the more than 1 primary keys for a table?
2.please give me the difference between Cluster Index and
non-Clustered Index
3.can we use query like this "Select * from Table1,Table2;" | | 6 |
| What is the difference between views and stored procedures?
Can we have input parameters for views? | | 3 |
| Can you explain the types of Joins that we can have with Sql
Server? | | 2 |
| Can Somebody tell me the difference between Clustered & Non-
Clustered Index?? | Progressive | 3 |
| i have 4 tables.. T1, T2, T3, T4..
these tables have the same structure and they store the
information entered in different years..
T1 stored 2002, T2 stored 2003, T3 stored 2004 and T4 stored
2005..
i want to copy contents in T1 to T2, T2 to T3, T3 to T4 and
T4 to T1..
how do i do that? Temp tables cannot be used.. | | 2 |
| can any one please send sql quries most used in applications. | | 1 |
| how many types of store procedre in sqlserver 2000? | ATI | 2 |
| What is the difference between IN and EXISTS operators in
SQL Server? | Intelligroup | 3 |
| |
| For more SQL Server Interview Questions Click Here |