Quantcast
Channel: Latest Questions by aRookieBIdev
Viewing all articles
Browse latest Browse all 76

Parallel execution of stored proce that creates temp tables

$
0
0
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 all articles
Browse latest Browse all 76

Trending Articles