| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Which system table contains information on constraints on
all the tables created? | | 2 |
| Can you give an example of Stored Procedure? | | 2 |
| can you any body tell me simple recovery,full recovery,bulk
logged recovery where can use? | | 1 |
| What is indexed views?
plz explain with example? | | 1 |
| Define candidate key, alternate key, composite key. | | 9 |
| Can you link only other SQL Servers or any database servers
such as Oracle? | | 1 |
| What is the difference between the following two sql
statements
select count(*) from <tablename>
select count(col_name) from <tablename> | 247Customer | 2 |
| how to rest identity columns in sql server | Matrix | 3 |
| Accidentally i deleted my table. How can i get that table? | | 4 |
| write down the code for "how we delete a table without
using of Drop command " ? | Sonata | 1 |
| how to get the automatic backup of the database in the sql
server | | 3 |
| What are the advantages of using views. Why do we need
views when we have SPs? | 247Customer | 3 |
| Using query analyzer, name 3 ways you can get an accurate
count of the number of records in a table? | eFunds | 5 |
| difference between sql server2000 and sql server2005
| KPMG | 1 |
| 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 |
| what purpose does OPENXML clause have in sql server stored
procedure? | | 1 |
| What is a sub-query? When would you use one? | | 3 |
| How many index keys possible for a table | | 6 |
| What are different types of Keys? Please explain all the
keys with a suitable example. | | 1 |
| in tabase table having a column in it empname field is
there which having 5 duplicate values is there i want
deleted all the duplicates i want showing only one name
only. | | 7 |
| |
| For more SQL Server Interview Questions Click Here |