| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| The Difference between 'Count' and 'Count(*)' | | 12 |
| Let us say master db itself has no backup. Now you have to
rebuild the db so what kind of action do you take? | | 1 |
| select empid empname from employee
What is the result for the about query? | | 4 |
| What is the difference between a stored procedure and a user
defined function in sql server? | Millennium | 2 |
| hi,
i have a table called names and field name
select * from names
name
a
b
c
d
i want to display like this
name
a,b,c,d
how it is possible
Regards
Baiju | | 3 |
| How do you fine the performance tunning? | Accenture | 2 |
| why cluster and non clusterindex are used in sqlserver 2000?
explain with example | | 1 |
| How to list all tables having unique constraints in any of
the columns in a database. | | 1 |
| i want to join two queries....and i want to run them as one
after another that is want output of first query then
second , then again output of first query then second and
so on... | | 2 |
| What's the purpose of Stored Procedure? | Wipro | 4 |
| what is web server?
| Satyam | 3 |
| What is the use of MOVE keyword in restore command | IBM | 2 |
| What is the system function to get the current user's user
id? | TCS | 3 |
| Lets say due to N/W or Security issues client is not able to
connect to server or vice versa. How do you troubleshoot? | | 1 |
| I have a table EMP in which the values will be like this
EmpId Ename Sal DeptId
11 Ram 10000 10
11 Ram 10000 10
22 Raj 20000 20
22 Raj 20000 20
33 Anil 15000 30
33 Anil 15000 30
I want to delete only duplicate Rows. After Delete I want
the output like this
EmpId Ename Sal DeptId
11 Ram 10000 10
22 Raj 20000 20
33 Anil 15000 30
| DELL | 10 |
| What is the purpose of using COLLATE in a query? | | 1 |
| What is MSDE? | | 2 |
| What is the difference between a Application Server and a
Database | Oracle | 2 |
| How to Get the last identity value used | | 4 |
| 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 |
| |
| For more SQL Server Interview Questions Click Here |