• chris.o.smith - Friday, February 23, 2018 12:40 PM

    Hi, when I try to run the sql script, I get the following error: "Invalid object name 'sys.syscommittab'".  Any advice on how to get this working?

    Did you try to run it using sqlcmd or did you try to run it in SSMS?
    You need to use the DAC to query sys.syscommittab. That's what the -A option is for in the sqlcmd used to run the script.

    Sue