随笔分类 -  SQL SERVER

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->SELECT(casewhena.colorder=1thend.nameelse''end)表名,a.... 阅读全文
posted @ 2009-01-22 17:27 small bridge 阅读(2659) 评论(1) 推荐(0)
摘要:--调用外部程序或者命令 exec xp_cmdshell 'dir c:\'注意不能调用需要用户干预才能继续运行的程序.使用Sqlserver的xp_CmdShell扩展存储过程的一个注意: 这个存储过程只能执行Dos控制台程序,其他的Exe程序不能在Sqlserver进程空间执行.但外部程式... 阅读全文
posted @ 2009-01-22 17:09 small bridge 阅读(2933) 评论(0) 推荐(0)