| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is differece between union and union all | | 4 |
| How to list all tables having unique constraints in any of
the columns in a database. | | 1 |
| How to Check Whether a Global Temporary Exists in a SQL
Database or not? | | 2 |
| Wht is the difference between stored procedure and trigger | TCS | 4 |
| What is difference between Triggers and store procedure? | | 2 |
| MULTICAST DELEGATES IN C#.NET WITH REAL TIME EXAMPLE | IBM | 1 |
| difference between sql server2000 and sql server2005
| KPMG | 1 |
| what is physical sort data and logical sort data in index? | | 2 |
| How are SQL Server databases physically stored under
Windows 2000? | | 1 |
| What is a Trace frag?Where can we use this? | | 1 |
| What is normalization and what are the different forms of
normalizations? | | 1 |
| What are constraints? Explain different types of
constraints? | | 6 |
| What is normalization? | | 6 |
| What is a view? | | 4 |
| What are the advantages of using stored procedures? Please
don't simply say compilation time will be saved as they are
already complied. Please specify some other advantages. | 247Customer | 3 |
| What is a transaction and what are ACID properties? | IBM | 4 |
| Would it be a good idea to create an index on a table that
always contains 10 records? Why or why not? | | 3 |
| What is Peer to peer Replication? | HCL | 1 |
| table:employee
EID ENAME MID(manager ids)
101 rama null
102 sita 101
103 siva 101
104 ganesh 103
. . .
. . .
for 103 ID the manager ID is 101(RAMA) and for 104 manager
is SIVA
if i give employee id (EID) you have to tell the manager for
that EID write query?
eample:if i give 102 .The query output should be manager for
102 ID that it should print RAMA as output
| | 5 |
| Explain sp_configure commands, set commands? | | 3 |
| |
| For more SQL Server Interview Questions Click Here |