What are the different types of stored procedures?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What do you mean by an execution plan?

0 Answers  


What is Outter Join?

1 Answers  


What do you mean by authentication modes in sql server?

0 Answers  


2) Consider a Table name A which has below records ID --- 5 5 5 5 5 Consider another table B which has below records ID -- 5 5 5 5 5 5 5 5 How many rows will be returned by each of the below queries a) select * from A inner join B on A.id = b.ID b) select * from A left join B on A.id = b.ID c) select * from A right join B on A.id = b.ID

2 Answers   Synechron, TCS,


How do I find the sql server database version?

0 Answers  






What is raid and what are different types of raid levels?

0 Answers  


What are primary keys and foreign keys?

3 Answers  


Why use “in” clause in sql server?

0 Answers  


What is a scheduled job or what is a scheduled task?

0 Answers  


create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration

0 Answers  


What is the most common type of join?

0 Answers  


Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?

0 Answers  


Categories