随笔分类 -  SqlServer

摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Data.Common; 6 using System.Data; ... 阅读全文
posted @ 2015-12-02 08:25 尹庆超 阅读(267) 评论(0) 推荐(0)
摘要:原文: http://www.cnblogs.com/AK2012/archive/2013/01/04/2844283.html SQL索引一步到位(此文章为“数据库性能优化二:数据库表优化”附属文章之一) SQL索引在数据库优化中占有一个非常大的比例,一个好的索引的设计,可以让你的效率提高几... 阅读全文
posted @ 2015-11-02 16:45 尹庆超 阅读(177) 评论(0) 推荐(0)
摘要:原文:http://blog.itpub.net/13651903/viewspace-1082730/一、事务简介SQL Server的6个隔离级别中有5个是用于隔离事务的,它们因而被称作事务隔离级别。另外的一个工作于语句级别。我们先从什么是事务开始吧!让我们再次回到ATM机的例子。你打算在2个账... 阅读全文
posted @ 2015-10-30 14:04 尹庆超 阅读(257) 评论(0) 推荐(0)
摘要:SELECT [Spid] = session_Id ,ecid ,[Database] = DB_NAME(sp.dbid) ,[User] = nt_username ,[Status] = er.STATUS ,[Wait] = wait_type ,[In... 阅读全文
posted @ 2015-10-23 11:13 尹庆超 阅读(2518) 评论(0) 推荐(0)
摘要:http://www.sql-server-performance.com/2011/security-ssrs-reporting-error/SQL Server Reporting Services – Insufficient Rights ErrorBYFRANCO LOPESIntrod... 阅读全文
posted @ 2015-07-26 11:27 尹庆超 阅读(300) 评论(0) 推荐(0)
摘要:原文 http://www.cnblogs.com/xuanye/archive/2009/11/08/Xuanye_jQuery_FlexiGrid_Demo.html/****** 对象: StoredProcedure [dbo].[PAGESELECT] 脚本日期: 05/19/2010 10:34:11 ******/SET ANSI_NULLS ONGOSET QUOTED_IDEN... 阅读全文
posted @ 2010-05-19 13:30 尹庆超 阅读(177) 评论(0) 推荐(0)