Tag: sql server

Community

FIX: An ‘Error 17883’ error message may be logged, and SQL Server 2000 or SQL Server 7.0 may stop responding when you run an application that creates COM objects by using the sp_OACreate function

When you run an application that creates Microsoft COM objects by using the sp_OACreate function within Transact-SQL code, Microsoft SQL Server 2000 or Microsoft SQL Server 7.0 may stop responding (hang). Additionally, the following error message may be logged in the SQL Server error log: Error:

Community

DTS 101

(Steven Warren) SQL Server 2000 contains a powerful set of tools called Data Transformation Services (DTS) that can help you import, export, and/or transform data from various sources to single or multiple locations.