| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| can we call stored Procedure in Function in Sql Server 2000
and vice versa. | eSoft | 2 |
| What is MSDE? | | 2 |
| can you any body tell me which service pack is installed in
the sql server? | | 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 |
| How to handle errors in Stored Procedures. I want to display
a message to the user in the .aspx page that is calling a
stored procedure in it's code behind. please help me. | 247Customer | 1 |
| What is one of the first things you would do to increase
performance of a query? For example, a boss tells you that
?a query that ran yesterday took 30 seconds, but today it
takes 6 minutes? | Wipro | 1 |
| What should we do to copy the tables, schema and views from
one SQL Server to another? | | 3 |
| What is a materialized view? | | 2 |
| what is mean by crystal repoart? ahere we will mainly use
that? | | 1 |
| What is mean by "fill factor" ? and what is mean
by "Index "in sql? | Logica-CMG | 1 |
| What is the order in which the SQL query is executed? list
them in order. | CTS | 1 |
| How will u get 5 years back record? | | 4 |
| what is the difference between Delete and Truncate | Geo-Research-Centre | 3 |
| What are the main control-of-flow T-SQL constructs?
| | 1 |
| How to Check Whether a Global Temporary Exists in a SQL
Database or not? | | 2 |
| 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 |
| wat is the main diff between sql server 2000and sql server 2005 | Jade-Software | 6 |
| In performance wise distinct is good or group by is good?
eg:select name from emp group by name;
select distinct name from emp; | Infosys | 4 |
| What is an extended Stored Procedure? | | 1 |
| What are cursors? | | 8 |
| |
| For more SQL Server Interview Questions Click Here |