Sam Vanga's SQL
Archives: July 2012
SCRIPT: Basic Information About Indexes
I’m having a little fun with documenting basic information about indexes in my current project. I’m posting the scripts here mostly for me to come back when I need them in the future, but hopefully some of you might find them useful.
Find tables without any index:
This script… Read more
0 comments, 546 reads
Posted in Sam Vanga's SQL on 31 July 2012
Parallel Execution in SSIS with MaxConcurrentExecutables
MaxConcurrentExecutables, a package level property in SSIS determines the number of control flow items that can be executed in parallel. The default value is -1. This is equivalent to number of processors (logical and physical) plus 2.
For example, in the below package running on my machine with 4 processors… Read more
0 comments, 1,371 reads
Posted in Sam Vanga's SQL on 20 July 2012



Subscribe to this blog