<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Mssql</title>
<link>http://www.cccto.com/a/shujuku/Mssql/</link>
<description>数据库 / Mssql</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2010 CCCTO. 虫虫技术在线 版权所有]]></generator>
<webmaster>dragonox@vip.sina.com</webmaster>
<item>
    <title><![CDATA[SQL查询结果集对注入的影响及利用]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/149.html</link>
    <description><![CDATA[对于注入而言，错误提示是极其重要。所谓错误提示是指和正确页面不同的结果反馈，高手是很重视这个一点的，这对于注入点的精准判断至关重要。本问讨论下关于几类错误和他产生]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[sql语句中插入数据的三种常用方法简介]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/148.html</link>
    <description><![CDATA[我们在插入数据到数据库中的时候，常用的语句如下： INSERT INTO table1(id, name, address) VALUES(1, ygl, 'beijing')适用于T-sql和PL/SQL； SELECT id, name, address INTO table2 FROM table1自动创建table2，T-sql用法]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL SERVER数据库使用技巧 - 跨库查询]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/147.html</link>
    <description><![CDATA[SQL Server中内置了数据库跨库查询功能，下面简要介绍一下SQL Server跨库查询。 首先打开数据源码：OPENDATASOURCE 不使用链接的服务器名，而提供特殊的连接信息，并将其作为四部分对象名]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL数据库开发基础 代码生成器的组成]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/146.html</link>
    <description><![CDATA[代码生成器包括以下几个方面： 1 SQL语句生成。自动生成SQL语句的CRUD脚本代码，还有喜欢用存储过程的，也要生成存储过程 2 类生成器。 对照数据库的表，生成实体类，数据访问类，]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[高实用性命令高效优化SQL Server DBCC]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/144.html</link>
    <description><![CDATA[本文主要介绍了一些特别有用但文档中没有介绍的SQL Server DBCC命令，可以在优化 SQL Server时使用。 ◆1.DBCC CacheStats：显示存在于当前 buffer Cache 中的对象的信息，例如 ：hit rates，编译的]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL语句字符串处理大全]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/56.html</link>
    <description><![CDATA[常用的字符串函数有： 一、字符转换函数 1、ASCII() 返回字符表达式最左端字符的ASCII 码值。在ASCII()函数中，纯数字的字符串可不用括起来，但含其它字符的字符串必须用括起来使用，]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL Server查询效率优化]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/55.html</link>
    <description><![CDATA[查询效率分析： 子查询为确保消除重复值，必须为外部查询的每个结果都处理嵌套查询。在这种情况下可以考虑用联接查询来取代。 如果要用子查询，那就用EXISTS替代IN、用NOT EXISTS替]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[SQL Server索引的使用和优化]]></title>
    <link>http://www.cccto.com/a/shujuku/Mssql/2010/0218/54.html</link>
    <description><![CDATA[在应用系统中,尤其在联机事务处理系统中,对数据查询及处理速度已成为衡量应用系统成败的标准。而采用索引来加快数据处理速度也成为广大数据库用户所接受的优化方法。 在良好的]]></description>
    <pubDate>2010-02-18</pubDate>
    <category>Mssql</category>
    <author>admin</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

