Quantcast
Viewing latest article 1
Browse Latest Browse All 76

Parallel execution of stored proce that creates temp tables

I have a stored procedure which takes input parameter as clientid and loads data for the clientid. It uses several Local temporary table (names that begin with #) in the process. Can I execute the stored procedure for different clientids at the same time parallely using a same account ?

Viewing latest article 1
Browse Latest Browse All 76

Trending Articles