Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
No Answer is Posted For this Question
Be the First to Post Answer
What is the SQL?????????????????????????????
To which devices can a backup be created and where should these devices be located? : sql server management studio
Difference between group by clause and having clause in SQL?
What is the minimum recommended amount of ram for sql server 2012 enterprise?
What is a View ? Can we insert, Update and delete a view?
What is update_statistics command?
What is user-defined multi-statement table-valued function?
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?
What is a non equi join?
What is stored procedures?
if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 duplicate and 1 original as it is,how?
What are the differences between clustered and non-clustered index?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)