Quantcast
Channel: Configuration – SQL Server Consultation
Viewing all articles
Browse latest Browse all 11

Disable or Enable Trace File by T-SQL

$
0
0
T0 Disable or Enable Trace File 0 = Disable , 1 = Enable    EXEC master.dbo.sp_configure ‘allow updates’, 1; GO EXEC master.dbo.sp_configure ‘show advanced options’, 0;  *********************** Change here GO EXEC master.dbo.sp_configure ‘default trace enabled’, 0; GO RECONFIGURE WITH OVERRIDE; GO EXEC master.dbo.sp_configure ‘show advanced options’, 1; GO EXEC master.dbo.sp_configure ‘allow updates’, 0; GOFiled under: […]

Viewing all articles
Browse latest Browse all 11

Latest Images

Trending Articles



Latest Images