Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are building a stored procedure that will be used by hundreds of users concurrently.
You need to store rows that will be processed later by the stored procedure. The object that stores the rows must meet the following requirements:
✑ Be indexable
✑ Contain up-to-date statistics
✑ Be able to scale between 10 and 100,000 rows
The solution must prevent users from accessing one another's data.
Solution: You create a local temporary table in the stored procedure.
Does this meet the goal?
Abhilash_KK
Highly Voted 5 years, 9 months agomattia_88
5 years, 8 months agodaniel_yes23
Highly Voted 5 years, 2 months agoBillybob0604
Most Recent 4 years, 5 months agomch185
4 years, 5 months agoVermonster
4 years, 5 months agoTatyanaY
4 years, 8 months agoTheDUdeu
4 years, 11 months agoTheDUdeu
4 years, 11 months agoivanbtod
5 years, 5 months agoMarcusJB
5 years, 4 months agomoehijawe
5 years, 5 months ago