<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_简单</title><subtitle type="text">专注数据库技术，设计、应用、SQL技巧、各种优化方案探讨。</subtitle><id>http://feed.cnblogs.com/blog/u/14863/rss</id><updated>2009-03-20T08:58:13Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14863/rss"/><entry><id>http://www.cnblogs.com/drc/archive/2009/03/20/1417820.html</id><title type="text">破解MSSQL的SA密码</title><summary type="text">代码演示暴力破解MSSQL的帐号和密码，包括管理员帐号sa的密码。</summary><published>2009-03-20T08:34:00Z</published><updated>2009-03-20T08:34:00Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drc/archive/2009/03/20/1417820.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/archive/2009/03/20/1417820.html"/></entry><entry><id>http://www.cnblogs.com/drc/archive/2009/02/01/1382052.html</id><title type="text">所有的业务系统都是在做数据的维护和读取</title><summary type="text">数据库管理系统开发工作近8年，总结我的90%的工作内容都只有四个SQL语句：Select,Insert,Update,Delete。Select用的最多，因为所有的数据及各种统计分析报表最终目的是要人或程序来读取的。</summary><published>2009-02-01T09:31:00Z</published><updated>2009-02-01T09:31:00Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drc/archive/2009/02/01/1382052.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/archive/2009/02/01/1382052.html"/></entry><entry><id>http://www.cnblogs.com/drc/archive/2008/05/21/1204237.html</id><title type="text">发现一个SQLSERVER数据库的编绎解析问题</title><summary type="text">今天捧读SQLSERVER圣经联机帮助，设计SQL SERVER 2000复制时出现下面的问题，最后得出结论是SQL数据库引擎不能正确的解析或者说不是时候的解析。</summary><published>2008-05-21T09:48:00Z</published><updated>2008-05-21T09:48:00Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drc/archive/2008/05/21/1204237.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/archive/2008/05/21/1204237.html"/></entry><entry><id>http://www.cnblogs.com/drc/archive/2008/05/05/1183456.html</id><title type="text">解决ORA-04091行触发器中访问变异表的难题</title><summary type="text">核心思路就是：在第一次插入时保存值到包变量中，第二次插入时不再读取表本身，转而读取包变量，可以成功解决这类难题。&#xD;&#xD;在工作中，需要为各个BOM的每个ITEM依次自动编号，不同BOM的ITEM的SEQ_NUMBER列都要 按1.2.3…自动生成序号。</summary><published>2008-05-05T07:26:00Z</published><updated>2008-05-05T07:26:00Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drc/archive/2008/05/05/1183456.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/archive/2008/05/05/1183456.html"/></entry><entry><id>http://www.cnblogs.com/drc/archive/2008/01/10/1033708.html</id><title type="text">发现MSSQL导入数据时标识列存在的问题，已解决！</title><summary type="text">&#xD;(2008/1/11已更新，附上解决方案，可以自动修复标识列的编码规则）&#xD;最近在合并异地SQL数据的时候，发现MSSQL的标识列在合并数据时，可以启用标识插入也可以不启用标识插入，两种方法都可能存在一些潜在的问题，最严重的是导入操作改变了目的表的标识列编号规则。&#xD;&#xD;</summary><published>2008-01-10T07:12:00Z</published><updated>2008-01-10T07:12:00Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drc/archive/2008/01/10/1033708.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/archive/2008/01/10/1033708.html"/></entry><entry><id>http://www.cnblogs.com/drc/archive/2007/11/29/977189.html</id><title type="text">简单统计SQLSERVER用户数据表大小(包括记录总数和空间占用情况)</title><summary type="text">&#xD;在SQLSERVER，简单的组合sp_spaceused和sp_MSforeachtable这两个存储过程，可以方便的统计出用户数据表的大小，包括记录总数和空间占用情况，非常实用，在SqlServer2K和SqlServer2005中都测试通过。&#xD;</summary><published>2007-11-29T09:13:00Z</published><updated>2007-11-29T09:13:00Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drc/archive/2007/11/29/977189.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/archive/2007/11/29/977189.html"/></entry><entry><id>http://www.cnblogs.com/drc/archive/2007/11/09/954123.html</id><title type="text">简单的3个SQL视图搞定所有SqlServer数据库字典</title><summary type="text">&#xD;(2007-11-29更新）网上有很多SQL SERVER数据库字典的SQL语句，七零八落，我在工作整理了一下思路，总结SQL代码如下。数据库字典包括表结构(分2K和2005）、索引和主键.外键.约束.视图.函数.存储过程.触发器.规则。可以在企业管理器、查询分析器中简单执行，直接了当的查出SQL2K及SQL2005的所有数据字典，方便文档的编写，希望对大家有帮助。</summary><published>2007-11-09T03:13:00Z</published><updated>2007-11-09T03:13:00Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drc/archive/2007/11/09/954123.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/archive/2007/11/09/954123.html"/></entry><entry><id>http://www.cnblogs.com/drc/archive/2007/10/23/934294.html</id><title type="text">一条语句简单解决“每个Y的最新X”的SQL经典问题</title><summary type="text">&#xD;“每个Y的最新X”是一个经典的SQL问题，工作中经常碰到。当然不是“按Y分组求最新的X值”那么简单，要求最新X的那条记录或主键ID。用一条SQL语句可以简单的解决此问题。&#xD;</summary><published>2007-10-23T04:18:00Z</published><updated>2007-10-23T04:18:00Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drc/archive/2007/10/23/934294.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/archive/2007/10/23/934294.html"/></entry><entry><id>http://www.cnblogs.com/drc/archive/2007/10/12/922295.html</id><title type="text">配置Integration Services服务来解决：无法为此请求检索数据。(Microsoft.SqlServer.SmoEnum)</title><summary type="text">&#xD;Integration Services展开时出现错误：无法为此请求检索数据。(Microsoft.SqlServer.SmoEnum)&#xD;解决办法：可以通过修改配置文件来解决该问题：&#xD;</summary><published>2007-10-12T07:01:00Z</published><updated>2007-10-12T07:01:00Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drc/archive/2007/10/12/922295.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/archive/2007/10/12/922295.html"/></entry><entry><id>http://www.cnblogs.com/drc/archive/2007/08/15/856672.html</id><title type="text">Oracle Data Convertion 简单方法</title><summary type="text">&#xD;Oracle EBS各模块之间及与处部系统之间的数据转换和传递都是经过Interface表来完成的，上线前需要做Data Convertion工作，比起常规的API、DataLoad等方式，用“PL/SQL Developer”的文本导入器功能来实现更简单。&#xD;</summary><published>2007-08-15T06:14:00Z</published><updated>2007-08-15T06:14:00Z</updated><author><name>简单</name><uri>http://www.cnblogs.com/drc/</uri></author><link rel="alternate" href="http://www.cnblogs.com/drc/archive/2007/08/15/856672.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/drc/archive/2007/08/15/856672.html"/></entry></feed>
