| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is meant by sql injection with example and one more
question how to catch the errors in sqlserver | | 1 |
| 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 |
| Why we need a group by clause? | | 3 |
| What is a NOLOCK? | | 3 |
| What is the use of DBCC commands? | | 1 |
| what is curser. | | 8 |
| What is an extended Stored Procedure? | | 1 |
| what is differece between union and union all | | 4 |
| Why Do you want to work in this company? | HCL | 3 |
| What is the difference between DTS and SSIS? | Allianz | 3 |
| What is Schema? and why we use schemas? | | 1 |
| Create Index myIndex On myTable(myColumn)
What type of Index will get created after executing the
above statement | | 2 |
| How to create logins using windows Authentication mode? | | 2 |
| What is a sub-query? When would you use one? | | 3 |
| What is the diff between Dynamic queries and static queries
| ICS-Integrated-Computer-Solutions | 1 |
| Difference between Function and Procedure-in general? | | 3 |
| How can I create a plain-text flat file from SQL Server as
input to another application? | | 2 |
| What is the difference between 2-Tier architecture and
3-Tier architecture | Oracle | 10 |
| What is the system function to get the current user's user
id? | HCL | 1 |
| What is an index? | Yardi-Software | 7 |
| |
| For more SQL Server Interview Questions Click Here |