home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a086 / 1.ddi / CPR_DS next >
Encoding:
Text File  |  1992-05-20  |  11.3 KB  |  276 lines

  1.                               Closed Problem Report
  2.                              SYBASE 4.2 SQL Server 
  3. ------------------------------------------------------------------------------
  4.                                   May 15 1992
  5.     SPR No.  Description
  6.     -------  ------------------------------------------------------------
  7.  
  8.              
  9.       15752  Users are not supposed to be allowed to specify a length
  10.              for a user defined datatype.  Now they can (as long as the
  11.              length is < that defined), which is a bug.
  12.              
  13.       18968  The server gets a 1203 error when running a query that
  14.              generates a work table.
  15.              
  16.       19773  Server gets an 804 error, when a deadlock was detected by
  17.              the process that was doing a lot of updates.
  18.              
  19.       21930  get error 242 lev 16 state 3 when try to insert datetime
  20.              datatype using spaces () as the delimiter.  when use
  21.              datetime format "01 22 91".  commands reference manual
  22.              indicates that this is a valid entry format.
  23.              
  24.       22018  Creating tables with object names (table name, column
  25.              names) composed of all international characters with the
  26.              eigth bit set causes the SQL Server to seg fault.
  27.              
  28.       24520  2610 errors when using a non clustered index on
  29.              smalldatetime.Also, the error text has the wrong index
  30.              name.
  31.              
  32.       27008  Display of space distribution foe data is
  33.              erroneous/inconsistent.
  34.              
  35.       27023  Certain key values caused the optimizer to return wrong
  36.              selectivity, may result in index not being used in the
  37.              query plan.
  38.              
  39.       27141  sp_rename doesn't return status message when user datatype
  40.              is renamed.
  41.              
  42.  
  43.  
  44.     Sybase Confidential              - 1 -               05/15/92
  45.  
  46.     SPR No.  Description
  47.     -------  ------------------------------------------------------------
  48.       27142  sp_rename allows invalid identifiers to be used for rules,
  49.              procs, etc. However the renamed objects then cannot be
  50.              used/dropped/re_renamed.
  51.              
  52.       27216  sp_helpindex truncated the column names more than 70
  53.              characters.
  54.              
  55.       27221  sp_help on money column in view returns datatype moneyn,
  56.              while sp_help the base table of the view returns datatype
  57.              money.
  58.              
  59.       27227  When creating a primary key on 8 columns, sp_helpkey
  60.              returns one of the columns as an object_key twice, and one
  61.              not at all, ie. instead of returning
  62.              f1,f2,f3,f4,f5,f6,f7,f8, it returns f1,f2,f3, f4, f5, f4,
  63.              f7, f8.
  64.              
  65.       27259  sp_helpremotelogin displays names in reverse order from
  66.              elsewhere.
  67.              
  68.       27278  sp_helptext no longer reports when object not in current
  69.              database.
  70.              
  71.       27307  sp_chklangparam accepts invalid lang.params for cp437 and
  72.              cp850.
  73.              
  74.       27308  sp_validname does not properly disallow invalid
  75.              characters.
  76.              
  77.       27312  non_index objects from sysindexes are redundently listed.
  78.              
  79.       27379  Update executes despite the invalid use of aggregate
  80.              function, that could corrupted the data in a table.
  81.              
  82.       27476  Select from a large text table where text like a string.
  83.              Eventually all locks are used up and the query is aborted.
  84.              
  85.       27539  Quoted string in column heading can only be 29 chars, NOT
  86.              30.
  87.              
  88.       27654  When creating a clustered composite index, server does not
  89.              report an error if you specify 17 columns in the index. The
  90.              maximum should be 16.
  91.              
  92.       27655  When creating nonclustered index with 18 coulmns, server
  93.              reports #1904 error with wrong number of columns:" Cannot
  94.              specify more than 17 column names for index key list. 19
  95.              specified."
  96.              
  97.       27683  An insert trigger on a text table that selects inserted
  98.              rows like a string gets error 7134. A similar delete
  99.              trigger selecting deleted rows like a string get error
  100.              7123.
  101.              
  102.       27763  sp_dropserver w/,droplogins option and no logins does't
  103.              give any message.
  104.              
  105.  
  106.     Sybase Confidential              - 2 -               05/15/92
  107.  
  108.     SPR No.  Description
  109.     -------  ------------------------------------------------------------
  110.       27768  The SA is allowed to drop a user even if the user is dbo of
  111.              a database. When this is done there is no dbo. The next
  112.              login the sa adds automatically becomes the dbo of any
  113.              database that doesn't have a dbo.
  114.              
  115.       27793  A select where text is LIKE a pattern OR a qualification on
  116.              another table is true gets error Msg 7134.
  117.              
  118.       27982  User with select permission on view V can create view W as
  119.              select * from V then update the base table through W.
  120.              
  121.       27986  Revoke update permission on a single column and
  122.              sp_helprotect output is corrupted.
  123.              
  124.       28150  Timestamp column not initialized properly when inster
  125.              statement right after the table created statement in the
  126.              same batch.
  127.              
  128.       28163  If using global variables as the default value for
  129.              parametets to a stored procedure the server will GP fault.
  130.              
  131.       28181  A text table updated with Microsoft's iberle db-lib program
  132.              gets 1203 errors.
  133.              
  134.       28187  after invoking a microsoft SQL script, subsequent
  135.              installmasters use up disk resources in the master db
  136.              eventually causing 1105.  this "disk leakage" appears on
  137.              os/2 4.2, sun 4.2, and sun 5.0
  138.              
  139.       28283  Doing readtext with text pointer declared as binary(16) or
  140.              larger GP-faults the server.
  141.              
  142.       28477  The user datatype sent to the client for a timestamp column
  143.              is wrong if the timestamp is selected explicitly or with
  144.              '*'.
  145.              
  146.       28480  Updating a float, int, or money column with a sum aggregate
  147.              of the same datatype in a view gets error 206.
  148.              
  149.       28505  Add to a table a new column of user defined datatype with a
  150.              rule or a default bound to it. The rule or default does not
  151.              hold.
  152.              
  153.       28511  sp_dropdevice drops a device that is currently being used
  154.              by a database.
  155.              
  156.       28530  After upgrading a server from 3.4 to 4.2, a stored
  157.              procedure doing a group by on table fails to return the
  158.              correct results (it return massive dumpication of results
  159.              set). Droping & recreating it return the correct the
  160.              correct results.
  161.              
  162.       28532  Grant all on a table to public, but sp_helprotect reports
  163.              'No such user exists in the database'.
  164.              
  165.       28557  Select where date between date1 later than date2 returns 0
  166.              rows, unlike other data types.
  167.              
  168.  
  169.     Sybase Confidential              - 3 -               05/15/92
  170.  
  171.     SPR No.  Description
  172.     -------  ------------------------------------------------------------
  173.       28589  Converting the maximum smallmoney value ($214,748.3647) to
  174.              smallmoney or inserting it into a smallmoney column get
  175.              error 237.
  176.              
  177.       28590  The optimizer chooses to sort rather than use a unique
  178.              clustered index if the current sort order has tertiary
  179.              ordering.
  180.              
  181.       28639  select where column like 'yy1%' and 'yy2%' and...'yy16%'
  182.              causes a stack trace and multitude of other errors
  183.              
  184.       28676  patindex('%[tb]est%',...) gets the wrong offset, off by -1
  185.              
  186.       28693  Disk umirror doesn't set the status bit devices properly.
  187.              This leads to other problems like getting errors when
  188.              trying to remove later mirrors..
  189.              
  190.       28707  On selecting a small scientific value isql prints 0.00000;
  191.              eg; select 1e-8 will print 0.000000; but server returns the
  192.              correct value.
  193.              
  194.       28800  sp_dropsegment message is missing a blank.
  195.              
  196.       28846  select into tablename from view based on dropped table
  197.              crashes server.
  198.              
  199.       28881  When two users try to establish a remote connection
  200.              simultaneously, one of them receives a 7204, NET ACTIVE
  201.              error.
  202.              
  203.       28889  Entering dbcc ind or dbcc tab without parameters GP-faults
  204.              the server.
  205.              
  206.       28892  Stress test with 10 users creating tables and nested views
  207.              while another user do dump tran frequently gets a
  208.              timeslice.
  209.              
  210.       28947  Too long a transaction name will GP-fault the server.
  211.              
  212.       28963  The SQL Server is returning the incorrect length in the
  213.              RETURNVALUE data stream for an RPC.
  214.              
  215.       28983  under certain circumstances select max (indexed col)
  216.              returns nulls rather than the correct value.
  217.              
  218.       29001  dbcc checkcatalog message 2554 formats poorly.
  219.              
  220.       29012  gp fault in upgrade when upgrading a database with extended
  221.              characters (8bit characters) in the database name
  222.              
  223.       29021  The server GP-faults while following a chain of constant
  224.              structures holding text datatype.
  225.              
  226.       29041  Sp_chklangparam doesn't allow a hyphen in day of the week
  227.              names. Monday is "secoud-feira" in Portuguese.
  228.              
  229.  
  230.  
  231.     Sybase Confidential              - 4 -               05/15/92
  232.  
  233.     SPR No.  Description
  234.     -------  ------------------------------------------------------------
  235.       29098  Given a view that contains a cloname=count(colname) and a
  236.              group by. If a query selects the colname, and does an
  237.              outjoin with the view and another table, the server
  238.              GP_faults.
  239.              
  240.       29123  compiling a distinct subquery leads to overwriting of
  241.              server internal datastructures.
  242.              
  243.       30239  Implicit conversion from varchar to datetime in assignment
  244.              causes server GP fault.
  245.              
  246.       30282  A select statement with more than 250 parameters in IN
  247.              clause gp-fault the server. Similar behaviour occurs when
  248.              the query expressed in terms of equivalent OR clauses.
  249.              
  250.       30550  Doing select on view which has global variable (e.g.
  251.              @@spid) as condition in where clause causes GP-FAULT.
  252.              
  253.       30577  If @error is not 0, it is not being reset to 0 after
  254.              successfully executing create proc/view.
  255.              
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.     Sybase Confidential              - 5 -               05/15/92
  276.