| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is normalization and its forms? | Challenger-Financial | 3 |
| What are the two virtual tables SQL Server maintains for
triggers? | | 2 |
| Difference between Function and Stored Procedure? | C1-India | 4 |
| Can we rewrite subqueries into simple select statements or
with joins? Example? | ASD | 1 |
| What does the INSTEAD OF trigger do? | | 3 |
| can you any body tell me while running BCP Out in instance
in sql server 2000 is getting error.
Error = [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL
Server does not exist or access denied.?
| | 1 |
| what is the Enterprise manager(2000) and management studio
(2005)? | | 2 |
| where do you use Isolations?give me some exmpale? | | 1 |
| When do you create cluster and noncluster index? | Satyam | 4 |
| how to get the maximum among two tables,for example table 1
(dep1) have (emp_id,emp_name,salary) columns and table 2
(dept2) have (emp_id,emp_name,salary) columns,i want which
employee have the maximum salary among two tables? | Lason | 2 |
| what purpose does OPENXML clause have in sql server stored
procedure? | | 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 | 5 |
| How do we get current date in SQL Server 2000, Oracle, MS
Access? | | 11 |
| Which databases are part of SQL server default installation?
Explain the usage of each? | Accenture | 2 |
| WHAT IS DIFFRENCE BETWEEN TRUNCATE AND DELETE STATEMENT | CTS | 10 |
| What is RAID and what are different types of RAID
configurations? | Wipro | 5 |
| What is normalization in Database ? | | 4 |
| could you please reply for these question:
1.About Use Apply?
2.Avoid cursors - When we have a situation that we can not
avoid the use of cursor than what is the alternate solution?
is there anything we can use instead of cursor to perform
the desired task? which optiomize the peroformance too.
3.What is computed columns?
Thanks in advance.
Regards,
Rupesh
| | 3 |
| wht is normalization?can u explain me in detail? | TCS | 6 |
| Explain the basic concepts of SQL server architecture? | | 2 |
| |
| For more SQL Server Interview Questions Click Here |