| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Differences between functions and stored procedures? | 247Customer | 6 |
| How do you find the number of rows in a table? | | 5 |
| write down the code for "how we delete a table without
using of Drop command " ? | Sonata | 2 |
| 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 |
| WHAT IS DIFFRENCE BETWEEN TRUNCATE AND DELETE STATEMENT | CTS | 10 |
| What are the steps you will take, if you are tasked with
securing an SQL Server?
| HCL | 1 |
| what is the difference between group and having
give an example with query and sample output | | 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 cursor ? And what is difference between Trigger ? | HCL | 1 |
| What is a Trace frag?Where can we use this? | | 1 |
| how to replace double quotes by single quotes in sql server | CAC | 2 |
| What is an execution plan? When would you use it? How would
you view the execution plan? | | 1 |
| What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table | HP | 15 |
| there is a table having two columns no and name
and the data is
1 A
2 B
3 C
write a query that will result a horizontal output
A,B,C
| vsworx | 7 |
| why cluster and non clusterindex are used in sqlserver 2000?
explain with example | | 1 |
| what is Constraint? How many types of constraints in SQL ? | NIIT | 7 |
| How can i change the column name. | HCL | 7 |
| What are the type of Indexes? which one is best, why? | | 5 |
| what is the difference between sql query and google query? | TCS | 6 |
| When you first load SQL SERVER you will startup with what
all databases? | CompuSol | 3 |
| |
| For more SQL Server Interview Questions Click Here |