| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| explain different types of jions with examples briefly? | Zensar | 1 |
| What is the difference between constraints and triggers? | Wipro | 6 |
| How to write stored procedure to update the data in 10
tables | | 4 |
| can we call stored Procedure in Function in Sql Server 2000
and vice versa. | eSoft | 2 |
| How to Display, Amount of Disk Activity Generated by
Transact-SQL Statements?
| | 1 |
| 1.can we set the more than 1 primary keys for a table?
2.please give me the difference between Cluster Index and
non-Clustered Index
3.can we use query like this "Select * from Table1,Table2;" | | 6 |
| Hi Friends,
I have a table in which there are thousands of records and
in city field there is NULL value for all records now i want
to change that null value with distinct values in each
record say delhi, bihar, agra, jaipur etc, what will be the
query for that?????
its not possible to update thousands of records one by one.
is there any alternative ...?
Plz help ... its urgent
Thanx in advance | | 1 |
| When do you create cluster and noncluster index? | Satyam | 4 |
| Which system tables contain information on privileges
granted and privileges obtained | | 1 |
| Write an SQL query if u want to select the data from one
block which intern reflects in another block ?
thanx,do reply | Covansys | 1 |
| What is Query Execution Plan? How does it help optimize or
tune a database driven application? | Accenture | 2 |
| What are the new features in SQL Server 2005? | Emphasis | 2 |
| What is Peer to peer Replication? | HCL | 1 |
| if we have a column (Key) in a table.
and values of that column is
Key
1
1
1
2
2
3
3
4
4
5
5
5
and we want to show the data after query..like..
1(3)
2(3)
3(2)
4(2)
5(3)
how many times a single term comes..
| Rolta | 5 |
| Can you give an example of Stored Procedure? | | 2 |
| In performance wise distinct is good or group by is good?
eg:select name from emp group by name;
select distinct name from emp; | Infosys | 4 |
| 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 |
| What is difference beteen Migration and Upgrdation? | Satyam | 4 |
| What r sql reporting services and analysis services? how
can we use it. | Microsoft | 2 |
| hi, may i know what is the command to get abstract the
current month, current year and current day from a given
date.i want these three in a isolated way..seperatedly is
that any way in sql server 2000 | | 3 |
| |
| For more SQL Server Interview Questions Click Here |