| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are the authentication modes in SQL Server? | | 2 |
| 1.can we set the more than 1 primary keys for a table?
2.please give me the difference between Cluster Index and
non-Clustered Index
3.can we use query like this "Select * from Table1,Table2;" | | 6 |
| What are the new features in SQL Server 2005? | Emphasis | 2 |
| Wht is SQL Injection Attack ? | | 1 |
| in emptable i want to retrive the name of employee whose
name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc. | | 7 |
| What meant by Performance Tuning,how can we do the
performance tuning on stored procedures and tell some steps
to do the performance tuning | TCS | 1 |
| Can you explain the role of each service? | | 1 |
| What is the difference between temp table and table variable? | Microsoft | 4 |
| How to Check Whether a Global Temporary Exists in a SQL
Database or not? | | 2 |
| how to replace double quotes by single quotes in sql server | CAC | 2 |
| What is the difference between OLEDB and ODBC | CFCI | 3 |
| how to give input dynamically to a insert statement in
sqlserver | HCL | 2 |
| what is the output for this query
select * from employee where 1=1; | | 4 |
| 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 |
| to explain sql server 2000 architecture & authentication | | 1 |
| How to write query to Delete the records in child table
and corresponding records in parent table | Semantic-Space | 8 |
| How to Execute an Operating System Command From Within SQL
Server ? | | 2 |
| what is Constraint? How many types of constraints in SQL ? | NIIT | 7 |
| i have a table student like
sname
-----
ram
ram
ram
raj
raj
raj
i need the output like
sname
-----
ram
raj
ram
raj
ram
raj
| IBM | 7 |
| How do you implement one-to-one, one-to-many and many-to-
many relationships while designing tables? | TCS | 3 |
| |
| For more SQL Server Interview Questions Click Here |