| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between windows authentication and
sql server authentication | HCL | 3 |
| Wht is the difference between stored procedure and trigger | TCS | 2 |
| What is a table called, if it does not have neither Cluster
nor Non-cluster Index? | | 1 |
| what is index seek and index scan? | | 2 |
| How to create logins using windows Authentication mode? | | 1 |
| What is a job? | | 3 |
| What is MSDE? | | 1 |
| how do we find every fifth record in a table | | 6 |
| About types of indexes in SQL server ? | Cognizent | 1 |
| 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 |
| What is BCP? When do we use it? | | 1 |
| What are statistics, under what circumstances they go out
of date, how do you update them? | HCL | 2 |
| How to give a user the option of importing Excel and a
delimited text file into a SQL Server Database without
manually using SQL DTS?
| GE | 1 |
| Where do you think the users names and passwords will be
stored in sql server? | | 2 |
| What are the OS services that the SQL Server installation adds? | | 1 |
| what is normalization?
what is denormalization?
| Satyam | 4 |
| What is the basic difference between clustered and a
non-clustered index? | | 2 |
| Display a roll having miminum marks in two subjects? | Patni | 4 |
| Lets say due to N/W or Security issues client is not able to
connect to server or vice versa. How do you troubleshoot? | | 1 |
| could you please reply for these question:
1.About Use Apply?
2.Avoid cursors - When we have a situation that we can not
avoid the use of cursor than what is the alternate solution?
is there anything we can use instead of cursor to perform
the desired task? which optiomize the peroformance too.
3.What is computed columns?
Thanks in advance.
Regards,
Rupesh
| | 3 |
| |
| For more SQL Server Interview Questions Click Here |