| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is a view? is View updatable? | IBM | 10 |
| Is it possible to have more then one foreign key in a
single table? if possible, is this the good way to design
the table? | | 2 |
| Explian different types of BACKUPs avaialabe in SQL Server?
Given a particular scenario, how would you go about
choosing a backup plan?
| HCL | 2 |
| 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.
| | 1 |
| What all db objects can be found in MSDB database of a SQL
Server instance? | Accenture | 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 |
| What is the datatype returned by count(*) | Asian-CERC | 16 |
| What are Sql Reporting Services and analysis services? Can
u Explain | | 1 |
| one table has four field id,name,design,salary. i have to
find maximum salary . | | 6 |
| How to create logins using windows Authentication mode? | | 1 |
| write the query for find the top 2 highest salary in sql
server | TCS | 17 |
| Alternative way to DetDate() function? | | 2 |
| Explain some DBCC commands? | | 3 |
| What is normalization in Database ? | | 3 |
| What are explicit and implicit transactions? | | 1 |
| How to restart SQL Server in single user mode? How to start
SQL Server in minimal configuration mode? | HCL | 2 |
| What is the system function to get the current user's user
id? | HCL | 1 |
| how insert selected column only ? | Robert-Half | 1 |
| What's the difference between DELETE TABLE and TRUNCATE
TABLE commands? | | 6 |
| How do you measure the performance of a stored procedure? | Infosys | 1 |
| |
| For more SQL Server Interview Questions Click Here |