| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the role that is required for killing a process
What is the role that is required for creating a linked
server
| IBM | 1 |
| Can we call SP inside a query? | Wipro | 4 |
| How to Run a Query on a Remote SQL Server? | | 2 |
| What is the difference between 2-Tier architecture and
3-Tier architecture | Oracle | 11 |
| What are the magic tables in SQL Server 2000? | Infogain | 5 |
| select empid empname from employee
What is the result for the about query? | | 4 |
| what are batch in sql server?
| Satyam | 2 |
| What is bit datatype and what's the information that can be
stored inside a bit column? | | 1 |
| Difference between Function and Stored Procedure? | C1-India | 4 |
| I need a query that retrieves info from an Oracle table and
a query that retrieves info from a SQL Server table. The
info has to be joined together according to Record ID
numbers. I have very limited access to the Oracle database
but full control of the SQL Server database.How do I join
two different queries from two different databases?
| | 1 |
| what is the out put of below queries?
a. select * from Emp where null = null;
b. select * from Emp where 1=1; | Patni | 9 |
| What is the difference between a stored procedure and a user
defined function in sql server? | Millennium | 2 |
| 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 |
| Explian different types of BACKUPs avaialabe in SQL Server?
Given a particular scenario, how would you go about
choosing a backup plan?
| HCL | 2 |
| how to count datewise data in sqlserver | IndusInd-Bank | 3 |
| what is the difference between group and having
give an example with query and sample output | | 2 |
| how to retrive only second row from table in sql server
2000? | CTS | 7 |
| how to delete duplicate rows from table in sql server | HCL | 8 |
| What are the different ways of moving data/databases
between servers and databases in SQL Server? | 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.
| | 2 |
| |
| For more SQL Server Interview Questions Click Here |