06 2017 档案

摘要:查询sql语句占用 CPU详细信息: SELECT (SELECT TOP 1 SUBSTRING(s2.text,statement_start_offset / 2+1 , ( (CASE WHEN statement_end_offset = -1 THEN (LEN(CONVERT(nvar 阅读全文
posted @ 2017-06-19 17:29 阿尔叶 阅读(2260) 评论(0) 推荐(0)
摘要:整体流程详细参照:http://www.cnblogs.com/potential/p/3751426.html 问题1.未能连接到远程计算机,请确保在远程计算机上安装了 Web Deploy 并启动了所需的进程("Web Management Service") 官方解释: 原因: 查看教程时,只 阅读全文
posted @ 2017-06-16 17:25 阿尔叶 阅读(4079) 评论(0) 推荐(2)
摘要:环境:sql server 2008 一、创建网络驱动器映射 语法:exec master..xp_cmdshell 'net use Z: \\ip地址\网络路径 密码 /user:用户名' 例如: exec master..xp_cmdshell 'net use Z: \\10.216.77. 阅读全文
posted @ 2017-06-06 16:37 阿尔叶 阅读(757) 评论(0) 推荐(0)