| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How to link up the text file to a Database table? | Allianz | 1 |
| What do u mean by orphan users, how will u list them in the
DB | IBM | 2 |
| Please give me the SP for the below scenario. I have two
tables named Table1 and Table2...I need to fetch record by
record from Table1 and insert the record in to table2 where
the value in the sno column of the table1 is even number. | Value-Labs | 4 |
| What is de-normalization and when do you do it? | | 3 |
| Explain some DBCC commands? | | 4 |
| What is the difference between temp table and table variable? | Microsoft | 4 |
| Can you explain the role of each service? | | 1 |
| difference between sql server2000 and sql server2005
| KPMG | 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 |
| Write an SQL query if u want to select the data from one
block which intern reflects in another block ?
thanx,do reply | Covansys | 1 |
| what is hash table | Teledata | 2 |
| how to select a field with firstletter as capital and
remaining are small letters | | 8 |
| The Difference between 'Count' and 'Count(*)' | | 12 |
| What is database normalization? | Digicel | 5 |
| A table contains list of customers and his city with other
details. Each customer has a unique number and the table
consists millions of data. Query is: I want to retrieve 10
customers from each city, no script, only from single query? | Infosys | 3 |
| how to give input dynamically to a insert statement in
sqlserver | HCL | 2 |
| What are functions | | 3 |
| i have a table student like
sname
-----
ram
ram
ram
raj
raj
raj
i need the output like
sname
-----
ram
raj
ram
raj
ram
raj
| IBM | 7 |
| What is the difference between OLEDB and ODBC | CFCI | 3 |
| What is the default value of CHAR type? | Bosch | 8 |
| |
| For more SQL Server Interview Questions Click Here |