Thank you. Then I try to setup audit option with following way:
sp_audit all, all, all
sp_audit 'all', 'all', 'all'
sp_audit "all", "all", "all" ,"on"
sp_audit option=all, login_name=all, object_name =all
sp_audit @option="all", @login_name="all", @object_name = "all", @setting = "on"
both give me error. What's the right way to setup for all?