自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (10)
  • 收藏
  • 关注

翻译 奇怪!但的确是真的:关于以sp_开头的表

文章讨论了在SQL Server中以sp_开头命名的表的有趣现象。

2010-09-27 19:06:00 1315

原创 尽可能避免在where条件或者join时的on条件中使用case函数(T-SQL)

尽可能避免在where条件或者join时的on条件中使用case函数

2010-09-26 14:07:00 3987

原创 一道要求按比例更新数据问题的解答

QA要求帮忙将样例表中的数据按比例更新:例如,要求按如下规则更新某列50%的数据,更新为A25%的数据,更新为B20%的数据,更新为C5%的数据, 更新为D

2010-09-25 13:59:00 841

原创 在自增字段上建索引时不要设置小于100的填充因子

<br />由于自增字段一般不会进行update操作而insert时新行只可能插入到记录的最后,所以设置小于100的填充因子只会浪费更多的索引空间而降低性能。<br /> <br />A nonzero fill factor other than 0 or 100 can be good for performance if the new data is evenly distributed throughout the table. However, if all the data is added

2010-09-19 20:31:00 1009

翻译 SQL Server 2008 XML优化技巧

SQL Server 2008 XML优化技巧

2010-09-19 13:19:00 1117

转载 使用VS2010管理数据库项目

文章讲述使用VS2010向导创建数据库设置或者更改数据库配置选项,以及通过VS2010导出数据库结构和发布数据库项目等。

2010-09-03 11:20:00 3376

翻译 9大步骤解决SQL Server故障

Step 1: Gathering the Facts 搜集故障信息Step 2: Test in Different environments and Machines 在不同的环境和机器上进行复测Step 3: Review the SQL Server Error Log 查看SQL Server错误日志Step 4: Review the Event Log 查看操作系统系统日志Step 5: Review the Default Trace 查看SQL Server缺省跟踪信息

2010-09-03 10:57:00 940

关于SQL注入的资料-3

关于SQL注入的资料-3,讲解常见的sql注入攻击及其防范

2009-05-08

关于SQL注入的资料-2

关于SQL注入的资料-2,讲述sql注入高级技巧

2009-05-08

关于SQL注入的资料-1

关于SQL注入的资料-1,讲述如何通过sql注入操纵SQL Server

2009-05-08

一个Windows界面的TableDiff表比较工具

一个Windows界面的TableDiff表比较工具,可比较表记录差异

2009-04-16

SQL Server DBA best practice

SQL Server DBA best practice by EMC2

2009-04-14

SQL Server 执行计划详解

SQL Server 2005 执行计划详解

2009-04-10

戏说面向对象程序设计C#版.pdf

戏说面向对象程序设计C#版,语言幽默风趣很适合初学者入门面向对象编程。

2009-04-03

SQL Server2005微软认证教材

MCTS Self-Paced Training Kit (Exam 70-431) - Microsoft SQL Server 2005 Implementation and Maintenance

2009-04-03

C# 多线程编程 详解

This book provides an introduction to writing concurrent programs with “threads”. A threads facility allows you to write programs with multiple simultaneous points of execution, synchronizing through shared memory. The paper describes the basic thread and synchronization primitives, then for each primitive provides a tutorial on how to use it. The tutorial sections provide advice on the best ways to use the primitives, give warnings about what can go wrong and offer hints about how to avoid these pitfalls. The paper is aimed at experienced programmers who want to acquire practical expertise in writing concurrent programs. The programming language used is C#, but most of the tutorial applies equally well to other languages with thread support, such as Java.

2009-04-03

C# 技术面试 宝典

C# 技术面试 宝典 What methods are fired during the page load? Init () When the page is instantiated, Load() - when the page is loaded into server memory,PreRender () - the brief moment before the page is displayed to the user as HTML, Unload() - when page finishes loading.

2009-04-03

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除