• ok, so it sounds like I need to go into SQL management Studio, create a new database called "Analysis" and then run the blocking tables.sql against that new database. Does that sound right?

    And then when I need to customize it it will be...

    ...

    sAnalysisInstance = "scomserver\scomsql"

    sAnalysisDB = "analysis"

    ...

    ...

    sConnString = "Server=" & sAnalysisInstance & ";Database=" & sAnalysisDB & ";UID=xxx;PWD=xxx"

    ...