I have a db with following dboption setting:
select into/bulkcopy/pllsort : false
ddl in tran: false
the app and sp have many select into. so want to know if change the setting to:
select into/bulkcopy/pllsort : true
ddl in tran: true
it would improve over all performance because select into won't be logged?
If this is the case, it will impact database recovery?