| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between the following two sql
statements
select count(*) from <tablename>
select count(col_name) from <tablename> | 247Customer | 2 |
| how to select 5 to 7 rows from a table, which contains 10 rows? | IBM | 14 |
| What are the types of indexes available with SQL Server? | | 2 |
| What's the difference between a primary key and a unique key? | Wipro | 8 |
| can you any body tell me while running BCP Out in instance
in sql server 2000 is getting error.
Error = [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL
Server does not exist or access denied.?
| | 1 |
| How do you troubleshoot SQL Server if its running very slow? | | 2 |
| SQL stops working in every 15 days displaying message that
database log file is full. Log file size is 3.95 GB. It is
happening after shrinking the database also. What is
solution to overcome this problem. Please help me as it's
urgent. | | 5 |
| Can you explain the types of Joins that we can have with Sql
Server? | | 2 |
| how to delete duplicate rows from table in sql server | HCL | 8 |
| 1.what is the difference between view and cursor?
2.If we do any change in view will it affect the
database,similarly when we do changes in cursor will it
affect the databse?with certain example?Thanks
| | 3 |
| what is Archive old data? | | 1 |
| how to count datewise data in sqlserver | IndusInd-Bank | 3 |
| There is table like Events...in that name ,startdate
,enddate,location are the column names
write a stored Procedure for this table to get events by
Months "GetEventsByMonths" | | 1 |
| what is bit data type? and what are the information that can
be stored inside a bit column? | | 2 |
| can you any body tell me suppose database is suspect mode.
how can take to normal? | Teledata | 1 |
| what are the joins,primary key,foriegn key, candidate key,
super key and expain them? | Polaris | 2 |
| What are the different types of backup avaible in SQL SErver | Emphasis | 5 |
| What is the difference between having and where clause? | | 4 |
| how do u do Performance tunning ?
| Satyam | 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 |