- 1、本文档共9页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
sql修复语句(SQL repair statement)
sql修复语句(SQL repair statement)
The SQL fix statement.Txt points to smoke, but loneliness...... Not you do not smile, a smile powder fall! People are not smart, but also learn to bald others. If you cant tie my heart, dont say Im a playboy! No matter how outstanding Chopin, also can not play Lao Tzu sadness! Be happy when youre alive, because were going to die a long time. Please dont speak English in front of me, OK?
Restoring the sp_addextendedproc statement:
Create procedure sp_addextendedproc --- 1996/08/30 20:13
@functname nvarchar (517), name of (owner.) / * function to call * /
@dllname varchar (255) name of DLL containing function * / / *
As
Set implicit_transactions off
If @@trancount 0
Begin
Raiserror (15002, -1, -1,sp_addextendedproc)
Return (1)
End
DBCC addextendedproc (@functname, @dllname)
Return (0) - sp_addextendedproc
GO
Restore stored proceduresmaster..Xpcmdshell:
EXEC, sp_addextendedproc, xp_cmdshell, @dllname, =xplog70.dlldeclare, @o, int
Uninstall stored procedures xp_cmdshell:
Sp_dropextendedprocxp_cmdshell
Xp_cmdshell new recovery method (do not check whether sp_addextendedproc exists)
delete
Drop procedure sp_addextendedproc
Drop procedure sp_oacreate
Exec sp_dropextendedprocxp_cmdshell
recovery
DBCC addextendedproc (sp_oacreate, odsole70.dll)
DBCC addextendedproc (xp_cmdshell, xplog70.dll)
1. could not find the solution to the stored proceduremaster..Xpcmdshell:
EXEC, sp_addextendedproc, xp_cmdshell, @dllname, =xplog70.dlldeclare, @o, int
Sp_addextendedproc,xp_cmdshell,xpsql70.dll
2. cannot load DLL xpsql70.dll or a DLL referenced by the DLL. Reason 126 (cannot find the specified module. )
Sp_dropextendedproc xp_cmdshell
Sp_addextendedproc,xp_cmdshell,xpsql70.dll
3. cannot find function xp_cmdshell in Library xpweb70.dll. Reason: 127 (cannot find the specified program. )
Exec sp_dropextendedprocxp_cmdshell
Exec, sp_addextendedproc,xp_cmdshell,xpweb70.dll
4. direct add account method
Delete odsole70.dll:
Exec master..Sp_dropextendedproc sp_oam
您可能关注的文档
- asco电磁阀(asco电磁阀).doc
- ase的c语言实现(Implementation of ASE in C language).doc
- avrgcc延时库函数的理解(Understanding of avrgcc time delay library function).doc
- a电工品牌营销沟通会企业培训议手记(A electrical brand marketing communication enterprise training meeting notes).doc
- avr单片机开发经验(AVR MCU development experience).doc
- a股市场中金融股的一些特性(Some of the characteristics of a stock market in financial stocks).doc
- b2b商业模式分析(B2B business model analysis).doc
- b2c的现状及发展分析(Present situation and development analysis of B2C).doc
- baby3岁前最需要父母陪伴(Most parents need to be with you before baby3).doc
- basic语言的基本命令(The basic command of the basic language).doc
文档评论(0)