MSSQL security settings _ MySQL

Source: Internet
Author: User
MSSQL security setting sql2000 security is very important

Delete the SQL process with security issues. it is comprehensive. everything is safe!

The permission to corrupt shell, registry, and COM components is deleted.

Use master
EXEC sp_dropextendedproc 'XP _ export shell'
EXEC sp_dropextendedproc 'sp _ OACreate'
EXEC sp_dropextendedproc 'sp _ OADestroy'
EXEC sp_dropextendedproc 'sp _ oageterrorinfo'
EXEC sp_dropextendedproc 'sp _ oagetproperties'
EXEC sp_dropextendedproc 'sp _ oamethod'
EXEC sp_dropextendedproc 'sp _ oasetproperties'
EXEC sp_dropextendedproc 'sp _ oastop'
EXEC sp_dropextendedproc 'XP _ regaddmultistring'
EXEC sp_dropextendedproc 'XP _ regdeletekey'
EXEC sp_dropextendedproc 'XP _ regdeletevalue'
EXEC sp_dropextendedproc 'XP _ regenumvalues'
EXEC sp_dropextendedproc 'XP _ regread'
EXEC sp_dropextendedproc 'XP _ regremovemultistring'
EXEC sp_dropextendedproc 'XP _ regwrite'
Drop procedure sp_makewebtask

Copy all to "SQL query analyzer"

Click -- "query" -- "execute" on the menu to delete the SQL process with security issues (the above is the technical support of genuine users of 7i24)

Change the default SA blank password. do not use SA account for database links. separate account for a single database. only public and db_owner permissions are granted.

Do not place the database in the default location.

Do not install SQL in the PROGRAM FILE directory.

The latest SQL2000 patch is SP4.

If you have any questions, contact me via QQ: 4615825

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.