| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between windows authentication and
sql server authentication | HCL | 4 |
| How do you persist objects, permissions in tempdb | | 1 |
| 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 |
| Explain sp_configure commands, set commands? | | 3 |
| what purpose does OPENXML clause have in sql server stored
procedure? | | 1 |
| What is a Stored Procedure? | | 7 |
| How many types of cursors are there in SQL Server? | 247Customer | 3 |
| What is a sub-query? When would you use one? | | 3 |
| How would you Update the rows which are divisible by 10,
given a set of numbers in column? | | 1 |
| How to get the count of distinct records. Please give me the
query? | Value-Labs | 5 |
| what is replication?
where do u use Go Keyword?
| Satyam | 1 |
| how can we use a composite key for two tables and how can
we represent it | BoA | 1 |
| When do you create cluster and noncluster index? | Satyam | 4 |
| What is the difference between a Application Server and a
Database | Oracle | 2 |
| Explain some DBCC commands? | | 4 |
| How do you know which index a table is using? | | 4 |
| Is it possible to create a stored procedure that runs a
query and outputs the results to a text file and allows me
to add extra delimeters and static field info. If so How? | | 1 |
| Is it possible to delete duplicate rows in a table without
using a temporary table ? | | 6 |
| I am Having tables T1 and T2 both having same data how to
check (or) compare the data in both table are same? | | 2 |
| What is the difference between temp table and table variable? | Microsoft | 4 |
| |
| For more SQL Server Interview Questions Click Here |