All Tags »
performance »
parallelism (RSS)
Showing page 2 of 2 (11 total posts)
-
People can do amazing things with T-SQL alone even when it may not be the best language to use. For instance, T-SQL was never designed or intended as a language to manage running multiple queries concurrently or running queries asynchronously. But I have seen many stored procedures written to start SQL Agent jobs and then manage the termination of ...
2