SQL Server Attachment database error. error message: 0: Unable to load DLLMicrosoft prompt you to operate SQL database at will to avoid unnecessary trouble or the DLL. open the query analyzer and execute the following statement: dropproceduresp_OACreatedropprocedurexp_dirtreedropprocedurexp
SQL Server Attachment database error. error message: 0: DLL cannot be loaded. Microsoft prompts you to operate SQL database by mistake to avoid unnecessary trouble or DLL. open the query analyzer and execute the following statement: drop procedure sp_OACreate drop procedure xp_dirtree drop procedure xp
An error occurred while attaching the database to SQL Server. The error message is as follows:
Error 0: Unable to load DLL Microsoft prompts you to operate SQL database at will to avoid unnecessary trouble or the DLL. Open the query analyzer and execute the following statement:
Drop procedure sp_OACreate
Drop procedure xp_dirtree
Drop procedure xp_regwrite
Exec sp_addextendedproc N 'sp_oacreate ', n' odsole70. dll'
Exec sp_addextendedproc N 'xp_dirtree ', N 'xpstar. dll'
Exec sp_addextendedproc 'xp _ regwrite', 'xpstar. dll'
The following error may occur again: the Stored Procedure master. dbo. xp_dirtree cannot be found. | error 2812
Open the query analyzer again and execute the following statement:
Use master
EXEC sp_addextendedproc xp_dirtree, @ dllname = 'xpstar. dll'