05 2010 档案
摘要:Thread was being aborted. at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at ViewReport.Page_Load(Object sender, EventArg...
阅读全文
摘要:select * from sys.database_principalsselect * from sys.schemas select * from sys.server_principals
阅读全文
摘要:In SQL Server 2005, the security model is divided into three areas namely authentication, authorization, and encryption.Authentication is the process of identifying the logon information of a user w...
阅读全文
摘要:a.aspx<asp:RadioButtonList ID="Test1" runat="server"><asp:ListItem Value="1">test</asp:ListItem><asp:ListItem Value="2">tttt</asp:ListItem></asp:RadioButtonList> &l...
阅读全文
摘要:1, 删除缓存:checkpointsql 语句dbcc dropcleanbuffers2,显示执行计划set showplan_text on;slq 语句set showplan_text off;
阅读全文
摘要:内容摘自: http://zznj1123.javaeye.com/blog/341131Microsoft SQL Server 2005 提供了一些工具来监控数据库。方法之一是动态管理视图。动态管理视图 (DMV) 和动态管理函数 (DMF) 返回的服务器状态信息可用于监控服务器实例的运行状况、诊断问题和优化性能。 常规服务器动态管理对象包括: dm_db_*:数据库和数据库对象 dm_...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--declare@bldecimal(10,6),@strchar(20),@Tchar(20),@str2char(20),@str3char(20),@zx1intset@bl=1110.37200...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--CREATEFUNCTION[dbo].[FunIsInteger](@strsvarchar(50))RETURNSbitASBEGINdeclare@rbbitifpatindex('%-%',@...
阅读全文
摘要:今天我们的程序发现提示这个错误: 查了相关资料最终弄明白怎么回事:ASP.NET 2.0中增加了一个功能叫做事件验证.当使用javascript修改DropDownList, ListBox 的值时,会出现此错误提示。1,禁用事件验证web.config: <system.web> < pages enableEventValidation = " false " /&...
阅读全文
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--functionFunNode(obj){varobjNode=document.getElementById("NodeID");if(objNode!=null){if(obj.checked){...
阅读全文