Can we create SP inside SP ? If no Y ? If yes Y ? Explain with an example ?
Answer Posted / nsatyabrat7
yes, we can,,create a child sp inside a parent sp...
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a full text index?
Do you know what are the restrictions applicable while creating views? : SQL Server Architecture
How to drop existing indexes in ms sql server?
What is database replication? What are the different types of replication you can set up in sql server?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
Tell me what are cursors and when they are useful?
Why the trigger fires multiple times in single login?
Why use cursor in sql server?
What are the different types of subquery?
How do I open a .db file?
What is sql server agent and what are the two modes of authentication in sql server?
What is the primary use of the model database?
How to create a scrollable cursor with the scroll option?
What are the different types of locks in the database?
How to add a new dsn with the odbc driver for sql server?