home *** CD-ROM | disk | FTP | other *** search
/ SuperSoft Prophet 6 Astrology / PROPHET6.iso / Pro6Evaluation / MDAC_TYP.EXE / RCDATA / CABINET / sqlodbc.cab / sqlsrv32.rll / string.txt next >
Text File  |  2001-07-13  |  23KB  |  627 lines

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