home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / install / mdac_typ.exe / RCDATA / CABINET / sqlsrv32.dll / string.txt < prev    next >
Text File  |  1999-04-05  |  20KB  |  587 lines

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