I am using SQL Server 2012 I would like to enable -T1118 at server level can somebody please help me to enable it?
SQL Server Configuration Manager can be used to set the SQL Server start-up parameters. You can specify the trace flag there:
Start -> Run -> SQLServerManager11.msc (or just search for SQL Server Configuration Manager)
In SQL Server Configuration Manager, click SQL Server Services.
In the right pane, right-click SQL Server (<instance_name>)
, and
then click Properties.
On the Startup Parameters tab, in the Specify a startup parameter
box, type the parameter (in this case the trace flag -T1118
), and
then click Add.
Click OK.
Restart the Database Engine.
Have a look at this link for details: http://technet.microsoft.com/en-us/library/ms345416.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With