| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| HOW TO RENAME A COLUMN NAME | | 2 |
| how to delete duplicate rows from table in sql server | HCL | 8 |
| How do you persist objects, permissions in tempdb | | 1 |
| difference between sql server2000 and sql server2005
| KPMG | 1 |
| what is physical sort data and logical sort data in index? | | 2 |
| What are constraints? Explain different types of
constraints? | | 6 |
| Hello all,
I have data like :-
year amt
2004 10
2005 20
2006 30
Now i want output as:-
2004 2005 2006
10 30 60
but i have to use here group by on year.So, i need a single
query within that i can find.
| | 2 |
| select empid empname from employee
What is the result for the about query? | | 4 |
| 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 |
| How to create logins using windows Authentication mode? | | 2 |
| What all db objects can be found in MSDB database of a SQL
Server instance? | Accenture | 1 |
| When do we use the UPDATE_STATISTICS command? | | 3 |
| What are the two types of concurrency? | | 2 |
| how to give input dynamically to a insert statement in
sqlserver | HCL | 2 |
| Alternative way to DetDate() function? | | 4 |
| when we use function instead of procedure? plz tell me the
situation with ex? | | 1 |
| What is Covering Indexes?
Plz explain with example | | 2 |
| 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 |
| What is WITH CHECK OPTION | Karur-Vysya-Bank-KVB | 2 |
| Can you link only other SQL Servers or any database servers
such as Oracle? | | 1 |
| |
| For more SQL Server Interview Questions Click Here |