TPC-Council / HammerDB

HammerDB Database Load Testing and Benchmarking Tool
http://www.hammerdb.com
GNU General Public License v3.0
545 stars 115 forks source link

Implement BCP Option for MSSQLS TPCH Load #611

Closed JoshInnis closed 9 months ago

JoshInnis commented 9 months ago

Allow users to use the BCP option to load data for TPCH data. The option is enabled by default, becuase BCP will work for both SQL and Windows Authentication.

Similar to the PR https://github.com/TPC-Council/HammerDB/commit/c6535255e14b2eb74ef0213e34829b6172c407b9 with the windows authentication PR https://github.com/TPC-Council/HammerDB/commit/3b2b9cd2b72940e9e790da69642489c6188c539b. The mssqls_use_bcp option is named the same as the TPCC option, under the TPCH options.