| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can you give an example of Stored Procedure? | | 2 |
| 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 |
| Explain Trigger with an example?
| | 1 |
| What command do we use to rename a db? | | 3 |
| what is difference between having and where clause ? | | 2 |
| WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN
SQL SERVER? | | 6 |
| is it possible to use a variable in a query with the IN
clause (a,b,c..z), without getting quotes or conversion
errors? | | 2 |
| What is the difference between temp table and table variable? | Microsoft | 4 |
| how can i store resumes in database? | HCL | 2 |
| How many max. conditions can b written under the WHERE
clause?
Like select * from [tabnam] WHERE
(cond1...or..cond2....or...cond3...and.....so on.....???
(upto how much extent))????? | SAP-Labs | 2 |
| can you any body tell me the difference between candidate
key and primary key | | 4 |
| how to update a null value field in sql server
eg
a table contains 3 fields id,name,salary
and 3 records
salary of 1 record is null
i want update the nullfield
111 arun 300
112 ddd 200
113 ttt null
i want to update table with add 100 to every record include null
after updation
the recrds should be
111 arun 400
112 ddd 300
113 ttt 100
| HCL | 6 |
| Explain DBMS, RDBMS? | | 4 |
| What are mdf,ndf,ldf files and how to see the data in those
files? | Accenture | 5 |
| What are the different ways of moving data/databases
between servers and databases in SQL Server? | | 1 |
| Different Types of Functions ?
| Satyam | 2 |
| Is it possible to delete duplicate rows in a table without
using a temporary table ? | | 6 |
| How reterive duplicate value in SQL? | | 5 |
| MULTICAST DELEGATES IN C#.NET WITH REAL TIME EXAMPLE | IBM | 1 |
| Difference between Triggers and Stored Procedure | Protech | 9 |
| |
| For more SQL Server Interview Questions Click Here |