摘要:
刚学Oracle,学习学习别人的代码。这段代码时从下面的博文中摘取的:http://www.cnblogs.com/mq0036/p/4155774.htmldeclare l_dept integer := 20; currtime date := sysdate; l_nam... 阅读全文
posted @ 2015-07-02 22:52
Jerry_Chen
阅读(209)
评论(0)
推荐(0)
摘要:
--开启xp_cmdshellsp_configure ‘show advanced options’, 1;GORECONFIGURE;GOsp_configure ‘xp_cmdshell’, 1; --Switch on specific functionalityGORECONFIGURE;... 阅读全文
posted @ 2015-07-02 10:38
Jerry_Chen
阅读(357)
评论(0)
推荐(0)