| File name: | sqlsrv32.rll.mui |
| Size: | 41984 byte |
| MD5: | fb6e6551ecc7249aa612aced6ba90218 |
| SHA1: | a3d6266f0b628856ec0fe051f2782f30315515b2 |
| SHA256: | 7a066a5a1083cee567e11dddc0ca950e3f4267f3d805235f98d1043e56cf6acb |
| Operating systems: | Windows 10 |
| Extension: | MUI |
If an error occurred or the following message in Korean language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
| id | Korean | English |
|---|---|---|
| 300 | where 1=2 | where 1=2 |
| 338 | alter | alter |
| 339 | add | add |
| 342 | create proc | create proc |
| 350 | set implicit_transactions on | set implicit_transactions on |
| 351 | set implicit_transactions off | set implicit_transactions off |
| 354 | select | select |
| 355 | where | where |
| 359 | SET ROWCOUNT | SET ROWCOUNT |
| 360 | SET NO_BROWSETABLE | SET NO_BROWSETABLE |
| 361 | BEGIN TRAN | BEGIN TRAN |
| 362 | SET TEXTSIZE | SET TEXTSIZE |
| 364 | money | money |
| 365 | uniqueidentifier | uniqueidentifier |
| 366 | ntext | ntext |
| 367 | nvarchar | nvarchar |
| 368 | nchar | nchar |
| 369 | bit | bit |
| 370 | tinyint | tinyint |
| 371 | bigint | bigint |
| 372 | image | image |
| 373 | varbinary | varbinary |
| 374 | binary | binary |
| 375 | text | text |
| 377 | char | char |
| 378 | numeric | numeric |
| 379 | decimal | decimal |
| 380 | int | int |
| 381 | smallint | smallint |
| 382 | float | float |
| 383 | real | real |
| 384 | double | double |
| 385 | date | date |
| 386 | time | time |
| 387 | datetime | datetime |
| 388 | varchar | varchar |
| 389 | sql_variant | sql_variant |
| 390 | timestamp | timestamp |
| 391 | sysname | sysname |
| 392 | smallmoney | smallmoney |
| 393 | smalldatetime | smalldatetime |
| 394 | drop proc | drop proc |
| 395 | use | use |
| 396 | insert | insert |
| 397 | delete | delete |
| 398 | update | update |
| 399 | from | from |
| 404 | IF @@TRANCOUNT 0 COMMIT TRAN | IF @@TRANCOUNT 0 COMMIT TRAN |
| 405 | IF @@TRANCOUNT 0 ROLLBACK TRAN | IF @@TRANCOUNT 0 ROLLBACK TRAN |
| 406 | select USER_NAME() select usertype,type,name from systypes where usertype= | select USER_NAME() select usertype,type,name from systypes where usertype= |
| 407 | 'INTERVAL %c''%lu'' YEAR(%u)' | 'INTERVAL %c''%lu'' YEAR(%u)' |
| 408 | 'INTERVAL %c''%lu'' MONTH(%u)' | 'INTERVAL %c''%lu'' MONTH(%u)' |
| 409 | 'INTERVAL %c''%lu'' DAY(%u)' | 'INTERVAL %c''%lu'' DAY(%u)' |
| 410 | 'INTERVAL %c''%lu'' HOUR(%u)' | 'INTERVAL %c''%lu'' HOUR(%u)' |
| 411 | 'INTERVAL %c''%lu'' MINUTE(%u)' | 'INTERVAL %c''%lu'' MINUTE(%u)' |
| 412 | 'INTERVAL %c''%lu%s'' SECOND(%u,%u)' | 'INTERVAL %c''%lu%s'' SECOND(%u,%u)' |
| 413 | 'INTERVAL %c''%lu-%02lu'' YEAR(%u) TO MONTH' | 'INTERVAL %c''%lu-%02lu'' YEAR(%u) TO MONTH' |
| 414 | 'INTERVAL %c''%lu %02lu'' DAY(%u) TO HOUR' | 'INTERVAL %c''%lu %02lu'' DAY(%u) TO HOUR' |
| 415 | 'INTERVAL %c''%lu %02lu:%02lu'' DAY(%u) TO MINUTE' | 'INTERVAL %c''%lu %02lu:%02lu'' DAY(%u) TO MINUTE' |
| 416 | 'INTERVAL %c''%lu %02lu:%02lu:%02lu%s'' DAY(%u) TO SECOND(%u)' | 'INTERVAL %c''%lu %02lu:%02lu:%02lu%s'' DAY(%u) TO SECOND(%u)' |
| 417 | 'INTERVAL %c''%lu:%02lu'' HOUR(%u) TO MINUTE' | 'INTERVAL %c''%lu:%02lu'' HOUR(%u) TO MINUTE' |
| 418 | 'INTERVAL %c''%lu:%02lu:%02lu%s'' HOUR(%u) TO SECOND(%u)' | 'INTERVAL %c''%lu:%02lu:%02lu%s'' HOUR(%u) TO SECOND(%u)' |
| 419 | 'INTERVAL %c''%lu:%02lu%s'' MINUTE(%u) TO SECOND(%u)' | 'INTERVAL %c''%lu:%02lu%s'' MINUTE(%u) TO SECOND(%u)' |
| 420 | dbcc traceon(208) | dbcc traceon(208) |
| 421 | set quoted_identifier | set quoted_identifier |
| 422 | set ansi_nulls off set ansi_padding off set ansi_warnings off | set ansi_nulls off set ansi_padding off set ansi_warnings off |
| 423 | set concat_null_yields_null off | set concat_null_yields_null off |
| 425 | %04d-%02u-%02u %02u:%02u:%02u.%03lu | %04d-%02u-%02u %02u:%02u:%02u.%03lu |
| 438 | create | create |
| 439 | drop | drop |
| 440 | SET PARSEONLY ON | SET PARSEONLY ON |
| 441 | SET PARSEONLY OFF | SET PARSEONLY OFF |
| 442 | SET NOEXEC ON | SET NOEXEC ON |
| 443 | SET NOEXEC OFF | SET NOEXEC OFF |
| 458 | '%04d%02u%02u %02u:%02u:%02u.%03lu' | '%04d%02u%02u %02u:%02u:%02u.%03lu' |
| 459 | select 'English','us_english' union select alias,name from master..syslanguages | select 'English','us_english' union select alias,name from master..syslanguages |
| 462 | set language | set language |
| 463 | select name from master..sysdatabases where has_dbaccess(name)=1 | select name from master..sysdatabases where has_dbaccess(name)=1 |
| 464 | select @@language | select @@language |
| 465 | select db_name() | select db_name() |
| 476 | select c.name from master.dbo.syscharsets c,master.dbo.syscharsets c1,master.dbo.sysconfigures f where f.config in(123,1123) and f.value=c1.id and c1.csid=c.id | select c.name from master.dbo.syscharsets c,master.dbo.syscharsets c1,master.dbo.sysconfigures f where f.config in(123,1123) and f.value=c1.id and c1.csid=c.id |
| 477 | select alias,name from master..syslanguages | select alias,name from master..syslanguages |
| 478 | SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED | SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED |
| 479 | SET TRANSACTION ISOLATION LEVEL READ COMMITTED | SET TRANSACTION ISOLATION LEVEL READ COMMITTED |
| 480 | select name from master.dbo.syscharsets where id = convert(tinyint, databasepropertyex ( db_name() , 'sqlcharset')) | select name from master.dbo.syscharsets where id = convert(tinyint, databasepropertyex ( db_name() , 'sqlcharset')) |
| 481 | SET TRANSACTION ISOLATION LEVEL REPEATABLE READ | SET TRANSACTION ISOLATION LEVEL REPEATABLE READ |
| 485 | SET TRANSACTION ISOLATION LEVEL SERIALIZABLE | SET TRANSACTION ISOLATION LEVEL SERIALIZABLE |
| 490 | Bulgarian;Croatian;Czech;Danish;Dutch;Finnish;français;deutsch;Greek;Hungarian;Italian;Japanese;Norwegian;Polish;Portugese;Romanian;Russian;Slovak;Slovene;Spanish;Swedish;us_english; | Bulgarian;Croatian;Czech;Danish;Dutch;Finnish;français;deutsch;Greek;Hungarian;Italian;Japanese;Norwegian;Polish;Portugese;Romanian;Russian;Slovak;Slovene;Spanish;Swedish;us_english; |
| 491 | Bulgarian;Croatian;Czech;Danish;Dutch;Finnish;French;German;Greek;Hungarian;Italian;Japanese;Norwegian;Polish;Portugese;Romanian;Russian;Slovak;Slovene;Spanish;Swedish;English; | Bulgarian;Croatian;Czech;Danish;Dutch;Finnish;French;German;Greek;Hungarian;Italian;Japanese;Norwegian;Polish;Portugese;Romanian;Russian;Slovak;Slovene;Spanish;Swedish;English; |
| 500 | avg | avg |
| 501 | cnt | cnt |
| 502 | max | max |
| 503 | min | min |
| 504 | sum | sum |
| 505 | stdev | stdev |
| 506 | stdevp | stdevp |
| 507 | var | var |
| 508 | varp | varp |
| 515 | order | order |
| 516 | SET FMTONLY ON | SET FMTONLY ON |
| 517 | SET FMTONLY OFF | SET FMTONLY OFF |
| 540 | BREAK,BROWSE,BULK,CHECKPOINT,CLUSTERED,COMMITTED,COMPUTE,CONFIRM,CONTROLROW,DATABASE,DBCC,DISK,DISTRIBUTED,DUMMY,DUMP,ERRLVL,ERROREXIT,EXIT,FILE,FILLFACTOR,FLOPPY,HOLDLOCK,IDENTITY_INSERT,IDENTITYCOL,IF,KILL,LINENO,LOAD,MIRROREXIT, | BREAK,BROWSE,BULK,CHECKPOINT,CLUSTERED,COMMITTED,COMPUTE,CONFIRM,CONTROLROW,DATABASE,DBCC,DISK,DISTRIBUTED,DUMMY,DUMP,ERRLVL,ERROREXIT,EXIT,FILE,FILLFACTOR,FLOPPY,HOLDLOCK,IDENTITY_INSERT,IDENTITYCOL,IF,KILL,LINENO,LOAD,MIRROREXIT, |
| 541 | NONCLUSTERED,OFF,OFFSETS,ONCE,OVER,PERCENT,PERM,PERMANENT,PLAN,PRINT,PROC,PROCESSEXIT,RAISERROR,READ,READTEXT,RECONFIGURE,REPEATABLE,RETURN,ROWCOUNT,RULE,SAVE,SERIALIZABLE,SETUSER,SHUTDOWN,STATISTICS, | NONCLUSTERED,OFF,OFFSETS,ONCE,OVER,PERCENT,PERM,PERMANENT,PLAN,PRINT,PROC,PROCESSEXIT,RAISERROR,READ,READTEXT,RECONFIGURE,REPEATABLE,RETURN,ROWCOUNT,RULE,SAVE,SERIALIZABLE,SETUSER,SHUTDOWN,STATISTICS, |
| 542 | TAPE,TEMP,TEXTSIZE,TOP,TRAN,TRIGGER,TRUNCATE,TSEQUEL,UNCOMMITTED,UPDATETEXT,USE,WAITFOR,WHILE,WRITETEXT | TAPE,TEMP,TEXTSIZE,TOP,TRAN,TRIGGER,TRUNCATE,TSEQUEL,UNCOMMITTED,UPDATETEXT,USE,WAITFOR,WHILE,WRITETEXT |
| 549 | SQLBIT | SQLBIT |
| 550 | SQLINT | SQLINT |
| 551 | SQLCHAR | SQLCHAR |
| 552 | SQLFLT8 | SQLFLT8 |
| 553 | SQLFLT4 | SQLFLT4 |
| 554 | SQLMONEY | SQLMONEY |
| 555 | SQLBINARY | SQLBINARY |
| 556 | SQLMONEY4 | SQLMONEY4 |
| 557 | SQLTINYINT | SQLTINYINT |
| 558 | SQLSMALLINT | SQLSMALLINT |
| 559 | SQLVARYCHAR | SQLVARYCHAR |
| 560 | SQLVARYBIN | SQLVARYBIN |
| 561 | SQLDATETIME | SQLDATETIME |
| 562 | SQLDATETIM4 | SQLDATETIM4 |
| 563 | SQLNUMERIC | SQLNUMERIC |
| 564 | SQLDECIMAL | SQLDECIMAL |
| 565 | SQLNCHAR | SQLNCHAR |
| 566 | SQLNVARCHAR | SQLNVARCHAR |
| 567 | SQLUNIQUEID | SQLUNIQUEID |
| 568 | SQLVARIANT | SQLVARIANT |
| 569 | SQLBIGINT | SQLBIGINT |
| 570 | SQLIMAGE | SQLIMAGE |
| 1106 | SQLSRV32.DLL | SQLSRV32.DLL |
| 1117 | sp_server_info 1 | sp_server_info 1 |
| 1125 | select substring('NY',status/1024&1+1,1) from master..sysdatabases where name=DB_NAME() | select substring('NY',status/1024&1+1,1) from master..sysdatabases where name=DB_NAME() |
| 1177 | 03.52 | 03.52 |
| 1274 | 1995 | 1995 |
| 1945 | SET TRANSACTION ISOLATION LEVEL | SET TRANSACTION ISOLATION LEVEL |
| 1946 | DENY | DENY |
| 1947 | WRITETEXT | WRITETEXT |
| 1948 | WAITFOR | WAITFOR |
| 1949 | USE | USE |
| 1950 | UPDATETEXT | UPDATETEXT |
| 1951 | UPDATE STATISTICS | UPDATE STATISTICS |
| 1952 | TRUNCATE TABLE | TRUNCATE TABLE |
| 1953 | SAVE TRANSACTION | SAVE TRANSACTION |
| 1954 | ROLLBACK WORK | ROLLBACK WORK |
| 1955 | PREPARE TRANSACTION | PREPARE TRANSACTION |
| 1956 | COMMIT WORK | COMMIT WORK |
| 1957 | BEGIN TRANSACTION | BEGIN TRANSACTION |
| 1958 | SHUTDOWN | SHUTDOWN |
| 1959 | SETUSER | SETUSER |
| 1961 | SET STATISTICS | SET STATISTICS |
| 1963 | SET IDENTITY_INSERT | SET IDENTITY_INSERT |
| 1964 | SET | SET |
| 1965 | SELECT INTO | SELECT INTO |
| 1966 | RETURN | RETURN |
| 1967 | RECONFIGURE | RECONFIGURE |
| 1968 | READTEXT | READTEXT |
| 1969 | RAISERROR | RAISERROR |
| 1970 | ||
| 1971 | LOAD TRANSACTION | LOAD TRANSACTION |
| 1972 | LOAD TABLE | LOAD TABLE |
| 1973 | LOAD HEADERONLY | LOAD HEADERONLY |
| 1974 | LOAD DATABASE | LOAD DATABASE |
| 1975 | KILL | KILL |
| 1976 | INSERT BULK | INSERT BULK |
| 1977 | GOTO | GOTO |
| 1978 | DUMP TRANSACTION | DUMP TRANSACTION |
| 1979 | DUMP TABLE | DUMP TABLE |
| 1980 | DUMP DATABASE | DUMP DATABASE |
| 1981 | DROP TRIGGER | DROP TRIGGER |
| 1982 | DROP RULE | DROP RULE |
| 1983 | DROP PROCEDURE | DROP PROCEDURE |
| 1984 | DROP DEFAULT | DROP DEFAULT |
| 1985 | DROP DATABASE | DROP DATABASE |
| 1986 | DISK | DISK |
| 1987 | DBCC | DBCC |
| 1988 | DEALLOCATE CURSOR | DEALLOCATE CURSOR |
| 1989 | DYNAMIC CLOSE | DYNAMIC CLOSE |
| 1990 | DYNAMIC FETCH | DYNAMIC FETCH |
| 1991 | DYNAMIC OPEN | DYNAMIC OPEN |
| 1992 | DECLARE CURSOR | DECLARE CURSOR |
| 1993 | CREATE TRIGGER | CREATE TRIGGER |
| 1994 | CREATE RULE | CREATE RULE |
| 1995 | CREATE PROCEDURE | CREATE PROCEDURE |
| 1996 | CREATE DEFAULT | CREATE DEFAULT |
| 1997 | CREATE DATABASE | CREATE DATABASE |
| 1998 | CONDITION | CONDITION |
| 1999 | CHECKPOINT | CHECKPOINT |
| 2000 | ALTER DATABASE | ALTER DATABASE |
| 2198 | DROP INDEX | DROP INDEX |
| 2199 | CREATE INDEX | CREATE INDEX |
| 2204 | ALTER TABLE | ALTER TABLE |
| 2207 | CALL | CALL |
| 2219 | DELETE WHERE | DELETE WHERE |
| 2231 | DROP SCHEMA | DROP SCHEMA |
| 2232 | DROP TABLE | DROP TABLE |
| 2236 | DROP VIEW | DROP VIEW |
| 2238 | DYNAMIC DELETE CURSOR | DYNAMIC DELETE CURSOR |
| 2248 | GRANT | GRANT |
| 2250 | INSERT | INSERT |
| 2259 | REVOKE | REVOKE |
| 2277 | CREATE TABLE | CREATE TABLE |
| 2281 | DYNAMIC UPDATE CURSOR | DYNAMIC UPDATE CURSOR |
| 2282 | UPDATE WHERE | UPDATE WHERE |
| 2284 | CREATE VIEW | CREATE VIEW |
| 2285 | SELECT CURSOR | SELECT CURSOR |
| 10110 | 21S0121S01 | 21S0121S01 |
| 10121 | 0700807008 | 0700807008 |
| 10169 | 2200322003 | 2200322003 |
| 10207 | 2200522018 | 2200522018 |
| 10208 | S002242S22 | S002242S22 |
| 10209 | S000242S02 | S000242S02 |
| 10211 | 2200822007 | 2200822007 |
| 10222 | 2300023000 | 2300023000 |
| 10230 | 4200042000 | 4200042000 |
| 10267 | 2500025000 | 2500025000 |
| 10311 | 2202522025 | 2202522025 |
| 10513 | 2100021000 | 2100021000 |
| 10551 | 4400044000 | 4400044000 |
| 10912 | 0800408004 | 0800408004 |
| 10920 | 0100001000 | 0100001000 |
| 11011 | 2201922019 | 2201922019 |
| 11206 | 4000140001 | 4000140001 |
| 11914 | S001142S11 | S001142S11 |
| 12706 | S002142S21 | S002142S21 |
| 12715 | S000142S01 | S000142S01 |
| 13002 | S001242S12 | S001242S12 |
| 14003 | 2800028000 | 2800028000 |
| 14410 | 21S0221S02 | 21S0221S02 |
| 18135 | 2201222012 | 2201222012 |
| 18153 | 2200122001 | 2200122001 |
| 18154 | 0100301003 | 0100301003 |
| 26903 | S1109HY109 | S1109HY109 |
| 26917 | 3400034000 | 3400034000 |
| 26931 | 2400024000 | 2400024000 |
| 26935 | 01S0301001 | 01S0301001 |
| 40000 | 인덱스를 제거할 수 없습니다. | Cannot drop the index |
| 40001 | Microsoft SQL Server 로그인 | Microsoft SQL Server Login |
| 40002 | 테이블 | table |
| 40003 | 소유자 | owner |
| 40004 | 데이터베이스 | database |
| 40005 | 저장 프로시저 | stored procedure |
| 40006 | (local) | (local) |
| 40008 | Microsoft SQL Server DSN 구성 | Microsoft SQL Server DSN Configuration |
| 40009 | %s을(를) 데이터 원본 이름으로 사용할 수 없습니다. | %s cannot be used as a data source name. |
| 40011 | 도움말을 사용할 수 없습니다. | Help is not available |
| 40013 | 데이터 원본 이름 %s이(가) 이미 있습니다. 덮어쓰시겠습니까? |
%s is already a data source name. Overwrite? |
| 40014 | 데이터 원본 이름에 잘못된 문자가 있습니다. | Invalid character in data source name. |
| 40015 | 데이터 원본 이름 %s은(는) 없습니다. | %s is not an existing data source name. |
| 40016 | 사용자의 SQL Server 16비트 DSN을 32비트로 변환하시겠습니까? | Do you want to convert your SQL Server 16 bit DSNs to 32 bit? |
| 40017 | 목록 상자를 채우려면 올바른 로그인 ID 및 암호가 필요합니다. | Filling listbox requires a valid Login Id and Password |
| 40018 | 목록 상자 채우기 실패: SQL 상태: '%s' SQL Server 오류: %ld %s |
Filling listbox failed: SQLState: '%s' SQL Server Error: %ld %s |
| 40019 | 연결 실패: SQL 상태: '%s' SQL Server 오류: %ld %s |
Connection failed: SQLState: '%s' SQL Server Error: %ld %s |
| 40020 | 서버(&S): | &Server: |
| 40021 | (Default) | (Default) |
| 40023 | 로그 파일 선택 | Select Log File |
| 40024 | 로그 파일(*.log)|*.log|모든 파일(*.*)|*.*| | Log Files(*.log)|*.log|All Files(*.*)|*.*| |
| 40025 | 쿼리 로깅 임계값 필드에는 숫자만 입력할 수 있습니다. | Query Logging Threshold field must be numeric |
| 40026 | 다음 쿼리를 %s에서 %lu밀리초 내에 실행했습니다. | At %s the following query executed in %lu milliseconds |
| 40028 | 구성 | Configure |
| 40029 | SQL Server에 새로운 데이터 원본 만들기 | Create a New Data Source to SQL Server |
| 40030 | ||
| 40031 | 건너뜀 | skipped |
| 40032 | 행 | Row |
| 40033 | 열 | Column |
| 40034 | Microsoft SQL Server ODBC Driver 버전 %02u.%02u.%04u | Microsoft SQL Server ODBC Driver Version %02u.%02u.%04u |
| 40035 | 임시 프로시저를 만들지 않음 | Do not create temporary procedures |
| 40036 | 연결을 끊을 때 임시 프로시저를 제거 | Drop temporary procedures on disconnect |
| 40037 | 임시 프로시저를 명시적으로 제거 | Explicitly drop temporary procedures |
| 40038 | 연결성 테스트를 실행하는 중... | Running connectivity tests... |
| 40039 | 연결을 시도 중 | Attempting connection |
| 40040 | 연결되었습니다. | Connection established |
| 40041 | 옵션 설정을 확인 중 | Verifying option settings |
| 40042 | 서버에서 연결을 끊는 중 | Disconnecting from server |
| 40043 | 테스트를 성공적으로 완료했습니다. | TESTS COMPLETED SUCCESSFULLY! |
| 40044 | 테스트에 실패했습니다. | TESTS FAILED! |
| 40048 | 입력한 데이터베이스가 잘못되었습니다. | The database entered is not valid |
| 40050 | '문자 데이터에 대한 변환 수행'을 선택해야 합니다. | 'Perform translation for character data' should be checked |
| 40114 | 0700107002COUNT 필드가 잘못되었거나 구문 오류입니다. | 0700107002COUNT field incorrect or syntax error |
| 40115 | 0700607006제한된 데이터 형식 특성을 위반했습니다. | 0700607006Restricted data type attribute violation |
| 40116 | 07S0107S01기본 매개 변수를 잘못 사용했습니다. | 07S0107S01Invalid use of default parameter |
| 40117 | 0800108001클라이언트가 연결하지 못했습니다. | 0800108001Client unable to establish connection |
| 40118 | 0800408004서버가 연결을 거부했습니다. | 0800408004Server rejected the connection |
| 40119 | 08S0108S01통신 연결 오류입니다. | 08S0108S01Communication link failure |
| 40120 | 21S0121S01삽입 값 목록이 열 목록과 일치하지 않습니다. | 21S0121S01Insert value list does not match column list |
| 40121 | 21S0221S02파생 테이블의 단계가 열 목록과 일치하지 않습니다. | 21S0221S02Degree of derived table does not match column list |
| 40122 | 2200122001문자열 데이터의 오른쪽이 잘렸습니다. | 2200122001String data, right truncation |
| 40123 | 2200222002필요한 표시기 변수를 제공하지 않았습니다. | 2200222002Indicator variable required but not supplied |
| 40124 | 2200322003숫자 값이 범위를 벗어났습니다. | 2200322003Numeric value out of range |
| 40125 | 2200522018캐스트 사양에 대한 문자 값이 올바르지 않습니다. | 2200522018Invalid character value for cast specification |
| 40126 | 2200822007잘못된 날짜 형식입니다. | 2200822007Invalid date format |
| 40127 | 2200822007잘못된 시간 형식입니다. | 2200822007Invalid time format |
| 40128 | 2200822007잘못된 타임스탬프 형식입니다. | 2200822007Invalid timestamp format |
| 40129 | 2202622026문자열 데이터, 길이가 일치하지 않습니다. | 2202622026String data, length mismatch |
| 40130 | 2400024000잘못된 커서 상태입니다. | 2400024000Invalid cursor state |
| 40131 | 2500025000잘못된 트랜잭션 상태입니다. | 2500025000Invalid transaction state |
| 40132 | 2800028000잘못된 권한 지정입니다. | 2800028000Invalid authorization specification |
| 40133 | 0800408004서버에 의해 연결이 거부되었습니다. 선택한 데이터베이스에 액세스할 수 없습니다. | 0800408004Server rejected the connection; Access to selected database has been denied |
| 40134 | 0800408004서버에 의해 연결이 거부되었습니다. 지정한 언어가 지원되지 않습니다. | 0800408004Server rejected the connection; Language specified is not supported |
| 40135 | 3400034000잘못된 커서 이름입니다. | 3400034000Invalid cursor name |
| 40136 | 3700042000구문 오류 또는 액세스 위반입니다. | 3700042000Syntax error or access violation |
| 40137 | 3C0003C000중복된 커서 이름입니다. | 3C0003C000Duplicate cursor name |
| 40138 | 70100HY018서버가 취소 요청을 거절했습니다. | 70100HY018Server declined cancel request |
| 40140 | IM006IM006서버가 변경된 패킷 크기를 지원하지 않습니다, 기본값이 사용됩니다. | IM006IM006Packet size change not supported by server, default used |
| 40141 | IM008IM008대화 상자 오류입니다. | IM008IM008Dialog failed |
| 40146 | S1000HY000이 작업을 완료하는 데 필요한 저장 프로시저가 서버에 없습니다(이들은 SQL Server와 함께 제공됩니다). 시스템 관리자에게 문의하십시오. | S1000HY000The stored procedure required to complete this operation could not be found on the server (they were supplied with SQL Server). Please contact your system administrator. |
| 40147 | S1000HY000SQL Server로부터 알 수 없는 토큰을 받았습니다. | S1000HY000Unknown token received from SQL Server |
| 40149 | S1000HY000통신 모듈을 로드할 수 없습니다. 드라이버가 제대로 설치되지 않았습니다. | S1000HY000Unable to load communication module. Driver has not been correctly installed. |
| 40150 | S1000HY000통신 모듈이 잘못되었습니다. 드라이버가 제대로 설치되지 않았습니다. | S1000HY000Communication module is not valid. Driver has not been correctly installed. |
| 40151 | S1000HY000경고: 부분 삽입/업데이트. 텍스트 또는 이미지 열을 삽입하거나 업데이트하는 데 실패했습니다. | S1000HY000Warning: Partial insert/update. The insert/update of a text or image column(s) did not succeed. |
| 40152 | S1000HY000다른 hstmt의 결과에 연결이 사용 중입니다. | S1000HY000Connection is busy with results for another hstmt |
| 40153 | S1000HY000연결을 끊는 동안 오류가 발생했습니다. | S1000HY000Failure during closing of connection |
| 40154 | S1000HY000TDS 스트림에 프로토콜 오류가 있습니다. | S1000HY000Protocol error in TDS stream |
| 40155 | S1000HY000TDS 버퍼 길이가 너무 깁니다. | S1000HY000TDS buffer length too large |
| 40157 | S1001HY001메모리 할당 오류입니다. | S1001HY001Memory allocation failure |
| 40158 | S100207009잘못된 설명자 인덱스입니다. | S100207009Invalid Descriptor Index |
| 40159 | S1003HY003잘못된 응용 프로그램 버퍼 형식입니다. | S1003HY003Invalid application buffer type |
| 40160 | S1008HY008작업을 취소했습니다. | S1008HY008Operation canceled |
| 40161 | S1009HY009NULL 포인터를 잘못 사용했습니다. | S1009HY009Invalid use of null pointer |
| 40162 | S1010HY010함수 시퀀스 오류입니다. | S1010HY010Function sequence error |
| 40163 | S1011HY011현재 유효하지 않은 작업입니다. | S1011HY011Operation invalid at this time |
| 40164 | S1015HY015사용할 수 있는 커서 이름이 없습니다. | S1015HY015No cursor name available |
| 40165 | S1090HY090잘못된 문자열 또는 버퍼 길이입니다. | S1090HY090Invalid string or buffer length |
| 40166 | S1091HY091잘못된 설명자 필드 식별자입니다. | S1091HY091Invalid descriptor field identifier |
| 40167 | S1092HY092잘못된 특성/옵션 식별자입니다. | S1092HY092Invalid attribute/option identifier |
| 40168 | S109307009잘못된 매개 변수 개수입니다. | S109307009Invalid parameter number |
| 40169 | S1021HY021설명자 정보에 일관성이 없습니다. | S1021HY021Inconsistent descriptor information |
| 40170 | S1094HY104잘못된 배율 값입니다. | S1094HY104Invalid scale value |
| 40171 | S1096HY096잘못된 정보 형식입니다. | S1096HY096Invalid information type |
| 40172 | S1104HY104잘못된 정밀도 값입니다. | S1104HY104Invalid precision value |
| 40173 | S1105HY105잘못된 매개 변수 형식입니다. | S1105HY105Invalid parameter type |
| 40174 | S1106HY106인출 형식이 범위를 벗어났습니다. | S1106HY106Fetch type out of range |
| 40175 | S1107HY107행 값이 범위를 벗어났습니다. | S1107HY107Row value out of range |
| 40176 | S1109HY109잘못된 커서 위치입니다. | S1109HY109Invalid cursor position |
| 40177 | S1111HY111잘못된 책갈피 값입니다. | S1111HY111Invalid bookmark value |
| 40178 | S1C00HYC00선택 기능을 구현하지 않았습니다. | S1C00HYC00Optional feature not implemented |
| 40179 | S1T00HYT00로그인 시간 제한이 만료되었습니다. | S1T00HYT00Login timeout expired |
| 40180 | 0800308003연결이 없습니다. | 0800308003Connection does not exist |
| 40184 | 22003HY019문자 및 이진수가 아닌 데이터를 나누어 보냈습니다. | 22003HY019Non-character and non-binary data sent in pieces |
| 40190 | 2400007005준비한 문은 커서 사양이 아닙니다. | 2400007005Prepared statement is not a cursor-specification |
| 40192 | S1011HY020NULL 또는 기본값에 연결하려고 합니다. | S1011HY020Attempt to concatenate to a null or default value |
| 40194 | S1016HY016구현 행 설명자를 수정할 수 없습니다. | S1016HY016Cannot modify an implementation row descriptor |
| 40195 | S1004HY004잘못된 SQL 데이터 형식입니다. | S1004HY004Invalid SQL data type |
| 40197 | 2201522015간격 필드 오버플로 | 2201522015Interval field overflow |
| 40198 | S1007HY007연관된 문을 준비하지 않았습니다. | S1007HY007Associated statement is not prepared |
| 40199 | S1009HY024잘못된 특성 값입니다. | S1009HY024Invalid attribute value |
| 40201 | S1000HY000BCP에 대한 연결을 사용할 수 없습니다. | S1000HY000Connection is not enabled for BCP |
| 40203 | S1000HY000ODBCBCP/드라이버 버전이 일치하지 않습니다. | S1000HY000ODBCBCP/Driver version mismatch |
| 40205 | S1000HY000유니코드 변환에 실패했습니다. | S1000HY000Unicode conversion failed |
| 40206 | S1000HY000잘못된 BCP 방향입니다. IN 또는 OUT이어야 합니다. | S1000HY000Bad BCP direction. Must be either IN or OUT |
| 40207 | S1000HY000BCP 호스트 데이터 파일을 열 수 없습니다. | S1000HY000Unable to open BCP host data-file |
| 40208 | S1000HY000BCP 오류 파일을 열 수 없습니다. | S1000HY000Unable to open BCP error-file |
| 40209 | S1000HY000테이블에 텍스트/이미지 열이 없습니다 | S1000HY000Table has no text/image columns |
| 40210 | S1000HY000BCP 오류 파일을 기록하는 동안 입/출력 오류가 발생했습니다. | S1000HY000I/O error while writing BCP error-file |
| 40211 | S1000HY000잘못된 옵션입니다. | S1000HY000Invalid option |
| 40212 | S1000HY000NULL 값을 받아들이지 않는 서버 열에 NULL 값을 대량 복사하려고 합니다. | S1000HY000Attempt to bulk-copy a NULL value into a Server column which does not accept NULL values |
| 40213 | S1000HY000BCP 호스트 파일에는 열이 적어도 하나 있어야 합니다. | S1000HY000BCP host-files must contain at least one column |
| 40214 | S1000HY000BCP 데이터 파일을 기록하는 동안 입/출력 오류가 발생했습니다. | S1000HY000I/O error while writing BCP data-file |
| 40215 | S1000HY000서버에 복사할 때만 호스트 파일 열을 건너뛸 수 있습니다. | S1000HY000Host-file columns may be skipped only when copying into the Server |
| 40216 | S1000HY000BCP 데이터 파일에 예기치 않은 EOF가 발생했습니다. | S1000HY000Unexpected EOF encountered in BCP data-file |
| 40217 | S1000HY000알 수 없는 버전의 BCP 형식 파일을 읽으려고 했습니다. | S1000HY000Attempt to read unknown version of BCP format file |
| 40218 | S1000HY000BCP 형식 파일에 올바르지 않은 호스트 열 번호가 있습니다. | S1000HY000Incorrect host-column number found in BCP format-file |
| 40219 | S1000HY000잘못된 터미네이터입니다. | S1000HY000Bad terminator |
| 40220 | S1000HY000BCP의 모든 가변 길이 데이터에는 길이 접두사나 터미네이터를 지정해야 합니다. | S1000HY000For BCP, all variable-length data must have either a length-prefix or a terminator specified |
| 40221 | S1000HY000BCP 형식 파일을 읽는 동안 입/출력 오류가 발생했습니다. | S1000HY000I/O error while reading BCP format file |
| 40222 | S1000HY000테이블의 행 개수가 첫째 행 개수보다 적습니다. | S1000HY000Table contains less rows than first row count |
| 40223 | S1000HY000테이블의 행 개수가 마지막 행 개수보다 적습니다. | S1000HY000Table contains less rows than last row count |
| 40225 | S1000HY000BCP 호스트 파일의 행 개수가 첫째 행 개수보다 적습니다. | S1000HY000The BCP host-file contains less rows than first row count |
| 40226 | 0800108001DSN 및 SERVER 키워드가 제공되지 않았습니다. | 0800108001Neither DSN nor SERVER keyword supplied |
| 40227 | S1000HY000모든 바운드 열은 읽기 전용입니다. | S1000HY000All bound columns are read-only |
| 40228 | S1000HY000SSPI 패키지를 초기화할 수 없습니다. | S1000HY000Cannot initialize SSPI package |
| 40229 | S1000HY000SSPI 컨텍스트를 생성할 수 없습니다. | S1000HY000Cannot generate SSPI context |
| 40230 | S1000HY000텍스트 열의 데이터가 완전하지 않습니다. | S1000HY000Text column data incomplete |
| 40231 | 2200822008날짜/시간 필드 오버플로 | 2200822008Datetime field overflow |
| 40232 | 0700607006bcp_moretext를 사용하여 변환할 수 없습니다. | 0700607006Conversions not allowed using bcp_moretext |
| 40234 | S1000HY000유니코드 변환에 실패했습니다. 서버의 코드 페이지가 클라이언트에 없습니다. | S1000HY000Unicode conversion failed. Code page of server is not on client. |
| 40235 | S1000HY000BCP 데이터 파일을 읽는 동안 입/출력 오류가 발생했습니다. | S1000HY000I/O error while reading BCP data-file |
| 40236 | S1000HY000열 바운드가 부족합니다. | S1000HY000Not enough columns bound |
| 40238 | S1009HY024데이터베이스가 잘못되었거나 액세스할 수 없습니다. | S1009HY024Database is invalid or cannot be accessed |
| 40239 | S1000HY000드라이버 버전을 읽을 수 없습니다. | S1000HY000Unable to read driver version |
| 40240 | S1112HY112sql_variant 하위 형식으로 변환을 지원하지 않습니다. | S1112HY112Conversion to sql_variant sub type not supported |
| 40241 | S1000HY000잘못된 형식 파일 버전입니다. | S1000HY000Invalid format file version |
| 40242 | S1000HY000열 수준 데이터 정렬을 확인할 수 없습니다. | S1000HY000Unable to resolve column level collations |
| 40243 | S1000HY000원시 변형 필드의 형식이 잘못되었습니다. | S1000HY000Incorrect format for native variant field |
| 40244 | S1112HY113sql_variant가 아닌 열에서 변형 작업이 요청되었습니다. | S1112HY113Variant operation reqested on column that is not sql_variant |
| 40245 | S1000HY000BCP 열 속성에 대한 버퍼 크기가 잘못되었습니다. | S1000HY000Invalid buffer size for BCP column property |
| 40246 | S1000HY000BCP 열 속성을 알 수 없습니다. | S1000HY000Unknown BCP column property |
| 40247 | S1000HY000텍스트 파일 모드를 선택했습니다. 문자 열 형식만 예상됩니다. | S1000HY000Text file mode selected. Character column types only expected. |
| 40248 | S1000HY000필드 크기를 정의하지 않았습니다. 파일 크기를 정의해야만 열 형식을 설정할 수 있습니다. | S1000HY000Field size undefined. Column type cannot be set until field size is defined. |
| 40249 | S1000HY000서버 열을 정의하지 않았습니다. 서버 열 번호를 정의해야만 열 형식을 설정할 수 있습니다. | S1000HY000Server column undefined. Column type cannot be set until server column number is defined. |
| 40250 | S1000HY000데이터 형식에 대한 필드 크기가 틀립니다. | S1000HY000Invalid field size for datatype |
| 40251 | S1000HY000대상 서버가 데이터 정렬 이름[%s]을 열[%s]에 대하여 확인할 수 없습니다. | S1000HY000Collation name [%s] could not be resolved for column [%s] by target server |
| 40252 | S1000HY000서버 열 순서는 QUERYOUT이 있는 BCP용 파일의 필드 순서와 일치해야 합니다. | S1000HY000Server column order must match field order of file for BCP with QUERYOUT |
| 40253 | S1000HY000열 번호가 잘못되었습니다. | S1000HY000Column number invalid |
| 40254 | S1000HY000잘못된 버퍼입니다. | S1000HY000Invalid buffer |
| 40255 | S1000HY000SQL Server에서 코드 페이지 %d을(를) 지원하지 않습니다. | S1000HY000Code page %d is not supported by SQL Server |
| 40256 | S1000HY000SQL Server에서 알 수 없는 오류가 발생했습니다. 서버가 연결을 종료했습니다. | S1000HY000Unspecified error occurred on SQL Server. Connection may have been terminated by the server. |
| 40257 | S1000HY000경고: 서버 데이터(%d바이트)가 호스트 파일 필드 길이(%d바이트)를 초과했습니다(필드: %d). 접두사 길이, 종료 문자열, 또는 더 큰 호스트 파일 필드 크기를 사용하십시오. BCP 출력 파일이 잘려지지 않아야 합니다. | S1000HY000Warning: Server data (%d bytes) exceeds host-file field length (%d bytes) for field (%d). Use prefix length, termination string, or a larger host-file field size. Truncation cannot occur for BCP output files. |
| 40258 | S1000HY000BCP 작업에 제공된 필드 수가 서버의 열 수보다 작습니다. | S1000HY000The number of fields provided for bcp operation is less than the number of columns on the server. |
| 40259 | S1000HY000BCP OUT에 데이터 파일이 필요합니다. | S1000HY000Data file is needed for BCP OUT |
| 40260 | S1000HY000변환 중 데이터 크기에 산술 오버플로가 발생했습니다. | S1000HY000Arithmetic overflow in data size during conversion |
| 40261 | S1000HY000BCP 형식 파일을 열 수 없습니다. | S1000HY000Unable to open BCP format file |
| 40262 | S1T00HYT00쿼리 시간 제한이 만료되었습니다. 다른 명령에 대한 결과와 함께 연결이 사용 중입니다. | S1T00HYT00Query timeout expired. Connection busy with results for another command. |
| 40350 | 25S1125S11트랜잭션을 보류 중이기 때문에 기록할 수 없습니다. | 25S1125S11Enlistment is not possible due to pending transaction |
| 40351 | 25S1225S12분산 트랜잭션 오류입니다. | 25S1225S12Distributed transaction error |
| 40401 | 0100001000진행 중인 트랜잭션을 커밋했습니다. | 0100001000Ongoing transaction has been committed |
| 40402 | 0100001000서버 %s에 설치된 ODBC 카탈로그 저장 프로시저는 버전 %s입니다. 올바른 작동을 하려면 버전 %02d.%02d.%4.4d 또는 이후 버전이 필요합니다. 시스템 관리자에게 문의하십시오. | 0100001000The ODBC catalog stored procedures installed on server %s are version %s; version %02d.%02d.%4.4d or later is required to ensure proper operation. Please contact your system administrator. |
| 40403 | 0100001000DSN에서 구성된 데이터베이스를 액세스할 수 없습니다. 기본값이 사용되었습니다. | 0100001000Access to database configured in the DSN has been denied. Default used. |
| 40404 | 0100001000DSN에서 구성된 언어를 지원하지 않습니다. 기본값이 사용되었습니다. | 0100001000Language configured in the DSN is not supported. Default used. |
| 40405 | 0100001000프로시저가 'EXEC'로 실행했습니다. 출력 매개 변수를 반환하지 않았습니다. | 0100001000Procedure executed with 'EXEC'. No output parameters returned. |
| 40406 | 0100001000로그 파일에 액세스하는 동안 오류가 발생했습니다. 로깅을 사용할 수 없습니다. | 0100001000An error has occurred during an attempt to access the log file, logging disabled. |
| 40407 | 0100001000백업 서버에 연결되었습니다. | 0100001000Connected to backup server |
| 40408 | 0100001000SQL 디버깅을 사용할 수 없습니다. | 0100001000SQL Debugging disabled |
| 40410 | 0100401004문자열 데이터의 오른쪽이 잘렸습니다. | 0100401004String data, right truncation |
| 40412 | 0100001000%ld 행이 SQL Server에 전송되었습니다. 총 전송량: %ld | 0100001000%ld rows sent to SQL Server. Total sent: %ld |
| 40415 | 0100001000호스트 파일에 %ld 행이 성공적으로 대량 복사되었습니다. 받은 총 수: %ld | 0100001000%ld rows successfully bulk-copied to host-file. Total received: %ld |
| 40416 | 0100001000데이터의 길이가 0에서 1로 되었습니다. | 0100001000Zero length data forced to length 1 |
| 40417 | 0100001000NULL 비트 데이터를 0으로 했습니다. | 0100001000Null bit data forced to zero |
| 40418 | 0100001000커서가 닫히지 않았습니다. | 0100001000Cursor was not closed |
| 40419 | 0100001000경고: 코드 페이지 변환으로 데이터가 손실될 수 있습니다. | 0100001000Warning: Code page translation caused loss of data |
| 40450 | 01S0001S00잘못된 연결 문자열 특성입니다. | 01S0001S00Invalid connection string attribute |
| 40451 | 01S0101S01행에 오류가 있습니다. | 01S0101S01Error in row |
| 40452 | 01S0201S02옵션 값을 변경했습니다. | 01S0201S02Option value changed |
| 40453 | 01S0201S02패킷 크기 변경이 서버에 의해 받아들여지지 않았기 때문에 서버 크기를 사용합니다. | 01S0201S02Packet size change not honored by server, server size used |
| 40454 | 01S0201S02패킷 크기를 변경했습니다. | 01S0201S02Packet size changed |
| 40455 | 01S0201S02커서 형식을 변경했습니다. | 01S0201S02Cursor type changed |
| 40456 | 01S0201S02커서 동시성 작용을 변경했습니다. | 01S0201S02Cursor concurrency changed |
| 40457 | 01S0201S02로그인 시간 제한을 변경했습니다. | 01S0201S02Login timeout changed |
| 40458 | 01S0301001커서 작업이 충돌합니다. | 01S0301001Cursor operation conflict |
| 40459 | 01S0501S05취소가 FreeStmt/Close로 처리되었습니다. | 01S0501S05Cancel treated as FreeStmt/Close |
| 40460 | 01S0601S06결과가 첫째 행 집합을 반환하기 전에 인출하려고 합니다. | 01S0601S06Attempt to fetch before the result returned the first rowset |
| 40461 | 0100401S07부분적으로 잘렸습니다. | 0100401S07Fractional truncation |
| 40462 | 0700107002매개 변수 표식이 함수의 인수이면 매개 변수 정보를 파생시킬 수 없습니다. | 0700107002Unable to derive parameter information when parameter marker is a function argument |
| 40472 | S1T00HYT00쿼리 시간 제한이 만료되었습니다. | S1T00HYT00Query timeout expired |
| 40473 | 0800208002SQL Server 버전 6.5용 ODBCAppCompat이 더 이상 지원되지 않습니다. 호환성 플래그를 제거하고 다시 시도하십시오. | 0800208002ODBCAppCompat for SQL Server version 6.5 is no longer supported. Remove the compatibility flag and try again. |
| 40474 | 0800208002SQL Server version 6.5 및 모든 이전 버전이 더 이상 지원되지 않습니다. | 0800208002SQL Server version 6.5 and all previous versions are no longer supported |
| 40501 | 데이터 원본 이름 | Data Source Name |
| 40503 | 데이터 원본 설명 | Data Source Description |
| 40504 | 드라이버 | Driver |
| 40505 | 서버 | Server |
| 40506 | 로그인 ID | Login ID |
| 40507 | 암호 | Password |
| 40508 | 통합 보안 사용 | Use Integrated Security |
| 40509 | 응용 프로그램 이름 | AppName |
| 40510 | 워크스테이션 ID | WorkStation ID |
| 40512 | 언어 | Language |
| 40515 | 문자 데이터 변환 | Translate Character Data |
| 40516 | 장기 실행 쿼리 로그 | Log Long Running Queries |
| 40517 | 로그 파일 쿼리 | Query Log File |
| 40518 | 로그 시간 쿼리 | Query Log Time |
| 40519 | 드라이버 통계 로그 | Log Driver Statistics |
| 40520 | 통계 파일 | Statistics File |
| 40521 | 국가별 설정 사용 | Use Regional Settings |
| 40522 | 준비된 문 옵션 | Prepared Statements Option |
| 40523 | 장애 조치(failover) 서버 사용 | Use Failover Server |
| 40524 | 따옴표가 붙은 ANSI 식별자 사용 | Use ANSI Quoted Identifiers |
| 40525 | ANSI Null, 패딩 및 경고 사용 | Use ANSI Null, Paddings and Warnings |
| 40526 | 데이터베이스 파일 이름 첨부 | Attach Database Filename |
| 40527 | 데이터 암호화 | Data Encryption |
| 40600 | 알 수 없는 네트워크 오류입니다. | Unknown NetErr. |
| 40601 | 메모리가 부족합니다. | Insufficient memory. |
| 40602 | 액세스가 거부되었습니다. | Access denied. |
| 40603 | 연결이 사용 중입니다. | Connection is busy. |
| 40604 | 연결이 끊어졌습니다. | Connection broken. |
| 40605 | 연결 제한을 초과했습니다. | Connection limit exceeded. |
| 40606 | 지정한 SQL Server를 찾을 수 없습니다. | Specified SQL server not found. |
| 40607 | 네트워크를 시작하지 않았습니다. | The network has not been started. |
| 40608 | 네트워크 리소스가 부족합니다. | Insufficient network resources. |
| 40609 | 네트워크 사용률이 높습니다. | Network is busy. |
| 40610 | 네트워크에 액세스할 수 없습니다. | Network access denied. |
| 40611 | 일반 네트워크 오류입니다. 네트워크 설명서를 참조하십시오. | General network error. Check your network documentation. |
| 40612 | 잘못된 연결 모드입니다. | Incorrect connection mode. |
| 40613 | 디렉터리 서비스에 이름이 없습니다. | Name not found in directory service. |
| 40614 | 잘못된 연결입니다. | Invalid connection. |
| 40615 | 네트워크 데이터를 읽거나 쓰는 중 오류가 발생했습니다. | Error reading or writing network data. |
| 40616 | 열린 파일 핸들이 너무 많습니다. | Too many open file handles. |
| 40617 | SQL Server가 없거나 액세스할 수 없습니다. | SQL Server does not exist or access denied. |
| 40618 | SSL 보안 오류 | SSL Security error |
| 40619 | SQL Server에서는 암호화를 사용해야 합니다. | SQL Server requires Encryption On |
| 40620 | SQL Server에서는 암호화를 지원하지 않습니다. | Encryption not supported on SQL Server |
| File Description: | SQL Server ODBC Driver Resources |
| File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
| Company Name: | Microsoft Corporation |
| Internal Name: | sqlsrv32.rll |
| Legal Copyright: | © Microsoft Corporation. All rights reserved. |
| Original Filename: | sqlsrv32.rll.mui |
| Product Name: | Microsoft® Windows® Operating System |
| Product Version: | 10.0.15063.0 |
| Translation: | 0x412, 1200 |