Can a stored procedure call another stored procedure. If yes
what level and can it be controlled?
Answer Posted / kalyan
the above answer is partially correct, sp's can call
another sp but the levels is only upto 32.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is the difference between delete and truncate statements?
Explain steps of normalization?
What is wrong with sql server client libarary dll, ntwdblib.dll?
How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000?
How to insert data with null values?
how to invoke a trigger on demand? : Sql server database administration
Why transaction is important?
What does executeupdate return?
Explain primary key, foreign key and unique key?
What are different types of database indexes?
Does server sql treat char as a variable-length or fixed-length column?
This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?
What is the impact on other user sessions when creating indexes?
What stored by the master? : sql server database administration
What new changes are being made in SQL Server?