| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How can you get @@error and @@rowcount at the same time? | | 5 |
| What do u mean by orphan users, how will u list them in the
DB | IBM | 2 |
| what is the out put of below queries?
a. select * from Emp where null = null;
b. select * from Emp where 1=1; | Patni | 9 |
| What is de-normalization and when do you do it? | | 3 |
| How to delete an attribute from the emp table | | 3 |
| WHICH INDEX IS FAST CLUSTER AND NON CLUSTER INDEX | L&T | 2 |
| What is the appropriate number of test cases that you can
write on a database? | Microsoft | 1 |
| How are SQL Server databases physically stored under
Windows 2000? | | 1 |
| How to tune a stored procedure? | | 5 |
| 1.How to check the backup file details if we do not have
access to that folder
2.how to check the backup file size without connecting to
the folder
| IBM | 1 |
| Can we call SP inside a query? | Wipro | 4 |
| what is hash table | Teledata | 2 |
| What is normalization and its forms? | Challenger-Financial | 3 |
| How do I list the available tables in a database I'm
querying? | | 3 |
| how to write the query to select the rows are in the order
of either 1,3,5,7... or 2,4,6,8,... | ADP | 5 |
| What are the different ways of moving data/databases
between servers and databases in SQL Server? | HCL | 2 |
| How many max. conditions can b written under the WHERE
clause?
Like select * from [tabnam] WHERE
(cond1...or..cond2....or...cond3...and.....so on.....???
(upto how much extent))????? | SAP-Labs | 2 |
| What are cursors? | | 8 |
| What is cursor ? And what is difference between Trigger ? | HCL | 1 |
| I have to display ten columns values from diffrent ten
tables.
how many joins are require? | HCL | 8 |
| |
| For more SQL Server Interview Questions Click Here |