Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Knowledge Base > SQL Server > Bugs and Fixes > Bugs and Fixes


Search:
What's New - What's Hot
BUG: SQLClient: SQLReader Doesn't Propagate Deadlock Exceptions (Q316667)     
Total Hits: 906  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you execute the SqlTransaction.ExecuteReader function within a repeatable read transaction, the transaction is blocked and then aborted due to a deadlock. When a repeatable read transaction is blocked by a deadlock, SqlTransaction.ExecuteReader may throw incorrect exceptions and, in some situations, may return with an empty reader....

FIX: SP1 Regression: Table Does Not Display in Taskpad View If the Table Name Contains a Special Character     
Total Hits: 184  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

SQL Enterprise Manager (SEM) does not display tables that have a special character in their name from the Taskpad view. You can see this problem when you display all the tables from a given database.

To navigate to the Taskpad view, click a database name in Enterprise Manager, and then click Taskpad view on the View menu....

FIX: Incorrect Results Return When You Query a Virtual Cube (Q309181)     
Total Hits: 172  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are two issues regarding virtual cubes and incorrect results returned from a Multidimensional Expression (MDX). The first issue is when you use the NON EMPTY keyword in a MDX query against a virtual cube and that virtual cube has fewer levels then one of the underlying cubes. The MDX query returns incorrect or empty values. The second issue is if you have a security role defined for a dimension with server side enforcement. If you then query a virtual cube that has the dimension as part of...

BUG: ATL OLE DB Provider Fails When Called from SQL 7.0 Query (Q198520)     
Total Hits: 202  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

SQL Server 7.0 and SQL Server 2000 provide a mechanism for performing distributed queries against an OLE DB provider. This can be done by using the new OpenQuery or OpenRowset function. For example,the following SQL statement performs a query against an OLE DB provider called MyProv by using the command...

FIX: SQL Server 2000 ODBC Driver Fails to Return SQL Server 7.0 Server Names (Q299765)     
Total Hits: 253  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

From a client computer that has Microsoft Data Access Components (MDAC) 2.6 and SQL Server ODBC Driver version 2000.80.194, if you try to retrieve all of the server names by calling the SQLBrowseConnect() ODBC API function, you will not receive any SQL Server 7.0 (or earlier) server names. You will only receive the SQL Server 2000 server list....

FIX: Incorrect Results with Uncorrelated Subquery If You Use an Aggregate Function and NULL Values in the WHERE Clause (Q310472)     
Total Hits: 253  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

A SELECT query may return an incorrect result if an uncorrelated subquery in the WHERE clause contains the MIN or MAX function and more than one IS NULL in the WHERE clause of the subquery....

FIX: SQLPutData May Result in Leak of Buffer Pool Memory (Q307540)     
Total Hits: 278  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

An ODBC application that uses the SQLPutData API may cause a leak of buffer pool memory with each invocation. This buffer pool memory cannot be reclaimed and over time may cause SQL Server to run out of buffer pool memory. This condition can cause the SQL Server program to stop responding (hang). One of the most visible symptoms of the problem is Error 17803 as seen in the SQL Server error log....

FIX: SQL Profiler Trace Has Extraneous Values in Mode Column (Q308715)     
Total Hits: 186  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Mode column receives data for events other than Lock and Scan events.

...

BUG: Bcp.exe Executes Query Twice When QueryOut Argument Used (Q309555)     
Total Hits: 442  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Exporting rows from a table by using the bcp utility takes longer
than expected when you specify the QueryOut argument to provide
selective criteria when retrieving rows....

FIX: Linked Index Server Query Through OLE DB Provider with OR Clause Reports Error 7349 (Q281185)     
Total Hits: 391  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

If these conditions are true:
  • You have a linked server that uses a provider, which supports the IRowsetIndex interface.

  • A query is run using the four part naming convention.

  • The query contains an OR in the WHERE clause.

This error message occurs:Server: Msg 7349, Level 16, State 2, Line 1 OLE DB provider '''' could not set range for table''[]..[].[]'' because of column ''''.Could no...

PRB: Poor Performance on a Heap (Q297861)     
Total Hits: 380  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

One or more of the following symptoms may accompany poor performance
during inserts to a large table on SQL Server:
  • Unexplained high CPU usage by SQL Server, sometimes up to 100%

  • SQL Profiler or SHOWPLAN indicates that singleton inserts have wide variations in performance.

  • The number of reads is out of proportion to the number or size of the indexes and triggers on the table.

  • Sporadic timeouts.

  • The FreeSpace Scans/Sec counter fro...

FIX: Use of a Dynamic API Server Cursor with a NOLOCK Hint Causes Error 1047 (Q310935)     
Total Hits: 218  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you open a Dynamic API server cursor with a NOLOCK optimizer hint, this error message occurs:
Server: Msg 1047, Level 15, State 1, Line 1 Conflicting locking hints specified....

BUG: Installation of SQL Server 2000 Desktop Engine Fails on Computers That Already Have SQL Server 7.0 Tools Installed (Q275307)     
Total Hits: 221  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you install an instance of Microsoft SQL Server 2000 Desktop Engine on a computer that already has the SQL Server 7.0 client tools installed, the installation fails during the SkuIt custom action and the following error message appears in the setup log file:Loading extended custom action library sqlcax.dll Starting custom action SkuIt
An internal error occurred during install (failed to load package id).
Contact Microsoft Technical Support.Action ended 15:35:19:
InstallFinalize. Ret...

FIX: GetExecutionErrorInfo and OnError Event May Not Return All Errors (Q251229)     
Total Hits: 448  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When a Data Transformation Service (DTS) Package step fails, the OnError event and the GetExecutionErrorInfo method may not provide all the error messages, even though the DTS Wizard, DTSRun tool, and the Designer UI report the full error detail....


1  2  3  4  5  


Disclaimer - Privacy
© 2002-2012 DevASP.net