I have a SQL script that takes 13 seconds to run in standard SQL 2000 (development edition) and takes over 2 minutes under MSDE - using Query Analyser.
I am aware that MSDE effectively restricts to 'five concurrent workloads'. Would this be relevant in this context. What defines a 'workload' and when would these be concurrent. Would each 'GO' within the script generate such a workload?
Thanks in advance.
I am aware that MSDE effectively restricts to 'five concurrent workloads'. Would this be relevant in this context. What defines a 'workload' and when would these be concurrent. Would each 'GO' within the script generate such a workload?
Thanks in advance.