Tag: sql server

Community

The Snapshot Agent fails and a ‘The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION’ error message may be logged in the Distribution Agent log in SQL Server 2000

When you set up a publication in Microsoft SQL Server 2000, and then you try to run the Snapshot Agent, the Snapshot Agent fails. When this problem occurs, the following 3902-based error message may be logged in the Distribution Agent log: The COMMIT TRANSACTION request has no corresponding BEGI

Community

Maintenance checks for SQL Server

(Kevin Kline and Baya Pavliashvili) SQL Server has become more self-maintaining with each new release, but the principle “better safe than sorry” still stands: Solid database administration involves performing regular maintenance on system and user databases so that you fix problems before your user

Community

FIX: An access violation occurs in the Mssdi98.dll file, and SQL Server crashes when you use SQL Query Analyzer to debug a stored procedure in SQL Server 2000 Service Pack 4

When you use SQL Query Analyzer to debug a stored procedure in Microsoft SQL Server 2000 Service Pack 4 (SP4), an access violation occurs in the Mssdi98.dll file. Additionally, SQL Server crashes. You experience this problem when the following conditions are true: • You are in the single step mo

Community

SQL Server Class Generator For C#

(Sheel Gohe) Application that Looks at an MS SQL SERVER Database. Pulls the Tables from that Databse and Generates a Class File for the selected Table. This class file generates SQL for all the DML operations based on selected criteria. The criteria can be defined through a seprate criteria class.