Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
No Answer is Posted For this Question
Be the First to Post Answer
How to make a remote connection in a database?
After recovering the database by using tail log backup.How to verify the data has been sucessfully restored or not.?
Mention the differences between local and global temporary tables.
How to drop existing indexes in ms sql server?
How to find the second largest salary in the emp database and also How to find 3rd,4th and so on ........ in the emp database plz mail the answer @ mak2786@gmail.com
35 Answers Oracle, Scend, TechInfini,
What are the types of normalization?
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
What is the difference between upgrade and migration in sql server?
What is the name of the Database which IBM mainframe uses?
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
What are the difficulties faced in cube development? : sql server analysis services, ssas
What is database replication?