| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Let us say the SQL Server crashed and you are rebuilding the
databases including the master database what procedure to
you follow? | | 2 |
| What is the difference between views and stored procedures?
Can we have input parameters for views? | | 3 |
| Is it possible to allow NULL values in foreign key?
I s it possible to use different constraints for the same
column in the table
(i.e) (id int NOT NULL,UNIQUEUE) | | 1 |
| What are the different types of replication? How are they used? | | 3 |
| write down the sql query?
Table Name : emp1
empid empname
1 bala
2 guna
Table Name : emp2
empid empname
1 <Null>
2 <Null>
Solution : emp1 names are updated in emp2, write a query?
| | 3 |
| How do you know which index a table is using? | | 4 |
| Wht is SQL Injection Attack ? | | 1 |
| how to connect sybase to sql server 2005?. | ABC | 1 |
| What is the difference between Drop and Truncate | | 7 |
| explain different types of jions with examples briefly? | Zensar | 3 |
| Explain basic SQL queries with SELECT from where Order By,
Group By-Having? | Wipro | 1 |
| What are the steps you will take to improve performance of
a poor performing query? | HCL | 1 |
| 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 |
| Accidentally i deleted my table. How can i get that table? | | 2 |
| How do you measure the performance of a stored procedure? | Infosys | 1 |
| Can you tell me the difference between DELETE & TRUNCATE
commands? | | 10 |
| can you any body tell me the how to decrease the logfile | | 2 |
| how to know Who Is Blocking Your SQL Server? | | 2 |
| What is a trigger? | | 6 |
| What is the appropriate number of test cases that you can
write on a database? | Microsoft | 1 |
| |
| For more SQL Server Interview Questions Click Here |