<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Mssql</title>
<link>/edu/sjk/mssql/index.html</link>
<description>站长学院 / 数据库 / Mssql</description>
<language>zh-cn</language>
<generator>Copyright &amp;#169; 2007 - 2008 www.Czz5.com All Rights Reserved&lt;br/&gt;
投稿信箱:c-xiumu@163.com 责任主编QQ:123000117 咨询热线:0416-7500341&lt;br/&gt;</generator>
<webmaster>c-xiumu@163.com</webmaster>
<item>
    <title>SQL Server数据库导入导出数据方式比较</title>
    <link>http://czz5.com/edu/sjk/mssql/20080911/6072.html</link>
    <description>在我们建立一个数据库时，并且想将分散在各处的不同类型的数据库分类汇总在这个新建的数据库中时，尤其是在进行数据检验、净化和转换时，将会面临很大的挑战。幸好SQL Server为我们提供了强大</description>
    <pubDate>2008-09-11</pubDate>
    <category>Mssql</category>
    <author>杨延成的博客 </author>
</item>
<item>
    <title>SSMS工具在SQL Server2008中的改进总览</title>
    <link>http://czz5.com/edu/sjk/mssql/20080830/5781.html</link>
    <description>SQL Server 2008已经发布很多天了，今天来总结一下我们最常用的工具SSMS在SQL 2008中的一些改进： 1.在注册的服务器组中一次SQL查询可以针对多个服务器执行。 首先是要在已注册的服务器中创建组</description>
    <pubDate>2008-08-30</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>优化SQLServer数据库服务器内存配置的策略</title>
    <link>http://czz5.com/edu/sjk/mssql/20080827/5704.html</link>
    <description>农业银行总行1998年以来正式推广了新版网络版综合业务统计信息系统，该系统是基于WindowsNT4.0平台，采用客户／服务器模式，以Microsoft SQL Server为基础建立起来的大型数据库应用程序，系统界</description>
    <pubDate>2008-08-27</pubDate>
    <category>Mssql</category>
    <author>秩名</author>
</item>
<item>
    <title>选择是否恢复整个SQL Server的方法介绍</title>
    <link>http://czz5.com/edu/sjk/mssql/20080827/5703.html</link>
    <description>这有一个具体例子：如果你有一个单个的出现问题的文件。这个文件有50MB大小，而你的整个数据库运行着大约有几十亿的字节，这样的话如果能恢复单个失败文件的话就显的非常有意义。这样的事情发生</description>
    <pubDate>2008-08-27</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>Microsoft SQL Server 2008 Express版本 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080827/5702.html</link>
    <description>具有高级服务的 Microsoft SQL Server 2008 Express (SQL Server 2008 Express) 是一种免费、易用的 SQL Server Express 版本,它包括图形管理工具,并提供了用于报表和基于文本的高级搜索的强大</description>
    <pubDate>2008-08-27</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>SQL Server 2005混合模式登录配置</title>
    <link>http://czz5.com/edu/sjk/mssql/20080825/5616.html</link>
    <description>在VS2005装完后，会自带SQL Server2005 express版，为了便于管理，还需要安装一个企业管理器，需要下载 Microsoft SQL Server Management Studio Express(下载名：SQLServer2005_SSMSEE.msi)。</description>
    <pubDate>2008-08-25</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>解决SQL Server不允许进行远程连接</title>
    <link>http://czz5.com/edu/sjk/mssql/20080825/5613.html</link>
    <description>刚刚安装的数据库系统，按照默认安装的话，很可能在进行远程连接时报错，通常是错误:在连接到 SQL Server 2005 时，在默认的设置下 SQL Server 不允许进行远程连接可能会导致此失败。 (provider</description>
    <pubDate>2008-08-25</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>SQL Server 2005的output子句用法</title>
    <link>http://czz5.com/edu/sjk/mssql/20080825/5612.html</link>
    <description>有些时候我们需要得到刚刚插入数据库中的条目id，用于相关系统的更改，在以前我是使用select+top 1+desc 这种笨方法实现的，在没有并发的时候，还说的过去，但用户一多的话，这种方法就不行了</description>
    <pubDate>2008-08-25</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>SQL Server 2005 Express混合模式登录设置 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080819/5513.html</link>
    <description>在VS2005装完后，会自带SQL Server2005 express版，为了便于管理，还需要安装一个企业管理器，需要下载 Microsoft SQL Server Management Studio Express(下载名：SQLServer2005_SSMSEE.msi)。</description>
    <pubDate>2008-08-19</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>SQL Server COALESCE()函数的创新应用</title>
    <link>http://czz5.com/edu/sjk/mssql/20080819/5512.html</link>
    <description>COALESCE()函数可以接受一系列的值，如果列表中所有项都为空（null），那么只使用一个值。然后，它将返回第一个非空值。这一技巧描述了创造性使用SQL Server 中COALESCE()函数的两种方法。 这里</description>
    <pubDate>2008-08-19</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>教你配置一个安全稳定的SQL Server数据库</title>
    <link>http://czz5.com/edu/sjk/mssql/20080818/5476.html</link>
    <description>一、首先你要确认你的鉴别模式： WIN NT鉴别模式呢还是混合模式，其中混合模式包括WIN NT鉴别模式和SQL SERVER 鉴别模式实施鉴别模式的步骤 1、核实采用了可信连接 2、设置鉴别模式 3、关闭和</description>
    <pubDate>2008-08-18</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>SQL Server数据库内存会不断增加的问题分析 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080818/5475.html</link>
    <description>SQL Server内存会不断增加 当 SQL Server 数据库引擎在 Microsoft Windows NT 或 Windows 2000 上运行时，其默认内存管理行为并不是获取特定的内存量，而是在不产生多余换页 I/O 的情况下获取</description>
    <pubDate>2008-08-18</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>轻松备份sql数据库的文件到本地</title>
    <link>http://czz5.com/edu/sjk/mssql/20080818/5474.html</link>
    <description>response.Charset = utf-8 Session.Codepage = 65001 Response.Buffer=true Response.Clear '根据你的情况修改用户名和密码 constr=Provider=SQLOLEDB.1;Persist Security Info=True;User ID=e</description>
    <pubDate>2008-08-18</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>根据一定原则自动生成序列号的具体示例 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080818/5473.html</link>
    <description>◆1、生产收货时，在数量处按CTRL+TAB，在序列号录入处按ShiFT+F2,能自动生成序列号； ◆2、生成原则如下：0703MG51T-09-S05-1200#001，其中0703为年月代码，MG51T-09-S05-1200为物料号，#号为</description>
    <pubDate>2008-08-18</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>利用索引提高SQL Server数据处理的效率 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080818/5472.html</link>
    <description>在良好的数据库设计基础上，能有效地使用索引是SQL Server取得高性能的基础，SQL Server采用基于代价的优化模型，它对每一个提交的有关表的查询，决定是否使用索引或用哪一个索引。因为查询执行</description>
    <pubDate>2008-08-18</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>SQL Server注入经验和技巧</title>
    <link>http://czz5.com/edu/sjk/mssql/20080811/5269.html</link>
    <description>如果网站只开了80端口，你会发现下面的方法是比较有用的，其中用的方法几乎都不是我发现的，本文总包括一些注入时的个人经验和技巧方法可以说有4种(现在已知的) 第一种方法: 这个是怪异的SQL注</description>
    <pubDate>2008-08-11</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>SQL Server对上亿表的排序和join的问题解决 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080811/5267.html</link>
    <description>对上亿的表进行排序或者上亿的表之间进行join，会导致系统失去响应。 1.我确实做了一个很大的查询，涉及的数据表有两亿条记录，而且有一个group by操作，造成CPU、内存和磁盘开销均很大。后来</description>
    <pubDate>2008-08-11</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>Microsoft SQL Server 2000安装问题集合</title>
    <link>http://czz5.com/edu/sjk/mssql/20080801/5079.html</link>
    <description>1、先把SQL Server卸载（卸载不掉也没有关系，继续下面的操作） 2、把Microsoft SQL Server文件夹整个删掉。 3、运行注册表,删除如下项： HKEY_CURRENT_USERSoftwareMicrosoftMicrosoft SQL</description>
    <pubDate>2008-08-01</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>将指定日期所在月份的所有日期按照周次输出</title>
    <link>http://czz5.com/edu/sjk/mssql/20080801/5078.html</link>
    <description>具体示例如下： declare @i int-----------------------------计数器 declare @curWk int-------------------------指定日期在该年的周数 declare @fstWk int-------------------------每月一</description>
    <pubDate>2008-08-01</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>SQL查询效率：100w数据查询只需要1秒钟</title>
    <link>http://czz5.com/edu/sjk/mssql/20080728/4975.html</link>
    <description>机器情况： p4: 2.4 内存: 1 G os: windows 2003 数据库: SQL Server 2000 目的: 查询性能测试,比较两种查询的性能 SQL查询效率 step by step -- setp 1. -- 建表 create table t_userinfo ( u</description>
    <pubDate>2008-07-28</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>讲解SQL Server危险扩展存储删除和恢复 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080728/4974.html</link>
    <description>将有安全问题的SQL过程删除.比较全面.一切为了安全! 删除了调用shell，注册表，COM组件的破坏权限 MS SQL SERVER2000 使用系统帐户登陆查询分析器 运行以下脚本: use master exec sp_dropextend</description>
    <pubDate>2008-07-28</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>SQL Server 2000非域环境下数据库异机备份 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080728/4973.html</link>
    <description>问题： 一个客户的sql server 2k数据库想备份到另外一台服务器上，SQL Server 中可以将sql server及代理服务 的服务帐户设置为域用户，就可以在备份时将备份文件写入指定的网络路径下。但用户</description>
    <pubDate>2008-07-28</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>详解SQL Server日志的删除方法</title>
    <link>http://czz5.com/edu/sjk/mssql/20080728/4972.html</link>
    <description>1：分离数据库 企业管理器－＞服务器－＞数据库－＞右键－＞分离数据库 2：删除LOG文件 3：附加数据库 企业管理器－＞服务器－＞数据库－＞右键－＞附加数据库 此法生成新的LOG，大小只有520多</description>
    <pubDate>2008-07-28</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>MSSQL数据库不能手动创建新的连接</title>
    <link>http://czz5.com/edu/sjk/mssql/20080721/4816.html</link>
    <description>相信在使用MSSQL数据库下使用事务回滚方式操作多表记录的时候，会经常出现不能在手动或分布事务方式下创建新的连接的出错提示信息，这个问题也已困扰我多年。 这次在开发一个大型的商务平台的</description>
    <pubDate>2008-07-21</pubDate>
    <category>Mssql</category>
    <author>网络收集</author>
</item>
<item>
    <title>Sql Server的复制功能快速学习</title>
    <link>http://czz5.com/edu/sjk/mssql/20080721/4815.html</link>
    <description>有两个服务器，装了两个数据库，一个是主的，一个是备用的，下面的的功能就将主数据库的数据库，实时同步到备用数据库上，使他们的数据内容，基本上保持一致。 根据网络情况，可能达到10秒左右</description>
    <pubDate>2008-07-21</pubDate>
    <category>Mssql</category>
    <author>51windows.net</author>
</item>
<item>
    <title>另类解读SQL Server中的DateTime数据类型</title>
    <link>http://czz5.com/edu/sjk/mssql/20080716/4707.html</link>
    <description>看到这个标题，你我可能都笑了。你会笑，因为你以为这个东西太小儿科了，还用得着做一个标题？！我会笑，是因为我确信你看完后会改变你的想法。 首先我引入一个问题：如何与一个DateTime类型的</description>
    <pubDate>2008-07-16</pubDate>
    <category>Mssql</category>
    <author>秩名</author>
</item>
<item>
    <title>实例讲解实现SQL下的字符串拆分具体方法</title>
    <link>http://czz5.com/edu/sjk/mssql/20080715/4696.html</link>
    <description>因为工作的原因，开发过一个拆分字符串的SQL函数，现在把它贴出来，与大家共勉学习。 该函数如下： CREATE function [dbo].[StringSplit](@str nvarchar(max),@spliter nvarchar(10)) returns @</description>
    <pubDate>2008-07-15</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>详细介绍数据库设计中的英文术语表</title>
    <link>http://czz5.com/edu/sjk/mssql/20080715/4695.html</link>
    <description>Access method（访问方法）：此步骤包括从文件中存储和检索记录。 Alias（别名）：某属性的另一个名字。在SQL中，可以用别名替换表名。 Alternate keys（备用键，ER/关系模型）：在实体/表中没</description>
    <pubDate>2008-07-15</pubDate>
    <category>Mssql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>Microsoft SQL Server 2000触发器示例</title>
    <link>http://czz5.com/edu/sjk/mssql/20080710/4513.html</link>
    <description>Microsoft SQL Server 2000触发器参考示例： ==========================================--insert 触发器 create trigger tri_inserton studentfor insert as declare @student_id char(10)se</description>
    <pubDate>2008-07-10</pubDate>
    <category>Mssql</category>
    <author>秩名</author>
</item>
<item>
    <title>SQL查询中插入行号:实现自定义分页</title>
    <link>http://czz5.com/edu/sjk/mssql/20080710/4512.html</link>
    <description>如何在SQL中对行进行动态编号,加行号这个问题,在数据库查询中,是经典的问题。 方法整理如下： 代码基于pubs样板数据库 在SQL中,一般就这两种方法. 1.使用临时表 可以使用select into 创建临时表</description>
    <pubDate>2008-07-10</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>滥用触发器会造成数据库及应用程序维护困难</title>
    <link>http://czz5.com/edu/sjk/mssql/20080710/4511.html</link>
    <description>触发器功能强大，轻松可靠地实现许多复杂的功能，为什么又要慎用呢。 触发器本身没有过错，但由于我们的滥用会造成数据库及应用程序的维护困难。 在数据库操作中，我们可以通过关系、触发器、存</description>
    <pubDate>2008-07-10</pubDate>
    <category>Mssql</category>
    <author>秩名</author>
</item>
<item>
    <title>SQL Server数据库开发之触发器的实际应用</title>
    <link>http://czz5.com/edu/sjk/mssql/20080710/4510.html</link>
    <description>说明：由于个人能力有限，文章中难免会出现错误或遗漏的地方，敬请谅解！同时欢迎你指出，以便我能及时修改，以免误导下一个看官。最后希望本文能给你带来一定的帮助。 不知道在坛子里有多少朋</description>
    <pubDate>2008-07-10</pubDate>
    <category>Mssql</category>
    <author>网络收集</author>
</item>
<item>
    <title>如何利用触发器实现2个数据库间的同步</title>
    <link>http://czz5.com/edu/sjk/mssql/20080710/4509.html</link>
    <description>若对于同一数据库实例中的两个数据库进行同步则直接对数据库表创建Trigger。 SQL Server 2005的联机帮助： Trigger on an INSERT, UPDATE, or DELETE statement to a table or view (DML Trigg</description>
    <pubDate>2008-07-10</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>讲解Microsoft SQL Server的行式触发器 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080710/4508.html</link>
    <description>曾经以为SQL SERVER的触发器只能触发单行，也就是说如果一个delete触发器，如果同时删除多行时，只会对第一条记录触发，后来发现了不是人家SQL SERVER不支持，而是偶脑子笨没发现。 其实inserte</description>
    <pubDate>2008-07-10</pubDate>
    <category>Mssql</category>
    <author>网络收集</author>
</item>
<item>
    <title>探讨大型项目中的主要问题──数据库操作</title>
    <link>http://czz5.com/edu/sjk/mssql/20080710/4507.html</link>
    <description>在大型项目中，我想在困扰大家的主要问题为数据库的操作，本人就在项目中遇到了一些问题，在这里和大家交流下。 ◆1、 本人项目中有一个复杂视图，数据量在2千万以上，每次对这个视图进行操作</description>
    <pubDate>2008-07-10</pubDate>
    <category>Mssql</category>
    <author>网络收集</author>
</item>
<item>
    <title>SQL Server数据库连接查询的种类及其应用</title>
    <link>http://czz5.com/edu/sjk/mssql/20080709/4443.html</link>
    <description>在数据库开发方面，通过单表所表现的实现，有时候需要组合查询来找到我们需要的记录集，这时候我们就会用到连接查询。 连接查询主要包括以下几个方面： 内连接 内连接一般是我们最常使用的，也</description>
    <pubDate>2008-07-09</pubDate>
    <category>Mssql</category>
    <author>网络收集</author>
</item>
<item>
    <title>解数据库管理系统必须提供的基本服务</title>
    <link>http://czz5.com/edu/sjk/mssql/20080708/4386.html</link>
    <description>简单的说，一个数据库管理系统应该的提供的基本服务有两种： 1.数据访问。对每个数据库管理系，数据访问服务都包含一下几种 (1)插入--向数据库中添加新数据 (2)搜索--寻找特定的数据 (3)更新--</description>
    <pubDate>2008-07-08</pubDate>
    <category>Mssql</category>
    <author>网络收集</author>
</item>
<item>
    <title>迅速掌握一些很实用的&quot;SQL&quot;语句</title>
    <link>http://czz5.com/edu/sjk/mssql/20080704/4239.html</link>
    <description>一些很实用的SQL语句: ◆说明：复制表(只复制结构,源表名：a 新表名：b) SQL: select * into b from a where 11 ◆说明：拷贝表(拷贝数据,源表名：a 目标表名：b) SQL: insert into b(a, b, c)</description>
    <pubDate>2008-07-04</pubDate>
    <category>Mssql</category>
    <author>中国站长网</author>
</item>
<item>
    <title>很简单的SQL Server数据库存储过程分页</title>
    <link>http://czz5.com/edu/sjk/mssql/20080702/4132.html</link>
    <description>最简单的SQL Server数据库存储过程分页: 1.只需要提供Sql语句和每页的记录数,页数就可以了 2,速度超快哟,100W记录1~3秒就分出来了 3,对于存储过程特别好用 --//调用的方式 表 exec up_zbh_DivP</description>
    <pubDate>2008-07-02</pubDate>
    <category>Mssql</category>
    <author>网络收集</author>
</item>
<item>
    <title>讲解SQL Server2005数据项的分拆与合并</title>
    <link>http://czz5.com/edu/sjk/mssql/20080626/3944.html</link>
    <description>SQL Server2005数据项的分拆与合并: 参考示例如下： -- ============================================= -- Author: LzmTW -- Create date: 20080102 -- Description: 连接子字符串 -- @TableNa</description>
    <pubDate>2008-06-26</pubDate>
    <category>Mssql</category>
    <author>Victor</author>
</item>
<item>
    <title>用SQL语句完成SQL Server数据库的修复</title>
    <link>http://czz5.com/edu/sjk/mssql/20080626/3943.html</link>
    <description>使用数据库的过程中,由于断电或其他原因,有可能导致数据库出现一些小错误,比如检索某些表特别慢,查询不到符合条件的数据等。 出现这些情况的原因,往往是因为数据库有些损坏,或索引不完整。 在AC</description>
    <pubDate>2008-06-26</pubDate>
    <category>Mssql</category>
    <author>Lester</author>
</item>
<item>
    <title>SQL Server 2005中利用xml拆分字符串序列解答 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080625/3884.html</link>
    <description>问题： SQL Server 2005中如何利用xml拆分字符串序列？ 解答： 下文中介绍的方法比替换为select union all方法更为见效,并且不用考虑因为字符串过长而导致动态sql语句过长。 代码如下： DECLAR</description>
    <pubDate>2008-06-25</pubDate>
    <category>Mssql</category>
    <author>赛迪网 小乔</author>
</item>
<item>
    <title>实例讲解System.Data.DataTable计算功能</title>
    <link>http://czz5.com/edu/sjk/mssql/20080625/3883.html</link>
    <description>本文根据一个实例着重介绍了System.Data.DataTable的计算功能，相信这篇文章定能为大家的工作和学习有所辅益。 using System;using System.ComponentModel;using System.Data;using System.Wind</description>
    <pubDate>2008-06-25</pubDate>
    <category>Mssql</category>
    <author>赛迪网 罗丽娜</author>
</item>
<item>
    <title>SQL Server数据库动态交叉表的参考示例</title>
    <link>http://czz5.com/edu/sjk/mssql/20080625/3882.html</link>
    <description>SQL Server数据库动态交叉表的参考示例: --建立测试环境set nocount oncreate table test(model varchar(20),date int ,qty int)insert into test select 'a','8','10'insert into test select</description>
    <pubDate>2008-06-25</pubDate>
    <category>Mssql</category>
    <author>Alizze</author>
</item>
<item>
    <title>个人经验总结:SQL Server数据库的锁类型</title>
    <link>http://czz5.com/edu/sjk/mssql/20080625/3881.html</link>
    <description>1.HOLDLOCK: 在该表上保持共享锁，直到整个事务结束，而不是在语句执行完立即释放所添加的锁。 2．NOLOCK：不添加共享锁和排它锁，当这个选项生效后，可能读到未提交读的数据或脏数据，这个选</description>
    <pubDate>2008-06-25</pubDate>
    <category>Mssql</category>
    <author>Andy</author>
</item>
<item>
    <title>讲解SqlServer2005对现有数据进行分区具体步骤</title>
    <link>http://czz5.com/edu/sjk/mssql/20080624/3855.html</link>
    <description>RegMail是用来存放注册邮件的表,现以创建时间(CreateTime)字段来给表进行分区,具体步骤如下: --为分区创建存储文件 ALTER DATABASE Test ADD FILEGROUP RegMailFile2007 ALTER DATABASE Test A</description>
    <pubDate>2008-06-24</pubDate>
    <category>Mssql</category>
    <author>博客园 Sailor's </author>
</item>
<item>
    <title>讲解优化数据库时必须注意几点细节问题</title>
    <link>http://czz5.com/edu/sjk/mssql/20080619/3679.html</link>
    <description>在优化数据库时，我们可能没有用到以下这些细节的优点。下面是一些关于数据库性能的问题，仅供大家参考。 1. 假设你的数据库不需要存储特殊字符的能力，尤其是Unicode标准中规定的那些字符，你</description>
    <pubDate>2008-06-19</pubDate>
    <category>Mssql</category>
    <author>李美楠</author>
</item>
<item>
    <title>临时表在SQL Server和MySql中创建的方法</title>
    <link>http://czz5.com/edu/sjk/mssql/20080617/3622.html</link>
    <description>SQL Server创建临时表： 创建临时表 方法一： create table #临时表名(字段1 约束条件, 字段2 约束条件, .....) create table ##临时表名(字段1 约束条件, 字段2 约束条件, .....) 方法二： se</description>
    <pubDate>2008-06-17</pubDate>
    <category>Mssql</category>
    <author>csslong</author>
</item>
<item>
    <title>Microsoft SQL Server数据库SA权限个人总结</title>
    <link>http://czz5.com/edu/sjk/mssql/20080613/3452.html</link>
    <description>需要准备的工具： SQL Query Analyzer和SqlExec Sunx Version 第一部分： 去掉xp_cmdshell保护系统的具体分析： 语句如下： 1.去掉xp_cmdshell扩展过程的方法是使用如下语句： if exists (sele</description>
    <pubDate>2008-06-13</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>在SQL Server 2005数据库中更改数据架构 </title>
    <link>http://czz5.com/edu/sjk/mssql/20080612/3414.html</link>
    <description>在数据库testDB中存在架构A及用户A，现将testDB数据库所属的用户由A改为B，同时删除用户A；架构也由A改为B，删除架构A，操作如下： 1、创建用户B，再创建架构B； 2、将架构A的权限赋给用户B，取</description>
    <pubDate>2008-06-12</pubDate>
    <category>Mssql</category>
    <author>赛迪网 丽娜</author>
</item>
<item>
    <title>SQL Server 2005 ntext字段的REPLACE处理</title>
    <link>http://czz5.com/edu/sjk/mssql/20080612/3413.html</link>
    <description>SQL Server2005开发应用实例──ntext字段的REPLACE处理示例: --测试数据CREATE TABLE tb(col ntext)INSERT tb VALUES(REPLICATE( '0001,0002,0003,0004,0005,0006,0007,0008,0009,0100,' +'220</description>
    <pubDate>2008-06-12</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>删除备份和还原历史记录表</title>
    <link>http://czz5.com/edu/sjk/mssql/20080611/3344.html</link>
    <description>删除备份和还原历史记录表中所有早于 oldest_date 的备份集的项目。由于执行备份或还原操作时会在备份和还原历史记录表中添加行，sp_delete_backuphistory 可以用来减小 msdb 数据库中历史记录</description>
    <pubDate>2008-06-11</pubDate>
    <category>Mssql</category>
    <author>网页教学网</author>
</item>
<item>
    <title>深入解析SQL Server 2005噪声字词和辞典</title>
    <link>http://czz5.com/edu/sjk/mssql/20080611/3334.html</link>
    <description>【 中国站长网 － 站长学院 报道】 问题： 我听说全文搜索可以使用噪声字词来消除搜索过程中无意义的字词。我还听说全文搜索利用了辞典，但是不是很清楚实际是如何应用的。你可不可以详细介绍这</description>
    <pubDate>2008-06-11</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>Microsoft SQL Server事务日志的应用</title>
    <link>http://czz5.com/edu/sjk/mssql/20080611/3333.html</link>
    <description>【 中国站长网 － 站长学院 报道】我们知道，SQL Server事务日志主要是用来记录所有事务对数据库所做的修改，如果系统出现故障，它将成为最新数据的唯一来源。日志的操作常有以下几个应用： 一</description>
    <pubDate>2008-06-11</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>利用SQL Server复制功能实现数据同步更新</title>
    <link>http://czz5.com/edu/sjk/mssql/20080611/3332.html</link>
    <description>【 中国站长网 － 站长学院 报道】Microsoft SQL Server 2000复制的概念：在数据库之间对数据和数据库对象进行复制和分发并进行同步以确保其一致性的一组技术。 使用复制可以将数据分发到不同位</description>
    <pubDate>2008-06-11</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>用SQL语句生成带有小计合计的数据集脚本</title>
    <link>http://czz5.com/edu/sjk/mssql/20080611/3331.html</link>
    <description>【 中国站长网 － 站长学院 报道】 使用SQL语句生成带有小计合计的数据集: 测试用户: scott 测试用表: dept,emp ////////////////////////////////// //检索出需要进行统计的数据集 select dept</description>
    <pubDate>2008-06-11</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>讲解在SQL Server 2005数据库中更改数据架构</title>
    <link>http://czz5.com/edu/sjk/mssql/20080611/3330.html</link>
    <description>【 中国站长网 － 站长学院 报道】在数据库testDB中存在架构A及用户A，现将testDB数据库所属的用户由A改为B，同时删除用户A；架构也由A改为B，删除架构A，操作如下： 1、创建用户B，再创建架构B</description>
    <pubDate>2008-06-11</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>掌握MsSQL中的存储过程</title>
    <link>http://czz5.com/edu/sjk/mssql/20080610/3251.html</link>
    <description>在MS SQL中，为了安全，我们常常会删除一些SP，也就是存储过程，如下例 EXEC sp_dropextendedproc xp_cmdshell 如果要恢复它 EXEC sp_addextendedproc xp_cmdshell ,@dllname =xplog70.dll 而</description>
    <pubDate>2008-06-10</pubDate>
    <category>Mssql</category>
    <author>中国站长网</author>
</item>
<item>
    <title>个人经验总结:T-SQL中的经典技巧之一递归</title>
    <link>http://czz5.com/edu/sjk/mssql/20080606/3068.html</link>
    <description>我曾经担任过大学的老师。我在开始讲授子查询时，会让学生从Northwind数据库的employees表中，找到年龄最小的雇员。大多数的学生很轻松地给出了下面的解答。 SELECT * FROM employees WHERE Bi</description>
    <pubDate>2008-06-06</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>SQL中也可以用格式字符串定制日期转字符串</title>
    <link>http://czz5.com/edu/sjk/mssql/20080606/3067.html</link>
    <description>在C#中用惯了DateTime.ToString(yyyy-MM-dd),DateTime.ToString(MM/dd/yyyy)这种日期与字符串的转换方式，在SQL server中没得用，于是乎写了个FUNCTION，功能跟.net 中的DateTime.ToString(for</description>
    <pubDate>2008-06-06</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>SQL Server2008数据库引擎功能的重大更改</title>
    <link>http://czz5.com/edu/sjk/mssql/20080605/3021.html</link>
    <description>本主题介绍对 SQL Server 2008 中的数据库引擎所做的一些更改，这些更改可导致基于早期版本的SQL Server的应用程序无法继续使用。 公共语言运行时 (CLR) 功能:CLR 程序集 说明:将数据库升级到 S</description>
    <pubDate>2008-06-05</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>SQL Server数据库占用过多内存的处理方法</title>
    <link>http://czz5.com/edu/sjk/mssql/20080604/2949.html</link>
    <description>经常有网友会问，SQL Server占用了太多的内存，而且还会不断的增长；或者说已经设置了使用内存，可它没有用到那么多，这是怎么一回事儿呢？ 下面，我们来具体看以看SQL Server是怎样使用内存的</description>
    <pubDate>2008-06-04</pubDate>
    <category>Mssql</category>
    <author>赛迪网 蔷薇</author>
</item>
<item>
    <title>教你在SQL Server数据库中设计表和字段</title>
    <link>http://czz5.com/edu/sjk/mssql/20080602/2897.html</link>
    <description>1. 原始单据与实体之间的关系 可以是一对一、一对多、多对多的关系。在一般情况下，它们是一对一的关系：即一张原始单据对应且只对应一个实体。在特殊情况下，它们可能是一对多或多对一的关系</description>
    <pubDate>2008-06-02</pubDate>
    <category>Mssql</category>
    <author>赛迪网 Earl</author>
</item>
<item>
    <title>SQL Server事务日志意外增大的处理办法</title>
    <link>http://czz5.com/edu/sjk/mssql/20080602/2896.html</link>
    <description>事务日志文件Transaction Log File是用来记录数据库更新情况的文件，扩展名为ldf。 在 SQL Server 7.0 和 SQL Server 2000 中，如果设置了自动增长功能，事务日志文件将会自动扩展。 一般情况下</description>
    <pubDate>2008-06-02</pubDate>
    <category>Mssql</category>
    <author>赛迪网 Carl</author>
</item>
<item>
    <title>在SQL中为安装程序填加计数器注册表项值</title>
    <link>http://czz5.com/edu/sjk/mssql/20080602/2895.html</link>
    <description>在 SQL Server 安装开始前，Microsoft SQL Server 安装程序中的安装配置检查器 (SCC) 会验证计数器注册表项的值。如果 SCC 无法验证现有的注册表项，或 SCC 无法运行 lodctr.exe 系统程序，则 S</description>
    <pubDate>2008-06-02</pubDate>
    <category>Mssql</category>
    <author>赛迪网 Burgess</author>
</item>
<item>
    <title>教你在SQL Server数据库中拆分字符串函数</title>
    <link>http://czz5.com/edu/sjk/mssql/20080529/2720.html</link>
    <description>SQL Server数据库中拆分字符串函数的具体方法： CREATE FUNCTION uf_StrSplit '1.1.2.50','.'(@origStr varchar(7000), --待拆分的字符串@markStr varchar(100)) --拆分标记，如','RETURNS @spl</description>
    <pubDate>2008-05-29</pubDate>
    <category>Mssql</category>
    <author>Alice</author>
</item>
<item>
    <title>根据版本的不同整理所有的绿色SQL Server</title>
    <link>http://czz5.com/edu/sjk/mssql/20080529/2719.html</link>
    <description>1. Sqlservr.exe 运行参数 Sql Server的启动可以为Windows服务方式（默认），也可以以应用程序方式启动。下面介绍sqlservr.exe以应用程序方式启动时的参数问题。 sqlservr 应用程序用法： sqls</description>
    <pubDate>2008-05-29</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>SQL Server 2005数据库中的Output子句</title>
    <link>http://czz5.com/edu/sjk/mssql/20080529/2718.html</link>
    <description>SQL Server 2005中的output子句，可以使你从修改语句（INSERT、UPDATE、DELETE）中将数据返回到表变量中。带结果的 DML 的有用方案包括清除和存档、消息处理应用程序以及其他方案。这一新的 OU</description>
    <pubDate>2008-05-29</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>详解SQL Server数据库中函数的使用方法</title>
    <link>http://czz5.com/edu/sjk/mssql/20080529/2717.html</link>
    <description>本文主要主要讲解了SQL Server数据库中函数的两种用法，具体内容请参考下文： ◆1. 由于update里不能用存储过程，并且由于根据更新表的某些字段还要进行计算。所以很多人采用的是游标的方法，在</description>
    <pubDate>2008-05-29</pubDate>
    <category>Mssql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>3个实用的SQL Server数据库字典SQL语句</title>
    <link>http://czz5.com/edu/sjk/mssql/20080529/2716.html</link>
    <description>本文主要介绍了三个实用的SQL Server数据库字典SQL语句，数据库字典主要包括表结构(分为SQL Server 2000和SQL Server 2005)、索引和主键. 外键.约束.视图.函数.存储过程.触发器。你可以在查询分</description>
    <pubDate>2008-05-29</pubDate>
    <category>Mssql</category>
    <author>Bradley</author>
</item>
<item>
    <title>关于SQL Server数据库备份和恢复特性介绍</title>
    <link>http://czz5.com/edu/sjk/mssql/20080526/2566.html</link>
    <description>SQL Server 2000中存在的许多的备份和恢复特性都同样保留在了SQL Server 2005中，但是有一些新的提高同样值得我们关注。 镜像备份 SQL Server 2005让你可以创建镜像备份。镜像备份允许你为备份</description>
    <pubDate>2008-05-26</pubDate>
    <category>Mssql</category>
    <author>黄明</author>
</item>
<item>
    <title>简单快速掌握一些异常精妙的&quot;SQL&quot;语句</title>
    <link>http://czz5.com/edu/sjk/mssql/20080522/2420.html</link>
    <description>【 中国站长网 － 站长学院 报道】精妙的SQL语句: ◆复制表(只复制结构,源表名：a 新表名：b) SQL: select * into b from a where 11 ◆拷贝表(拷贝数据,源表名：a 目标表名：b) SQL: insert in</description>
    <pubDate>2008-05-22</pubDate>
    <category>Mssql</category>
    <author>风从虎</author>
</item>
<item>
    <title>详解多进程多线程访问数据库</title>
    <link>http://czz5.com/edu/sjk/mssql/20080515/2143.html</link>
    <description>【 中国站长网 － 站长学院 报道】如何让多进程多线程访问数据库，而不会选择相同的数据，这在设计分布式程序的时候经常用到，多台机器的多个进程，每个进程都有多个线程，每个线程要从数据库里取数据来处理，要实现</description>
    <pubDate>2008-05-15</pubDate>
    <category>Mssql</category>
    <author>Andy</author>
</item>
<item>
    <title>教你快速掌握数据库设计的五种常见关系</title>
    <link>http://czz5.com/edu/sjk/mssql/20080509/1882.html</link>
    <description>【 中国站长网 － 站长学院 报道】数据库设计的5种常见关系（本文主要讲解多态关系结构）。 ◆1.配置关系 --和其他表无任何关系的表。 ◆2.一对多关系 ，一张表包含另外一个表的主键作为外键。 ◆3.多对多，需要2张</description>
    <pubDate>2008-05-09</pubDate>
    <category>Mssql</category>
    <author>Alice</author>
</item>
<item>
    <title>SQL Server 2005改进后的几个实用新特性</title>
    <link>http://czz5.com/edu/sjk/mssql/20080507/1837.html</link>
    <description>【 中国站长网 － 站长学院 报道】SQL Server 2005相对于SQL Server 2000做了很大的改进，许些新特性是非常实用的。本文中将通过几个具体示例进行详细的说明。（ 这些例子引用Northwind库） 1. TOP 表达式 SQL Serve</description>
    <pubDate>2008-05-07</pubDate>
    <category>Mssql</category>
    <author>Nick</author>
</item>

</channel>
</rss>
