home *** CD-ROM | disk | FTP | other *** search
/ Enter 2001 April / EnterCD4.iso / Update / SQL Server SP3 / sql70sp3i.exe / X86 / BINN / res / 1033 / SQLQRY.RLL / string.txt next >
Encoding:
Text File  |  2000-02-08  |  15.1 KB  |  344 lines

  1. 101    Q&ueries:
  2. 102    Are you sure you wish to cancel this query?
  3. 103    go
  4. 104    (%ld row(s) affected)
  5. 105    Query Files (
  6. 106    Recent File List
  7. 107    Report Files (
  8. 108    &%d %s
  9. 109    All Files (*.*)
  10. 110    *.*
  11. 111    Save File
  12. 112    Open File
  13. 113    Query Result
  14. 114    Loading SQL Query.....
  15. 115    Saving SQL Query.....
  16. 116    Saving SQL Result.....
  17. 117    Deleting.....
  18. 118    Inserting.....
  19. 119    Executing Query.....
  20. 120    #%d New query
  21. 121    &Execute
  22. 122    &Cancel
  23. 123    The minimum value for the maximum number of characters per column must be at least %d.
  24. 124    Logical Reads
  25. 125    Query - %s.%s.%s
  26. 126    No indexes were recommended for one of the following reasons:\n1. The tables consisted of less than 10 data pages.\n2. Supporting indexes already exist.\n3. Only a clustering index would have improved performance. 
  27. 127    Results Grid
  28. 128    The Operating System is low on free memory, the Query will be terminated.
  29. 129    #%d %s
  30. 130    Rows
  31. 131    To display data in the grid execute the query using Execute with Grid.
  32. 132    (Null)
  33. 133    Query cancelled by User
  34. 134    Connection Broken
  35. 135    The query file extension can not be registered as a valid file type. Query Analyzer can not be used as a default editor for this file extension.
  36. 136    Column Aligned
  37. 137    Comma Separated (CSV)
  38. 138    Tab Delimited
  39. 139    Other delimiter
  40. 140    Hel&p
  41. 141    Display the 'New Query' Window.
  42. 142    Load a TRANSACT-SQL file into the Query window.
  43. 143    Save the current window's contents to a file.
  44. 144    Displays the current connection's options dialog box.
  45. 145    Yes
  46. 146    No
  47. 147    Column
  48. 148    Data type
  49. 149    Displays the SQL execution plan for the current query text.
  50. 150    Description
  51. 151    No SQL Execution Plan data was returned. Please refer to the Results window for more information.
  52. 152    Clears the Query window
  53. 153    Clear Query Window
  54. 154    Analyses the query text recommending indexes.
  55. 155    To display the SQL Execution Plan execute the query using Display SQL Execution Plan.
  56. 156    Export Files (
  57. 157    The maximum width for all columns, supported by the operating system, has been exceeded. Not all of the columns will be accessible/visible.
  58. 158    Execution Plan
  59. 159    The text in %s has changed.\n\nDo you want to save the changes?
  60. 160    (untitled)
  61. 161    Query - %s
  62. 162    Result - %s
  63. 163    Cannot use this database
  64. 164    Length
  65. 165    Nullable
  66. 166    0123456789
  67. 167    The command(s) completed successfully.
  68. 168    The SQL command batch has exceeded %ld and cannot be executed
  69. 169    The query currently executing has timed out. Do you wish to continue waiting?
  70. 170    Are you sure you want to delete the '%s' Query/Result set?
  71. 171    Are you sure you want to close this Query window?
  72. 172    Msg %ld, Level %d, State %d
  73. 173    ODBC: Msg %ld, Level %d, State %s
  74. 174    Operating system error %d: %s
  75. 175    Net-Library error %d: %s
  76. 176    Close
  77. 177    (local)
  78. 178    Precision
  79. 179    Scale
  80. 180    20;100;100;40;40;40;40;0
  81. 181    Index
  82. 182    Columns
  83. 183    100;40;500;0
  84. 184    Are you sure you want to delete this index?
  85. 185    Connections : %d
  86. 186    New Query (Ctrl+N)
  87. 187    Load SQL Script
  88. 188    Save Query/Result (Ctrl+S)
  89. 189    Current Connection Options
  90. 190    Clustered
  91. 191    20;80;0
  92. 192    &Select columns:
  93. 193    Remove Current Query Set
  94. 194    Cancel Executing Query (Alt+Break)
  95. 195    Select Query Set
  96. 196    Display Results in Text (Ctrl+T)
  97. 197    Display Estimated Execution Plan (Ctrl+L)
  98. 198    Perform Index Analysis (Ctrl+I)
  99. 199    Show Results Pane (Ctrl+R)
  100. 200    Hide Results Pane (Ctrl+R)
  101. 201    The filename you have supplied is invalid for the file system on the specified drive.
  102. 202    Query Flags
  103. 203    Format Options
  104. 204    Display query results in a grid
  105. 205    Display Results Into Grid (Ctrl+D)
  106. 206    Show the Results Pane
  107. 207    Hide the Results Pane
  108. 208    &Database:
  109. 209    Select Database
  110. 210    Display Results in Window.
  111. 211    Stop execution of the currently selected query.
  112. 212    <Refresh>
  113. 213    &Select indexes:
  114. 214    Indexes
  115. 215    Results
  116. 216    Server: Msg %ld, Level %d, State %s
  117. 217    Successfully updated statistics.
  118. 218    Results
  119. 219    Parse succeeded.
  120. 220    Estimated Execution Plan
  121. 221    Successfully executed the TSQL script.
  122. 222    (No column name)
  123. 223    No rows have been returned. Please refer to the Results window for more information.
  124. 224    Edit the index '%s' created on table '%s' in database '%s'.
  125. 225    Create a new index on table '%s' in database '%s'.
  126. 226    Edit Existing Index
  127. 227    Create New Index
  128. 228     row(s)
  129. 229    Warning: Statistics missing for this table. Choose 'Create Missing Statistics' from the context (right click) menu.
  130. 230    Retrieves rows from the database. Allows selection of one or many rows or columns from one or many tables.
  131. 231    Insert each input row into a hash table, grouping on the GROUP BY columns and computing aggregate expressions.
  132. 232    Use each row from the top input to build a hash table, and each row from the bottom input to probe into the hash table.  Output all unique rows once.
  133. 233    Insert each input row into a hash table, outputting each value for which no duplicate is found.
  134. 234    Save all files
  135. 235    Save all files
  136. 236    Move selected text to the clipboard
  137. 237    Cut (Ctrl+X)
  138. 238    Copy the selected text to the clipboard
  139. 239    Copy (Ctrl+C)
  140. 240    Paste the clipboard text at the insertion point
  141. 241    Paste (Ctrl+V)
  142. 242    Find a text pattern
  143. 243    Find (Ctrl+F)
  144. 244    Parse the query
  145. 245    Parse Query (Ctrl+F5)
  146. 246    Execute the query
  147. 247    Execute Query (F5)
  148. 248    Messages
  149. 249    Windows Registry Access Error
  150. 250    &DB:
  151. 251    Row count:
  152. 252    The Query Analyzer is currently configured to support at most %d grids. Number of grids generated by this query exceeds this number. Either increase the number of grids supported (choose Configure from the File Menu) or change the display mode to Results in Text. This query is cancelled.
  153. 253    Configure Query Analyzer
  154. 254    Current Connection Options
  155. 255    (Default Settings)
  156. 256    (New Server)
  157. 257    (Default)
  158. 258    Are you sure you want to delete the connection information stored about server '%s'?
  159. 259    You must specify a server name.
  160. 260    An error occurred while saving to the registry.
  161. 261    Do you want to save connection configuration information for server '%s'?
  162. 262    Exec time:
  163. 263    Ln %d, Col %d
  164. 264    %d rows
  165. 265    %d total rows
  166. 266    Total exec time:
  167. 267    Parsing query batch....
  168. 268    Executing query batch...
  169. 269    Query batch was cancelled.
  170. 270    Query batch completed with errors.
  171. 271    Query batch completed.
  172. 272    &Selected statistics:
  173. 273    Statistics
  174. 274    Failed to the set the ODBC Driver performance logging.
  175. 275    Failed to the set the ODBC query performance logging.
  176. 276    Name
  177. 277    100;500;0
  178. 278    Are you sure you want to delete this statistics?
  179. 279    Create statistics on the table '%s' in database '%s'.
  180. 280    15;150;100;0
  181. 281    Find Sounds File
  182. 282    Sounds(*.wav)
  183. 283     Results were discarded.
  184. 284    Successfully loaded query file %s.
  185. 285    Failed to load query file %s.
  186. 286    Statistics name
  187. 287    Column name
  188. 288    Column type
  189. 289    100;100;200;0
  190. 290    Physical operation:
  191. 291    Logical operation:
  192. 292    Estimated row count:
  193. 293    Estimated row size:
  194. 294    Estimated I/O cost:
  195. 295    Estimated CPU cost:
  196. 296    Estimated number of executes:
  197. 297    Estimated cost:
  198. 298    Estimated subtree cost:
  199. 299    Estimated row count:
  200. 300    Argument:
  201. 301    Number of executes:
  202. 302    The table for which statistics are missing is a temporary table. Creating statistics for it is not going to speed up the query.
  203. 303    Unable to use the database '%s'.
  204. 304    I/O cost:
  205. 305    CPU cost:
  206. 306    Appending multiple input tables to form the output table.
  207. 307    Scanning an internal table of constants.
  208. 308    Restricting the set of rows based on a predicate.
  209. 309    Scanning a non-clustered index, entirely or only a range.
  210. 310    Scanning a particular range of rows from a non-clustered index.
  211. 311    Computing new values from existing values in a row.
  212. 312    Sorting the input.
  213. 313    Saving temporarily an intermediate query result.
  214. 314    Scan rows from a table.
  215. 315    For each row in the top (outer) input, scan the bottom (inner) input, and output matching rows.
  216. 316    Use each row from the top input to build a hash table, and each row from the bottom input to probe into the hash table, outputting all matching rows.
  217. 317    Calculates an expression containing SUM, COUNT, MIN, MAX or AVG.
  218. 318    Computing a new value from existing values in a row.
  219. 319    Removes the specified row(s) from the specified table.
  220. 320    A contributor among multiple cooperating hashing operations.
  221. 321    Delete rows from index.
  222. 322    Update rows in an index.
  223. 323    Insert rows into an index.
  224. 324    Adds a row to table
  225. 325    Fetching a full row from a heap or a clustered index.
  226. 326    Matching rows from two suitably sorted input tables exploiting their sort order.
  227. 327    Creates a computed column with the rank of the values in an existing column in the table.
  228. 328    Inserting rows into a table stored in a database or file other than the current database server.
  229. 329    Sending a SQL query to another than the current SQL Server.
  230. 330    Scanning rows in a table stored in a database or file other than the current database server.
  231. 331    Computing summary values for groups of rows in a suitably sorted stream.
  232. 332    Selecting the first few rows based on a sort order.
  233. 333    Modify the value(s) in the specified table.
  234. 334    Implicit or explicit conversion of one scalar datatype to another.
  235. 335    Scanning the pseudo-table "deleted" within a trigger.
  236. 336    Scanning the pseudo-table "inserted" within a trigger.
  237. 337    Verify that a constraint is true.
  238. 338    Validate referential integrity constraints.
  239. 339    Update a clustered index.
  240. 340    Combining suitable insert and delete requests for rows into update requests.
  241. 341    Compares two values.
  242. 342    A scalar value that does not change in an expression.
  243. 343    Pass the storage engine a hint that a particular row will be looked up soon.
  244. 344    End of a statement block.
  245. 345    Identifier Name.
  246. 346    Conditional processing based on an expression.
  247. 347    Scan the rows in the log.
  248. 348    Scanning an internal table of parameter values.
  249. 349    An operation involving parallelism.
  250. 350    Enter a value between %ld and %ld.
  251. 351    You must specify a column separator.
  252. 352    You can not use Query Analyzer as the default editor for files with extensions .exe, .dll or .com.
  253. 353    The file extension '%s' already has default editor. Are you sure you want to use Query Analyzer as the default editor for this extension?
  254. 354    Allocates a local variable.
  255. 355    Invokes an internal TSQL function such as DateAdd() or Convert().
  256. 356    Scanning a clustered index, entirely or only a range.
  257. 357    Scanning a file created as part of a cursor operation.
  258. 358    Updating rows in a table stored in a database or file other than the current database server.
  259. 359    Deleting rows in a table stored in a database or file other than the current database server.
  260. 360    Scanning an internal table of parameter values.
  261. 361    An operation involving parallelism.
  262. 362    Scan the rows in the log.
  263. 363    Reformats the data from the input into a temporary index, which is then used for seeking with the supplied seek predicate.
  264. 364    The root member of a team of connected hash operators sharing a common hash function and partitioning strategy.
  265. 365    Groups an insert and delete on the same value into an update within wide update plans.
  266. 366    Scanning a particular range of rows from a clustered index.
  267. 367    Scanning a clustered index, entirely or only a range.
  268. 368    Update rows in a clustered index.
  269. 369    Insert rows in a clustered index.
  270. 370    Delete rows from a clustered index.
  271. 371    Use a Bookmark (RID or Clustering Key) to look up the corresponding row in the Table or Clustered Index.
  272. 372    Used to verify a certain condition (insure that a scalar subquery returns one row, validate referential integrity, etc).
  273. 373    A cursor that does not see changes made by others.
  274. 374    Fetches current data for rows in fetch buffer.
  275. 375    The query used to populate a cursor's work table when the cursor is opened.
  276. 376    Cursor that can see updates made by others, but not inserts.
  277. 377    The query used to retrieve rows when a fetch is issued against a cursor.
  278. 378    Cursor that can see all changes made by others.
  279. 379    Update rows from the input in the table specified in the Argument field.
  280. 380    Stores the data from the input into a temporary table in order to optimize rewinds.
  281. 381    Insert rows from the input into the table specified in Argument field.
  282. 382    Delete rows from the input from the table specified in Argument field.
  283. 383    Process each input, in sequence from top to bottom.
  284. 384    Stores the data from the input into a temporary table in order to optimize rewinds.
  285. 385    Cost: 
  286. 386    Executes and profiles the query.
  287. 387    Display Estimated Execution Plan (Ctrl+K)
  288. 388    Statistics are missing for the columns listed below in the table '%s' in database '%s'. 
  289. 389    15;120;200;0
  290. 390    Update statistics in the table '%s' in database '%s'.
  291. 391    Log Files (*.log)
  292. 392    Cost:
  293. 393    Save Results
  294. 394    Save Query
  295. 395    Save Grid Results
  296. 396    Open Query File
  297. 397    Subtree cost:
  298. 398    The computer has less than 2 Megabytes of virtual memory left. You should either increase the virtual memory on this computer or close some application before attempting to run this query.\nDo you want to cancel this query?
  299. 399    Attempting to cancel query. Please wait...
  300. 400    Server: Msg %ld, Level %d, State %s, Line %d
  301. 401    T-SQL print statement
  302. 402    List of scalar expressions
  303. 403    Split the output into segments work in conjunction with the TOP operation to return the top n number of rows from each segment.
  304. 404    Used in wide updates, usually for index maintenance.
  305. 405    Generating estimated execution plan...
  306. 406    Connecting...
  307. 407    You can not perform index analysis on a single user database. 
  308. 408    You can not perform index analysis on a read-only database.
  309. 600    Unicode
  310. 601    ANSI
  311. 602    OEM 
  312. 603    Auto
  313. 604    The query was unparseable for one of the following reasons:\n1. The user has selected the wrong database or text of the query selected for analysis is not parseable.\n2. The keyword GO was selected for tuning. 
  314. 605    No query selected.
  315. 606    Error analyzing query (%d).
  316. 607    Insufficient memory to process query.
  317. 608    Unable to connect.
  318. 609    Server call failed.
  319. 610    Error optimizing query.
  320. 611    Analyzing Query.....
  321. 612    Query Analyzer was unable to recommend indexes for one of the following reasons:\n1. The query did not reference any tunable tables.\n2. The selected query text contained the keyword USE.
  322. 613    &Font...
  323. 647    SQL Execution Plan - \\%s - %s
  324. 648    Server: Msg %ld, Level %d, State %s, Procedure %s, Line %d
  325. 1159    Execute mode: Results in Text(Ctrl+T)
  326. 1160    Execute mode: Results in Grid(Ctrl+D)
  327. 1162    Execute mode: Display Estimated Execution Plan(Ctrl+L)
  328. 1166    Execute mode: Perform Index Analysis(Ctrl+I)
  329. 1175    Execute mode: Results in Text and Execution Plan
  330. 1176    Execute mode: Results in Grid and Execution Plan
  331. 1179    Execute mode: Results in Text(Ctrl+T)
  332. 1180    Execute mode: Results in Grid(Ctrl+D)
  333. 1182    Execute mode: Display Estimated Execution Plan(Ctrl+L)
  334. 1186    Execute mode: Perform Index Analysis(Ctrl+I)
  335. 1195    Execute mode: Results in Text and Execution Plan
  336. 1196    Execute mode: Results in Grid and Execution Plan
  337. 4028    Display help on highlighted SQL command
  338. 4060    Show &Results Pane    Ctrl+R
  339. 4061    Hide &Results Pane    Ctrl+R
  340. 4062    Create, delete and edit indexes 
  341. 4063    The connection to the server has been broken.
  342. \n
  343. \nDo you wish to re-connect now?
  344. 4064    Query Analyzer was unable to open a file.  The file may be in use or have been deleted or renamed.
  345. 4065    Index Analysis encountered an error on a file operation.  Check to see if the disk drive is full.\n
  346.