I want to enable the default trace. I can do azure video

 ·  PT1H46M27S  ·  EN

dp-300-database-admin-assoc video for i want to enable the default trace. I can do this with the following code: sp_configure 'default trace enabled' , 1 GO

Full Certification Question

I want to enable the default trace. I can do this with the following code: sp_configure 'default trace enabled' , 1 GO RECONFIGURE GO However, I get the following error message: The configuration option 'default trace enabled' does not exist, or it may be an advanced option. What do I need to do to access the advanced options?