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