Can we create SP inside SP ? If no Y ? If yes Y ? Explain with an example ?
Answers were Sorted based on User's Feedback
yes, we can,,create a child sp inside a parent sp...
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / saddam
I dont know whether we can create an child SP inside an Parent SP. But according to me, whenever the parent SP is called then the child SP will be getting created recursively
which should not happen.
An Child SP can be called in an parent SP but it should not get created.
Is This Answer Correct ? | 1 Yes | 0 No |
How many index keys possible for a table
Are null values the same as that of zero or a blank space?
hi, may i know what is the command to get abstract the current month, current year and current day from a given date.i want these three in a isolated way..seperatedly is that any way in sql server 2000
can any one please send sql quries most used in applications.
Difference between Function and Procedure-in general?
what are file groups?
How can we delete a table in sql server?
How to rebuild all indexes on a single table?
What are the type of Indexes? which one is best, why?
What is the difference between row_number and dense_rank?
how many type of indexing in database?
What are different types of collation sensitivity?