Hi there
I use this statement to alter Sql-Login default language but getting this error
ALTER LOGIN XXX WITH DEFAULT_LANGUAGE = 'British English'
Error:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'DEFAULT_LANGUAGE'.
is there any better way of doing this?
Cheers