File name: | sqlsrv32.rll.mui |
Size: | 37376 byte |
MD5: | 798759c2048bc58d21414f39da439d04 |
SHA1: | d7cb86b992c2a98b3b8e68291fad4a8ee9772392 |
SHA256: | a8519d820c83c4a195f4037f88863db933aff8472355b0d9f6a17c25b1a5b7cd |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in Chinese (Traditional) 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 | Chinese (Traditional) | 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 資料來源名稱設定 | 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 | 填寫清單方塊要求有效的登入識別碼和密碼 | Filling listbox requires a valid Login Id and Password |
40018 | 填寫清單方塊失敗: SQLState: '%s' SQL Server 錯誤: %ld %s |
Filling listbox failed: SQLState: '%s' SQL Server Error: %ld %s |
40019 | 連線失敗: SQLState: '%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 驅動程式版本 %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無效的資料指標 (Cursor) 狀態 | 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無效的資料指標 (Cursor) 名稱 | 3400034000Invalid cursor name |
40136 | 3700042000語法錯誤或違反存取規則 | 3700042000Syntax error or access violation |
40137 | 3C0003C000資料指標 (Cursor) 名稱重複 | 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 | S1000HY000收到來自 SQL Server 的不明 token | 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 | S1009HY009無效的 null 指標使用 | S1009HY009Invalid use of null pointer |
40162 | S1010HY010函數順序錯誤 | S1010HY010Function sequence error |
40163 | S1011HY011操作在此時無效 | S1011HY011Operation invalid at this time |
40164 | S1015HY015沒有可用的資料指標 (Cursor) 名稱 | 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無效的資料指標 (Cursor) 位置 | 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準備的陳述式不是資料指標 (Cursor) 特性 | 2400007005Prepared statement is not a cursor-specification |
40192 | S1011HY020試圖連到一個空值或預設值 | 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 | S1000HY000連線沒有啟動供 BCP 作用 | S1000HY000Connection is not enabled for BCP |
40203 | S1000HY000ODBCBCP/驅動程式版本不符 | S1000HY000ODBCBCP/Driver version mismatch |
40205 | S1000HY000Unicode轉換失敗 | S1000HY000Unicode conversion failed |
40206 | S1000HY000錯誤的 BCP 指示.必須是 IN 或 OUT | S1000HY000Bad BCP direction. Must be either IN or OUT |
40207 | S1000HY000無法開啟 BCP 的主資料檔 | S1000HY000Unable to open BCP host data-file |
40208 | S1000HY000無法開啟 BCP 錯誤檔 | S1000HY000Unable to open BCP error-file |
40209 | S1000HY000資料表沒有 text/image 資料行 | S1000HY000Table has no text/image columns |
40210 | S1000HY000在寫入 BCP 錯誤檔時發生 I/O 錯誤 | S1000HY000I/O error while writing BCP error-file |
40211 | S1000HY000無效的選項 | S1000HY000Invalid option |
40212 | S1000HY000試圖大量複製一個空值到一個不接受空值的伺服器欄 | S1000HY000Attempt to bulk-copy a NULL value into a Server column which does not accept NULL values |
40213 | S1000HY000Bcp host-file 必須至少包含一個欄 | S1000HY000BCP host-files must contain at least one column |
40214 | S1000HY000在寫入 bcp data-file 時發生 I/O 錯誤 | S1000HY000I/O error while writing BCP data-file |
40215 | S1000HY000Host-file資料行只有在複製到伺服器時才可以被略過 | S1000HY000Host-file columns may be skipped only when copying into the Server |
40216 | S1000HY000在 BCP data-file 遇到非預期的 EOF | S1000HY000Unexpected EOF encountered in BCP data-file |
40217 | S1000HY000嘗試讀取版本不明的 BCP 格式檔案 | S1000HY000Attempt to read unknown version of BCP format file |
40218 | S1000HY000在 BCP format-file 發現不正確的 host-column 號碼 | S1000HY000Incorrect host-column number found in BCP format-file |
40219 | S1000HY000錯誤的終止符號 | S1000HY000Bad terminator |
40220 | S1000HY000若要 BCP,所有變長資料必須含指定長度首碼或終止符號 | S1000HY000For BCP, all variable-length data must have either a length-prefix or a terminator specified |
40221 | S1000HY000在讀取BCP格式檔案時發生I/O錯誤 | 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 host-file 包含比第一次計數時還少的資料列數 | S1000HY000The BCP host-file contains less rows than first row count |
40226 | 0800108001沒有提供 DSN 或SERVER 關鍵字 | 0800108001Neither DSN nor SERVER keyword supplied |
40227 | S1000HY000所有連結欄皆為唯讀 | S1000HY000All bound columns are read-only |
40228 | S1000HY000無法啟始SSPI 套件 | S1000HY000Cannot initialize SSPI package |
40229 | S1000HY000無法產生SSPI 內容 | S1000HY000Cannot generate SSPI context |
40230 | S1000HY000文字資料行資料不完整 | S1000HY000Text column data incomplete |
40231 | 2200822008Datetime欄位溢位 | 2200822008Datetime field overflow |
40232 | 0700607006使用 bcp_moretext 時不能作轉換 | 0700607006Conversions not allowed using bcp_moretext |
40234 | S1000HY000Unicode 轉換失敗,伺服器字碼頁不在用戶端上。 | S1000HY000Unicode conversion failed. Code page of server is not on client. |
40235 | S1000HY000在讀取 bcp data-file 時發生 I/O 錯誤 | 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 | S1112HY112不支援 sql_variant sub 類型的轉換 | S1112HY112Conversion to sql_variant sub type not supported |
40241 | S1000HY000無效的檔案格式版本 | S1000HY000Invalid format file version |
40242 | S1000HY000無法解析資料行層次校對 | S1000HY000Unable to resolve column level collations |
40243 | S1000HY000原始 Variant 欄位格式不正確 | S1000HY000Incorrect format for native variant field |
40244 | S1112HY113資料行所需但不是 sql_variant 的 Variant 操作 | S1112HY113Variant operation reqested on column that is not sql_variant |
40245 | S1000HY000無效的 BCP 資料行內容緩衝區大小 | S1000HY000Invalid buffer size for BCP column property |
40246 | S1000HY000不明的 BCP 資料行內容 | 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 | S1000HY000 提供給 bcp 作業的欄位數少於伺服器上的資料欄數。 | 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 | S1000HY000無法開啟 BCP 格式檔案 | 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 | 0100001000存取 DSN 中設定的資料庫被拒。已使用預設值。 | 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 Debugging 停用 | 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零長度資料強制到長度 1 | 0100001000Zero length data forced to length 1 |
40417 | 0100001000空位元資料強制到零 | 0100001000Null bit data forced to zero |
40418 | 0100001000尚未關閉資料指標 (Cursor) | 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資料指標 (Cursor) 類型變更 | 01S0201S02Cursor type changed |
40456 | 01S0201S02資料指標 (Cursor) 併行變更 | 01S0201S02Cursor concurrency changed |
40457 | 01S0201S02登入逾時已變更 | 01S0201S02Login timeout changed |
40458 | 01S0301001資料指標 (Cursor) 操作衝突 | 01S0301001Cursor operation conflict |
40459 | 01S0501S05「取消」動作被視為 FreeStmt/關閉 | 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 | 0800208002不再支援 SQL Server 6.5 版的 ODBCAppCompat。請移除相容性旗標並再試一次。 | 0800208002ODBCAppCompat for SQL Server version 6.5 is no longer supported. Remove the compatibility flag and try again. |
40474 | 0800208002已不再支援 SQL Server 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 | 登入識別碼 | Login ID |
40507 | 密碼 | Password |
40508 | 使用整合安全性 | Use Integrated Security |
40509 | AppName | AppName |
40510 | 工作站識別碼 | 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 | 使用容錯移轉伺服器 | Use Failover Server |
40524 | 使用 ANSI 引號識別項 | Use ANSI Quoted Identifiers |
40525 | 使用 ANSI 空值、留白和警告 | Use ANSI Null, Paddings and Warnings |
40526 | 附加資料庫檔案名稱 | Attach Database Filename |
40527 | 資料加密 | Data Encryption |
40600 | 不明的 NetErr。 | 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 需要 Encryption On | 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: | 0x404, 1200 |