SQL Server Attachment database error, error 0: Unable to load DLL Microsoft prompt you to operate SQL database at will to avoid unnecessary trouble for the database

Source: Internet
Author: User

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'

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.