/* To disable 'sa' Login */ALTER LOGIN [sa] DISABLEGO/* To Enable 'sa' Login */ALTER LOGIN [sa] ENABLEGO
Where this command is run ? I tried on SQL Query Analyzer, it give error Server: Msg 170, Level 15, State 1, Line 1Line 1: Incorrect syntax near 'LOGIN'.
It will work with 2005 version onwards only.
Where this command is run ? I tried on SQL Query Analyzer, it give error
ReplyDeleteServer: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'LOGIN'.
It will work with 2005 version onwards only.
ReplyDelete