Rickie Lee's blog

Welcome to my blog. I'm mainly involved in .Net platform and corresponding technologies. Thanks.

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  383 随笔 :: 3 文章 :: 1270 评论 :: 129 引用

4.SQLServer技术

This category contains the articles regarding Microsoft SQL Server technologies, such as how to imporve application performance and many tips.
posted @ 2008-02-22 10:12 Rickie 阅读(590) | 评论 (0)  编辑

posted @ 2006-07-04 10:54 Rickie 阅读(661) | 评论 (1)  编辑

posted @ 2006-05-19 15:23 Rickie 阅读(478) | 评论 (0)  编辑

     摘要: SQL Server Agent Job Fails When the Job Uses a Linked Server and the Job Owner Is Not a System Administrator.  阅读全文
posted @ 2005-02-22 08:25 Rickie 阅读(623) | 评论 (0)  编辑

     摘要: 为了提供SQL Server的查询性能,解决用户提出的查询响应实际太长的问题,通过使用DBCC DBREINDEX重建索引提高SQL Server性能。  阅读全文
posted @ 2005-01-12 12:11 Rickie 阅读(2635) | 评论 (3)  编辑

     摘要: 通过SQL Server Enterprise Manager来修改table结构时,出现如下异常:ODBC error: [Microsoft][ODBC SQL Server Driver]Invalid cursor state   阅读全文
posted @ 2004-11-26 17:00 Rickie 阅读(2573) | 评论 (5)  编辑

     摘要: 提出关于ADO.Net连接池(Connection Pool)的一些个人见解,包括Connection Pool的一些基本知识和Connection Pool在不同情况的测试情况及其分析。   阅读全文
posted @ 2004-10-02 06:00 Rickie 阅读(18582) | 评论 (32)  编辑

     摘要: Best Practices Analyzer Tool for Microsoft SQL Server 2000是Microsoft SQL Server开发团队开发的一个数据库管理工具,可以让你检测设计的数据库是否遵循SQL Server操作和管理的最佳实践准则。这些准则公认有助于提高数据库的性能和效率,并让应用程序易于维护。  阅读全文
posted @ 2004-09-24 06:14 Rickie 阅读(5118) | 评论 (5)  编辑

     摘要: 本文节选自MSDN的文章《五种提高 SQL 性能的方法》(Five Ways to Rev up Your SQL Performance),提出如何提高基于SQL Server应用程序的运行效率,非常值得推荐。对一些Traffic很高的应用系统而言,如何提高和改进SQL指令,是非常重要的,也是一个很好的突破点。  阅读全文
posted @ 2004-09-06 07:58 Rickie 阅读(2081) | 评论 (1)  编辑

     摘要: 为了避免意外丢失/损坏辛苦创建的Stored Procedures,或者想恢复到以前版本的Stored Procedures,这样提供了一个有效方法,可以自动将指定数据库中的Stored Procedures进行备份。  阅读全文
posted @ 2004-09-01 10:09 Rickie 阅读(1792) | 评论 (0)  编辑

     摘要: When you write stored procedures (especially for a business or academic project), you never know who will eventually have to alter the code. This top section is useful for comments about the stored procedure, a change log, and other pertinent information. While this is not required, it is just a good programming habit.  阅读全文
posted @ 2004-08-28 02:26 Rickie 阅读(571) | 评论 (0)  编辑

     摘要: 将SQL Server数据表驻留内存是SQL Server提供的一项功能,在一般小型系统的开发过程中估计很少会涉及到。这里整理了相关文档资料,演示如何把SQL Server中一个表的所有数据都放入内存中,实现内存数据库,提高实时性。  阅读全文
posted @ 2004-08-28 01:26 Rickie 阅读(1633) | 评论 (0)  编辑

     摘要: Learn 10 useful tips and tricks that help boost SQL Server application performance—and streamline development and deployment as well. 学习10个有用的技巧来提高SQL Server应用程序的运行效率,简化开发和部署。  阅读全文
posted @ 2004-08-17 06:32 Rickie 阅读(1138) | 评论 (0)  编辑

     摘要: Learn 10 useful tips and tricks that help boost SQL Server application performance—and streamline development and deployment as well. 学习10个有用的技巧来提高SQL Server应用程序的运行效率,简化开发和部署。  阅读全文
posted @ 2004-08-17 06:28 Rickie 阅读(1289) | 评论 (0)  编辑

     摘要: This posting will show you some script tips about MS SQL Server, such as Waitfor, SQL Debugging, EXECUTE, SP_ExecuteSQL and SP_HelpText.   阅读全文
posted @ 2004-08-07 01:22 Rickie 阅读(1080) | 评论 (1)  编辑

Full 4.SQLServer技术 Archive