随笔分类 -  IIS7

摘要:We need to know which w3wp process is running now When we debug my website in the Visual Studio. As we know, we can use this cmd(%windir%/system32/inetsrv/appcmd list wp) to show the result in the ... 阅读全文
posted @ 2008-10-21 10:49 网际飞狐 阅读(309) 评论(0) 推荐(0)
摘要:1、SP拆分字符串,如把a1,a2,a3以,分隔拆分出来 ALTER PROCEDURE [dbo].[ec_System_SplitString] @strs nvarchar(4000), @separator nchar(1)=',' AS BEGIN SET NOCOUNT ON; DECLARE @tbNames table([Name] nvar... 阅读全文
posted @ 2008-06-16 10:14 网际飞狐 阅读(550) 评论(0) 推荐(0)