07 2008 档案

摘要:--> --> (Roy)生成測試數據 set nocount on ; if not object_id('Tempdb..#T') is null drop table #T Go Create table #T([Num] int,[Name] nvarchar(1)) Insert... 阅读全文
posted @ 2008-07-26 18:31 正牌风哥 阅读(141) 评论(0) 推荐(0)
摘要:--> --> (Roy)生成測試數據 if not object_id('Class') is null drop table Class Go Create table Class([Student] nvarchar(2),[数学] int,[物理] int,[英语] int,[... 阅读全文
posted @ 2008-07-26 18:09 正牌风哥 阅读(200) 评论(0) 推荐(0)
摘要:--查阻塞 /**********************************************************************************************************************************************... 阅读全文
posted @ 2008-07-23 19:49 正牌风哥 阅读(132) 评论(0) 推荐(0)
摘要:--死鎖 /********************************************************************************************************************** 死鎖指兩個以上事務相互阻塞相互等待對方釋放它們的... 阅读全文
posted @ 2008-07-21 20:04 正牌风哥 阅读(100) 评论(0) 推荐(0)
摘要:use Master go if object_id('SP_SQL') is not null drop proc SP_SQL go /******************************************************************************... 阅读全文
posted @ 2008-07-21 18:34 正牌风哥 阅读(399) 评论(0) 推荐(0)
摘要:--阻塞 /*********************************************************************************************************************** 阻塞:其中一个事务阻塞,其它事务等... 阅读全文
posted @ 2008-07-21 01:21 正牌风哥 阅读(110) 评论(0) 推荐(0)
摘要:1、提示加載服務("安装程序配置服务器失败")出錯時,通常是由於注冊表信息或安裝文件夾SQL文件沒有完全刪除造成的 A、刪除注冊表(XP系統為例) Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE/SOFTWARE/Mic... 阅读全文
posted @ 2008-07-04 13:33 正牌风哥 阅读(133) 评论(0) 推荐(0)