Hello all,
I have the following line that I need to convert to ALTER DATABASE, but am having trouble identifying the option.
exec sp_dboption N'Log', N'bulkcopy', N'true'
The only thing close I can find is the "INSERT INTO / BULKCOPY" option, but I'm not sure if it serves the same function.
Thank you for the help.
Go to the complete details ...