home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 4 / Windows / System32 / en-US / sqlsrv32.rll.mui / string.txt next >
Encoding:
Text File  |  2008-01-19  |  21.6 KB  |  606 lines

  1. 300     where 1=2
  2. 338    alter
  3. 339    add
  4. 342    create proc 
  5. 350    set implicit_transactions on
  6. 351    set implicit_transactions off
  7. 354    select
  8. 355    where
  9. 359    SET ROWCOUNT 
  10. 360    SET NO_BROWSETABLE 
  11. 361    BEGIN TRAN
  12. 362    SET TEXTSIZE 
  13. 364    money
  14. 365    uniqueidentifier
  15. 366    ntext
  16. 367    nvarchar
  17. 368    nchar
  18. 369    bit
  19. 370    tinyint
  20. 371    bigint
  21. 372    image
  22. 373    varbinary
  23. 374    binary
  24. 375    text
  25. 377    char
  26. 378    numeric
  27. 379    decimal
  28. 380    int
  29. 381    smallint
  30. 382    float
  31. 383    real
  32. 384    double
  33. 385    date
  34. 386    time
  35. 387    datetime
  36. 388    varchar
  37. 389    sql_variant
  38. 390    timestamp
  39. 391    sysname
  40. 392    smallmoney
  41. 393    smalldatetime
  42. 394    drop proc 
  43. 395    use 
  44. 396    insert
  45. 397    delete
  46. 398    update
  47. 399    from
  48. 400     holdlock 
  49. 401    create;drop;select;grant;revoke;alter;truncate;update;reconfigure;load;disk;
  50. 402    statistics
  51. 404    IF @@TRANCOUNT > 0 COMMIT TRAN
  52. 405    IF @@TRANCOUNT > 0 ROLLBACK TRAN
  53. 406    select USER_NAME() select usertype,type,name from systypes where usertype>=
  54. 407    'INTERVAL %c''%lu'' YEAR(%u)'
  55. 408    'INTERVAL %c''%lu'' MONTH(%u)'
  56. 409    'INTERVAL %c''%lu'' DAY(%u)'
  57. 410    'INTERVAL %c''%lu'' HOUR(%u)'
  58. 411    'INTERVAL %c''%lu'' MINUTE(%u)'
  59. 412    'INTERVAL %c''%lu%s'' SECOND(%u,%u)'
  60. 413    'INTERVAL %c''%lu-%02lu'' YEAR(%u) TO MONTH'
  61. 414    'INTERVAL %c''%lu %02lu'' DAY(%u) TO HOUR'
  62. 415    'INTERVAL %c''%lu %02lu:%02lu'' DAY(%u) TO MINUTE'
  63. 416    'INTERVAL %c''%lu %02lu:%02lu:%02lu%s'' DAY(%u) TO SECOND(%u)'
  64. 417    'INTERVAL %c''%lu:%02lu'' HOUR(%u) TO MINUTE'
  65. 418    'INTERVAL %c''%lu:%02lu:%02lu%s'' HOUR(%u) TO SECOND(%u)'
  66. 419    'INTERVAL %c''%lu:%02lu%s'' MINUTE(%u) TO SECOND(%u)'
  67. 420     dbcc traceon(208)
  68. 421     set quoted_identifier 
  69. 422     set ansi_nulls off set ansi_padding off set ansi_warnings off
  70. 423     set concat_null_yields_null off
  71. 424     begin declare @n varchar(30) exec sp_fallback_MS_sel_fb_svr @n output select 503,'',@n end
  72. 425    %04d-%02u-%02u %02u:%02u:%02u.%03lu
  73. 426    table
  74. 438    create
  75. 439    drop
  76. 440    SET PARSEONLY ON 
  77. 441     SET PARSEONLY OFF
  78. 442    SET NOEXEC ON 
  79. 443     SET NOEXEC OFF
  80. 458    '%04d%02u%02u %02u:%02u:%02u.%03lu'
  81. 459     select 'English','us_english' union select alias,name from master..syslanguages
  82. 461    select name from master..sysdatabases
  83. 462    set language 
  84. 463    select name from master..sysdatabases where has_dbaccess(name)=1
  85. 464    select @@language
  86. 465    select db_name()
  87. 466    select name from master..sysdatabases where name like '%s' and name <> 'model'
  88. 467    select TABLE_QUALIFIER=convert(sysname,'%s'),TABLE_OWNER=convert(sysname,u1.name),TABLE_NAME=convert(sysname,o.name),
  89. 468    TABLE_TYPE=convert(varchar(32),rtrim(substring('SYSTEM TABLE            TABLE       VIEW       ',(ascii(o.type)-83)*12+1,12))),REMARKS=convert(varchar(254),null)
  90. 469    from %s..sysusers u,%s..sysusers u1,%s..sysobjects o where o.name like '%s' and u1.name like '%s' and charindex(substring(o.type,1,1),'%s')!=0 and u1.uid=o.uid and(u.suid=suser_id()or(suser_id()=1 and u.uid=1))
  91. 470    and(suser_id()=1 or o.uid=u.uid or((select max(((sign(uid)*abs(uid-16383))*2)+(protecttype&1))from %s..sysprotects p where p.id=*o.id and(p.uid=0 or p.uid=*u.uid or p.uid=*u.gid)and(action in (193,224)))&1)=1)union 
  92. 471    order by 4,1,2,3
  93. 472    'SYSTEM TABLE'
  94. 473    'TABLE'
  95. 474    'VIEW'
  96. 475    select '%s' from %s..sysusers where suid=suser_id() 
  97. 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 
  98. 477     select alias,name from master..syslanguages
  99. 478    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
  100. 479    SET TRANSACTION ISOLATION LEVEL READ COMMITTED
  101. 480    select name from master.dbo.syscharsets where id = convert(tinyint, databasepropertyex ( db_name() , 'sqlcharset'))
  102. 481    SET TRANSACTION ISOLATION LEVEL REPEATABLE READ
  103. 483    identity
  104. 485    SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
  105. 486     char      binary      decimal       integer smallint float real double varchar      date     time     timestamp longvarchar varbinary      longvarbinary tinyint bit numeric       
  106. 487     char(255);binary(255);decimal(38,4);int;    smallint;float;real;float; varchar(255);datetime;datetime;datetime; text;       varbinary(255);image;        tinyint;bit;numeric(38,4);
  107. 488     char(255);binary(255);money;        int;    smallint;float;real;float; varchar     ;datetime;datetime;datetime; text;       varbinary     ;image;        tinyint;bit;
  108. 489    select name from master..sysdatabases where name like '%s' and name <> 'model' and has_dbaccess(name)=1
  109. 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;
  110. 491    Bulgarian;Croatian;Czech;Danish;Dutch;Finnish;French;German;Greek;Hungarian;Italian;Japanese;Norwegian;Polish;Portugese;Romanian;Russian;Slovak;Slovene;Spanish;Swedish;English;
  111. 500    avg
  112. 501    cnt
  113. 502    max
  114. 503    min
  115. 504    sum
  116. 505    stdev
  117. 506    stdevp
  118. 507    var
  119. 508    varp
  120. 515    order
  121. 516    SET FMTONLY ON 
  122. 517     SET FMTONLY OFF
  123. 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,
  124. 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,
  125. 542    TAPE,TEMP,TEXTSIZE,TOP,TRAN,TRIGGER,TRUNCATE,TSEQUEL,UNCOMMITTED,UPDATETEXT,USE,WAITFOR,WHILE,WRITETEXT
  126. 549    SQLBIT
  127. 550    SQLINT
  128. 551    SQLCHAR
  129. 552    SQLFLT8
  130. 553    SQLFLT4
  131. 554    SQLMONEY
  132. 555    SQLBINARY
  133. 556    SQLMONEY4
  134. 557    SQLTINYINT
  135. 558    SQLSMALLINT
  136. 559    SQLVARYCHAR
  137. 560    SQLVARYBIN
  138. 561    SQLDATETIME
  139. 562    SQLDATETIM4
  140. 563    SQLNUMERIC
  141. 564    SQLDECIMAL
  142. 565    SQLNCHAR
  143. 566    SQLNVARCHAR
  144. 567    SQLUNIQUEID
  145. 568    SQLVARIANT
  146. 569    SQLBIGINT
  147. 570    SQLIMAGE
  148. 1106    SQLSRV32.DLL
  149. 1117    sp_server_info 1
  150. 1125    select substring('NY',status/1024&1+1,1) from master..sysdatabases where name=DB_NAME()
  151. 1177    03.52
  152. 1274    1995
  153. 1945    SET TRANSACTION ISOLATION LEVEL
  154. 1946    DENY
  155. 1947    WRITETEXT
  156. 1948    WAITFOR
  157. 1949    USE
  158. 1950    UPDATETEXT
  159. 1951    UPDATE STATISTICS
  160. 1952    TRUNCATE TABLE
  161. 1953    SAVE TRANSACTION
  162. 1954    ROLLBACK WORK
  163. 1955    PREPARE TRANSACTION
  164. 1956    COMMIT WORK
  165. 1957    BEGIN TRANSACTION
  166. 1958    SHUTDOWN
  167. 1959    SETUSER
  168. 1960    SET TEXTSIZE
  169. 1961    SET STATISTICS
  170. 1962    SET ROWCOUNT
  171. 1963    SET IDENTITY_INSERT
  172. 1964    SET
  173. 1965    SELECT INTO
  174. 1966    RETURN
  175. 1967    RECONFIGURE
  176. 1968    READTEXT
  177. 1969    RAISERROR
  178. 1970    PRINT
  179. 1971    LOAD TRANSACTION
  180. 1972    LOAD TABLE
  181. 1973    LOAD HEADERONLY
  182. 1974    LOAD DATABASE
  183. 1975    KILL
  184. 1976    INSERT BULK
  185. 1977    GOTO
  186. 1978    DUMP TRANSACTION
  187. 1979    DUMP TABLE
  188. 1980    DUMP DATABASE
  189. 1981    DROP TRIGGER
  190. 1982    DROP RULE
  191. 1983    DROP PROCEDURE
  192. 1984    DROP DEFAULT
  193. 1985    DROP DATABASE
  194. 1986    DISK
  195. 1987    DBCC
  196. 1988    DEALLOCATE CURSOR
  197. 1989    DYNAMIC CLOSE
  198. 1990    DYNAMIC FETCH
  199. 1991    DYNAMIC OPEN
  200. 1992    DECLARE CURSOR
  201. 1993    CREATE TRIGGER
  202. 1994    CREATE RULE
  203. 1995    CREATE PROCEDURE
  204. 1996    CREATE DEFAULT
  205. 1997    CREATE DATABASE
  206. 1998    CONDITION
  207. 1999    CHECKPOINT
  208. 2000    ALTER DATABASE
  209. 2198    DROP INDEX
  210. 2199    CREATE INDEX
  211. 2204    ALTER TABLE
  212. 2207    CALL
  213. 2219    DELETE WHERE
  214. 2231    DROP SCHEMA
  215. 2232    DROP TABLE
  216. 2236    DROP VIEW
  217. 2238    DYNAMIC DELETE CURSOR
  218. 2248    GRANT
  219. 2250    INSERT
  220. 2259    REVOKE
  221. 2277    CREATE TABLE
  222. 2281    DYNAMIC UPDATE CURSOR
  223. 2282    UPDATE WHERE
  224. 2284    CREATE VIEW
  225. 2285    SELECT CURSOR
  226. 10110    21S0121S01
  227. 10111    21S0121S01
  228. 10121    0700807008
  229. 10122    0700807008
  230. 10169    2200322003
  231. 10207    2200522018
  232. 10208    S002242S22
  233. 10209    S000242S02
  234. 10211    2200822007
  235. 10212    2200822007
  236. 10214    21S0121S01
  237. 10221    2200322003
  238. 10222    2300023000
  239. 10230    4200042000
  240. 10231    4200042000
  241. 10233    2200322003
  242. 10234    2300023000
  243. 10235    2200322003
  244. 10236    2200522018
  245. 10237    2200322003
  246. 10238    2200322003
  247. 10239    2200322003
  248. 10240    S000242S02
  249. 10241    2200322003
  250. 10242    2200822007
  251. 10243    2200822007
  252. 10245    2200322003
  253. 10246    2200522018
  254. 10247    2200322003
  255. 10248    2200522018
  256. 10249    2200322003
  257. 10250    2200522018
  258. 10257    2200522018
  259. 10267    2500025000
  260. 10268    S000242S02
  261. 10273    2300023000
  262. 10274    2300023000
  263. 10278    2500025000
  264. 10296    2200822007
  265. 10297    2200822007
  266. 10306    2200522018
  267. 10311    2202522025
  268. 10410    2200522018
  269. 10513    2100021000
  270. 10516    2300023000
  271. 10518    2200822007
  272. 10519    2200522018
  273. 10520    2200322003
  274. 10521    2200322003
  275. 10522    2200322003
  276. 10523    2200322003
  277. 10524    2200322003
  278. 10525    2200322003
  279. 10530    2200522018
  280. 10531    2300023000
  281. 10536    2200322003
  282. 10545    2300023000
  283. 10548    2300023000
  284. 10551    4400044000
  285. 10612    2500025000
  286. 10629    2500025000
  287. 10912    0800408004
  288. 10917    0800408004
  289. 10920    0100001000
  290. 10927    0100001000
  291. 11008    2200322003
  292. 11011    2201922019
  293. 11206    4000140001
  294. 11212    4000140001
  295. 11506    2300023000
  296. 11509    2300023000
  297. 11907    S000242S02
  298. 11912    S002242S22
  299. 11914    S001142S11
  300. 12502    S000242S02
  301. 12602    2300023000
  302. 12616    2300023000
  303. 12626    4000140001
  304. 12627    2300023000
  305. 12628    2300023000
  306. 12706    S002142S21
  307. 12707    S000242S02
  308. 12715    S000142S01
  309. 12728    S002142S21
  310. 12729    S000242S02
  311. 12741    0800408004
  312. 13002    S001242S12
  313. 13310    4000140001
  314. 13605    2300023000
  315. 13606    2300023000
  316. 13607    0100001000
  317. 13608    0100001000
  318. 13623    0100001000
  319. 13702    S000242S02
  320. 13704    S001242S12
  321. 13719    S001242S12
  322. 13903    2500025000
  323. 13904    2500025000
  324. 13907    2500025000
  325. 13909    2500025000
  326. 14003    2800028000
  327. 14018    0800408004
  328. 14020    0800408004
  329. 14314    S001242S12
  330. 14315    S000242S02
  331. 14402    S000242S02
  332. 14410    21S0221S02
  333. 14502    21S0221S02
  334. 14503    21S0221S02
  335. 14507    S002142S21
  336. 14510    S002142S21
  337. 14702    S000242S02
  338. 14903    S000242S02
  339. 14925    S002242S22
  340. 15702    0100001000
  341. 15704    0100001000
  342. 16227    S001242S12
  343. 16402    2500025000
  344. 17113    4000140001
  345. 18102    2300023000
  346. 18116    2200322003
  347. 18135    2201222012
  348. 18153    2200122001
  349. 18154    0100301003
  350. 26903    S1109HY109
  351. 26917    3400034000
  352. 26931    2400024000
  353. 26932    2400024000
  354. 26935    01S0301001
  355. 26948    01S0301001
  356. 27810    0800408004
  357. 28451    0800408004
  358. 28453    2800028000
  359. 28457    2800028000
  360. 28459    0800408004
  361. 28460    2800028000
  362. 40000    Cannot drop the index
  363. 40001    Microsoft SQL Server Login
  364. 40002    table
  365. 40003    owner
  366. 40004    database
  367. 40005    stored procedure
  368. 40006    (local)
  369. 40008    Microsoft SQL Server DSN Configuration
  370. 40009    %s cannot be used as a data source name.
  371. 40011    Help is not available
  372. 40013    %s is already a data source name.\nOverwrite?
  373. 40014    Invalid character in data source name.
  374. 40015    %s is not an existing data source name.
  375. 40016    Do you want to convert your SQL Server 16 bit DSNs to 32 bit?
  376. 40017    Filling listbox requires a valid Login Id and Password
  377. 40018    Filling listbox failed:\nSQLState: '%s'\n SQL Server Error: %ld\n%s
  378. 40019    Connection failed:\nSQLState: '%s'\nSQL Server Error: %ld\n%s\n
  379. 40020    &Server:
  380. 40021    (Default)
  381. 40023    Select Log File
  382. 40024    Log Files(*.log)|*.log|All Files(*.*)|*.*|
  383. 40025    Query Logging Threshold field must be numeric
  384. 40026    At %s the following query executed in %lu milliseconds
  385. 40028    Configure
  386. 40029    Create a New Data Source to SQL Server
  387. 40030    <Unable to display>
  388. 40031    skipped
  389. 40032    Row
  390. 40033    Column
  391. 40034    Microsoft SQL Server ODBC Driver Version %02u.%02u.%04u
  392. 40035    Do not create temporary procedures
  393. 40036    Drop temporary procedures on disconnect
  394. 40037    Explicitly drop temporary procedures
  395. 40038    Running connectivity tests...
  396. 40039    Attempting connection
  397. 40040    Connection established
  398. 40041    Verifying option settings
  399. 40042    Disconnecting from server
  400. 40043    TESTS COMPLETED SUCCESSFULLY!
  401. 40044    TESTS FAILED!
  402. 40048    The database entered is not valid
  403. 40050    'Perform translation for character data' should be checked
  404. 40114    0700107002COUNT field incorrect or syntax error
  405. 40115    0700607006Restricted data type attribute violation
  406. 40116    07S0107S01Invalid use of default parameter
  407. 40117    0800108001Client unable to establish connection
  408. 40118    0800408004Server rejected the connection
  409. 40119    08S0108S01Communication link failure
  410. 40120    21S0121S01Insert value list does not match column list
  411. 40121    21S0221S02Degree of derived table does not match column list
  412. 40122    2200122001String data, right truncation
  413. 40123    2200222002Indicator variable required but not supplied
  414. 40124    2200322003Numeric value out of range
  415. 40125    2200522018Invalid character value for cast specification
  416. 40126    2200822007Invalid date format
  417. 40127    2200822007Invalid time format
  418. 40128    2200822007Invalid timestamp format
  419. 40129    2202622026String data, length mismatch
  420. 40130    2400024000Invalid cursor state
  421. 40131    2500025000Invalid transaction state
  422. 40132    2800028000Invalid authorization specification
  423. 40133    0800408004Server rejected the connection; Access to selected database has been denied
  424. 40134    0800408004Server rejected the connection; Language specified is not supported
  425. 40135    3400034000Invalid cursor name
  426. 40136    3700042000Syntax error or access violation
  427. 40137    3C0003C000Duplicate cursor name
  428. 40138    70100HY018Server declined cancel request
  429. 40140    IM006IM006Packet size change not supported by server, default used
  430. 40141    IM008IM008Dialog failed
  431. 40146    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.
  432. 40147    S1000HY000Unknown token received from SQL Server
  433. 40149    S1000HY000Unable to load communication module.  Driver has not been correctly installed.
  434. 40150    S1000HY000Communication module is not valid.  Driver has not been correctly installed.
  435. 40151    S1000HY000Warning: Partial insert/update. The insert/update of a text or image column(s) did not succeed.
  436. 40152    S1000HY000Connection is busy with results for another hstmt
  437. 40153    S1000HY000Failure during closing of connection
  438. 40154    S1000HY000Protocol error in TDS stream
  439. 40155    S1000HY000TDS buffer length too large
  440. 40156    S1000HY000Non-default parameter not allowed after default parameter
  441. 40157    S1001HY001Memory allocation failure
  442. 40158    S100207009Invalid Descriptor Index
  443. 40159    S1003HY003Invalid application buffer type
  444. 40160    S1008HY008Operation canceled
  445. 40161    S1009HY009Invalid use of null pointer
  446. 40162    S1010HY010Function sequence error
  447. 40163    S1011HY011Operation invalid at this time
  448. 40164    S1015HY015No cursor name available
  449. 40165    S1090HY090Invalid string or buffer length
  450. 40166    S1091HY091Invalid descriptor field identifier
  451. 40167    S1092HY092Invalid attribute/option identifier
  452. 40168    S109307009Invalid parameter number
  453. 40169    S1021HY021Inconsistent descriptor information
  454. 40170    S1094HY104Invalid scale value
  455. 40171    S1096HY096Invalid information type
  456. 40172    S1104HY104Invalid precision value
  457. 40173    S1105HY105Invalid parameter type
  458. 40174    S1106HY106Fetch type out of range
  459. 40175    S1107HY107Row value out of range
  460. 40176    S1109HY109Invalid cursor position
  461. 40177    S1111HY111Invalid bookmark value
  462. 40178    S1C00HYC00Optional feature not implemented
  463. 40179    S1T00HYT00Timeout expired
  464. 40180    0800308003Connection does not exist
  465. 40184    22003HY019Non-character and non-binary data sent in pieces
  466. 40190    2400007005Prepared statement is not a cursor-specification
  467. 40192    S1011HY020Attempt to concatenate to a null or default value
  468. 40194    S1016HY016Cannot modify an implementation row descriptor
  469. 40195    S1004HY004Invalid SQL data type
  470. 40197    2201522015Interval field overflow
  471. 40198    S1007HY007Associated statement is not prepared
  472. 40199    S1009HY024Invalid attribute value
  473. 40201    S1000HY000Connection is not enabled for BCP
  474. 40203    S1000HY000ODBCBCP/Driver version mismatch
  475. 40205    S1000HY000Unicode conversion failed
  476. 40206    S1000HY000Bad BCP direction.  Must be either IN or OUT
  477. 40207    S1000HY000Unable to open BCP host data-file
  478. 40208    S1000HY000Unable to open BCP error-file
  479. 40209    S1000HY000Table has no text/image columns
  480. 40210    S1000HY000I/O error while writing BCP error-file
  481. 40211    S1000HY000Invalid option
  482. 40212    S1000HY000Attempt to bulk-copy a NULL value into a Server column which does not accept NULL values
  483. 40213    S1000HY000BCP host-files must contain at least one column
  484. 40214    S1000HY000I/O error while writing BCP data-file
  485. 40215    S1000HY000Host-file columns may be skipped only when copying into the Server
  486. 40216    S1000HY000Unexpected EOF encountered in BCP data-file
  487. 40217    S1000HY000Attempt to read unknown version of BCP format file
  488. 40218    S1000HY000Incorrect host-column number found in BCP format-file
  489. 40219    S1000HY000Bad terminator
  490. 40220    S1000HY000For BCP, all variable-length data must have either a length-prefix or a terminator specified
  491. 40221    S1000HY000I/O error while reading BCP format file
  492. 40222    S1000HY000Table contains less rows than first row count
  493. 40223    S1000HY000Table contains less rows than last row count
  494. 40224    S1000HY000Attempt to bulk-copy an oversized column to the SQL Server
  495. 40225    S1000HY000The BCP host-file contains less rows than first row count
  496. 40226    0800108001Neither DSN nor SERVER keyword supplied
  497. 40227    S1000HY000All bound columns are read-only
  498. 40228    S1000HY000Cannot initialize SSPI package
  499. 40229    S1000HY000Cannot generate SSPI context
  500. 40230    S1000HY000Text column data incomplete
  501. 40231    2200822008Datetime field overflow
  502. 40232    0700607006Conversions not allowed using bcp_moretext
  503. 40233    S1000HY000The row length exceeds SQL Server's maximum allowable size
  504. 40234    S1000HY000Unicode conversion failed.  The code page of the SQL server must be installed on the client system.
  505. 40235    S1000HY000I/O error while reading BCP data-file
  506. 40236    S1000HY000Not enough columns bound
  507. 40237    S1000HY000An old netlib (%s) has been detected.  Please delete it and restart the application.
  508. 40238    S1009HY024Database is invalid or cannot be accessed
  509. 40239    S1000HY000Unable to read driver version
  510. 40240    S1112HY112Conversion to sql_variant sub type not supported
  511. 40241    S1000HY000Invalid format file version
  512. 40242    S1000HY000Unable to resolve column level collations
  513. 40243    S1000HY000Incorrect format for native variant field
  514. 40244    S1112HY113Variant operation reqested on column that is not sql_variant
  515. 40245    S1000HY000Invalid buffer size for BCP column property
  516. 40246    S1000HY000Unknown BCP column property
  517. 40247    S1000HY000Text file mode selected.  Character column types only expected.
  518. 40248    S1000HY000Field size undefined.  Column type cannot be set until field size is defined.
  519. 40249    S1000HY000Server column undefined.  Column type cannot be set until server column number is defined.
  520. 40250    S1000HY000Invalid field size for datatype
  521. 40251    S1000HY000Collation name [%s] could not be resolved for column [%s] by target server
  522. 40252    S1000HY000Server column order must match field order of file for BCP with QUERYOUT
  523. 40253    S1000HY000Column number invalid
  524. 40254    S1000HY000Invalid buffer
  525. 40255    S1000HY000Code page %d is not supported by SQL Server
  526. 40256    S1000HY000Unspecified error occurred on SQL Server. Connection may have been terminated by the server.
  527. 40257    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.
  528. 40258    S1000HY000The number of fields provided for bcp operation is less than the number of columns on the server.
  529. 40350    25S1125S11Enlistment is not possible due to pending transaction
  530. 40351    25S1225S12Distributed transaction error
  531. 40401    0100001000Ongoing transaction has been committed
  532. 40402    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.
  533. 40403    0100001000Access to database configured in the DSN has been denied. Default used.
  534. 40404    0100001000Language configured in the DSN is not supported. Default used.
  535. 40405    0100001000Procedure executed with 'EXEC'.  No output parameters returned.
  536. 40406    0100001000An error has occurred during an attempt to access the log file, logging disabled.
  537. 40407    0100001000Connected to backup server
  538. 40408    0100001000SQL Debugging disabled
  539. 40410    0100401004String data, right truncation
  540. 40412    0100001000%ld rows sent to SQL Server. Total sent: %ld
  541. 40413    0100401004String data, right truncation
  542. 40415    0100001000%ld rows successfully bulk-copied to host-file. Total received: %ld
  543. 40416    0100001000Zero length data forced to length 1
  544. 40417    0100001000Null bit data forced to zero
  545. 40418    0100001000Cursor was not closed
  546. 40419    0100001000Warning: Code page translation caused loss of data
  547. 40450    01S0001S00Invalid connection string attribute
  548. 40451    01S0101S01Error in row
  549. 40452    01S0201S02Option value changed
  550. 40453    01S0201S02Packet size change not honored by server, server size used
  551. 40454    01S0201S02Packet size changed
  552. 40455    01S0201S02Cursor type changed
  553. 40456    01S0201S02Cursor concurrency changed
  554. 40457    01S0201S02Login timeout changed
  555. 40458    01S0301001Cursor operation conflict
  556. 40459    01S0501S05Cancel treated as FreeStmt/Close
  557. 40460    01S0601S06Attempt to fetch before the result returned the first rowset
  558. 40461    0100401S07Fractional truncation
  559. 40462    0700107002Unable to derive parameter information when parameter marker is a function argument
  560. 40501    Data Source Name
  561. 40502    Data Source Name
  562. 40503    Data Source Description
  563. 40504    Driver
  564. 40505    Server
  565. 40506    Login ID
  566. 40507    Password
  567. 40508    Use Integrated Security
  568. 40509    AppName
  569. 40510    WorkStation ID
  570. 40511    Database
  571. 40512    Language
  572. 40515    Translate Character Data
  573. 40516    Log Long Running Queries
  574. 40517    Query Log File
  575. 40518    Query Log Time
  576. 40519    Log Driver Statistics
  577. 40520    Statistics File
  578. 40521    Use Regional Settings
  579. 40522    Prepared Statements Option
  580. 40523    Use Failover Server
  581. 40524    Use ANSI Quoted Identifiers
  582. 40525    Use ANSI Null, Paddings and Warnings
  583. 40526    Attach Database Filename
  584. 40527    Data Encryption
  585. 40600    Unknown NetErr.
  586. 40601    Insufficient memory.
  587. 40602    Access denied.
  588. 40603    Connection is busy.
  589. 40604    Connection broken.
  590. 40605    Connection limit exceeded.
  591. 40606    Specified SQL server not found.
  592. 40607    The network has not been started.
  593. 40608    Insufficient network resources.
  594. 40609    Network is busy.
  595. 40610    Network access denied.
  596. 40611    General network error. Check your network documentation.
  597. 40612    Incorrect connection mode.
  598. 40613    Name not found in directory service.
  599. 40614    Invalid connection.
  600. 40615    Error reading or writing network data.
  601. 40616    Too many open file handles.
  602. 40617    SQL Server does not exist or access denied.
  603. 40618    SSL Security error
  604. 40619    SQL Server requires Encryption On
  605. 40620    Encryption not supported on SQL Server
  606.