| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| i want only duplicates rows from coloumn
ex. emp_id(colomn name)1,1,2,3,3,4,5,5.
so i want only duplicates no.
| iFlex | 2 |
| What's the maximum size of a row? | | 4 |
| how to retrive only second row from table in sql server
2000? | CTS | 7 |
| how to get the rowid/rownumbes of a table in sqlserver | IBM | 1 |
| can you any body tell me simple recovery,full recovery,bulk
logged recovery where can use? | | 1 |
| What's the purpose of Stored Procedure? | Wipro | 3 |
| Define candidate key, alternate key, composite key. | | 5 |
| What are user defined datatypes and when you should go for
them? | | 1 |
| How to find the date and time of last updated table?
| | 2 |
| What is the difference between IN and EXISTS operators in
SQL Server? | Intelligroup | 2 |
| What should we do to copy the tables, schema and views from
one SQL Server to another? | | 3 |
| What is Query Execution Plan? How does it help optimize or
tune a database driven application? | Accenture | 1 |
| create procedure proc1 (@a int)
as
begin
if @a=1
create table #temp(a1 int)
else
create table #temp(a1 int)
end
while executeing the above code it shows error
like '#temp already exist' .why it shows an error? | IBM | 1 |
| explain different types of jions with examples briefly? | Zensar | 2 |
| Using query analyzer, name 3 ways you can get an accurate
count of the number of records in a table? | eFunds | 4 |
| About Indexed Views? with example?
plz reply... | | 1 |
| How to delete duplicate records from a table?(for suppose in
a table we have 1000 Records in that we have 200 duplicate
Records , so ,how to findout that duplicate Records , how to
delete those Records and arranged into sequence order? one
more thing that there is no primary key at all) | McAfee | 3 |
| How to find the date and time of last updated table?
| Teledata | 1 |
| When you first load SQL SERVER you will startup with what
all databases? | CompuSol | 2 |
| what is web server?
| Satyam | 3 |
| |
| For more SQL Server Interview Questions Click Here |