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 ?
↧