Quantcast
Channel: Transact-SQL forum
Viewing all articles
Browse latest Browse all 12890

sp_configure

$
0
0

hi,

step 1

sp_configure 'show advanced options', 1 ;
GO
RECONFIGURE ;
GO
sp_configure 'blocked process threshold', 1 ;
GO
RECONFIGURE ;
GO


step 2

sp_configure 'show advanced options', 0 ;
GO
RECONFIGURE ;
GO

Q1) after running step 1 and checking with sp_configure should 1 run step 2 also?

Q2) please tel me how can i search any key word in my posts/threads?

yours sincerely



Viewing all articles
Browse latest Browse all 12890

Trending Articles