After you upgrade to Microsoft SQL Server 2000 post-Service Pack 2 (SP2) or a later build including SQL Server 2000 SP3, a query may take a much longer time to run, even though the query runs in seconds in SQL Server 2000 SP2. This problem occurs if both the following conditions are true: • The
Tag: sql server
Troubleshooting an Excel data import malfunction
(Serdar Yegulalp) SQL Server’s Data Transformation Services (DTS) can convert data to and from a variety of formats, either for use within SQL Server or to export SQL Server data to another program. One common form of data for import is an Excel spreadsheet, since Excel is in essence a sort of datab
Centralized SQL Server 2000 Monitoring
(Tom Pullen) This article provides how-to information and code for two different monitoring systems you can set up centrally to manage reporting of SQL Server 2000 maintenance and disk utilization. The first is a scheme I have used in my role as a DBA, which has helped simplify and speed up one
FIX: You may receive a 17883 error message when SQL Server 2000 performs a very large hash operation
When your computer that is running Microsoft SQL Server 2000 performs a very large hash operation, an error message that is similar to the following may be logged many times to the SQL Server error log: Date Time server Error: 17883 Severity: 1, State: 0 Date Time server Process 52:0 (94c) UMS
The Perils of Fiber Mode
(Ken Henderson) This article explains the effects that SQL Server fiber mode coupled with the User Mode Scheduler component can have on your system, and what to consider carefully before enabling fiber mode.
An Introduction to Sql Server Reporting Services I…
(Chris Sully) Sql Server reporting services provides the means to design, author, render and deploy business reports via the web.
FIX: You receive error 3624 and the user database is marked suspect after you perform a bulk insert operation in SQL Server 2000
When you perform a bulk insert operation in Microsoft SQL Server 2000, the transaction log file becomes corrupted and error 3624 is written to the SQL Server error log. Subsequently, the user database is marked suspect.
Trace Messages Part I: Managing Application Sessions
(Andrew Novick) I’ve been writing a lot of .Net code in the last couple of years and have become enamored of the TRACE capability that’s built in to .Net. The TRACE object lets the programmer add lines of trace output to any program through the TRACE.WRITELINE method. Trace messages are sent to on
Optimizing Microsoft SQL Server Reporting Services: Execution Log Reporting: Preparation as a Data Source
(William E. Pearson, III) To get the most out of the Optimizing MSSQL Server Reporting Services series, we need to have installed Microsoft SQL Server 2000 Reporting Services, together with Microsoft Visual Studio.NET (required to access Report Designer for report creation). Reporting Services ships
FIX: You receive a 17883 error message when you perform large in-memory sort operations in SQL Server 2000
When you perform large in-memory sort operations in Microsoft SQL Server 2000, SQL Server may not yield to the SQL Server User Mode Scheduler (UMS). This behavior could lead to stalled worker requests. When this problem occurs, connection timeouts and other time-sensitive operations may fail. When t
