Code: Select all
SET LANGUAGE 'Russian'
SET DATEFORMAT ymd
Code: Select all
SET LANGUAGE 'Russian'
SET DATEFORMAT ymd
Code: Select all
%SystemDrive%\Users\%UserName%\AppData\Roaming\Devart\dbForge Data Compare for SQL Server\
Code: Select all
SELECT Alias from sys.syslanguages where lcid = <number>
Code: Select all
HKEY_CURRENT_USER\Control Panel\International
fails as it is not allowed. Also assuming the output log is sequential, the SET LANGUAGE to Russian output seems to be generated before this query is even run.alexa wrote: 7. Find the query looking similar toCode: Select all
SELECT Alias from sys.syslanguages where lcid = <number>