<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>曾登高 - SQLServer</title><link>http://blog.csdn.net/zdg/category/272810.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 08 Jan 2008 00:15:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>曾登高</dc:creator><title>SQL Tips：兼顾检索速度和精确性</title><link>http://blog.csdn.net/zdg/archive/2007/01/17/1486061.aspx</link><pubDate>Wed, 17 Jan 2007 20:49:00 GMT</pubDate><guid>http://blog.csdn.net/zdg/archive/2007/01/17/1486061.aspx</guid><wfw:comment>http://blog.csdn.net/zdg/comments/1486061.aspx</wfw:comment><comments>http://blog.csdn.net/zdg/archive/2007/01/17/1486061.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zdg/comments/commentRss/1486061.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1486061</trackback:ping><description>最近碰到一个问题，需要精确查询某个关键词所在的位置，比如开头处、结尾处出现固定的串。而在使用CONTAINS的时候，SQL其实已经进行了分词，查询的结果没法限定为固定的位置，更不知道如何限定SQL不进行分词(即精确查询而非模糊查询)。怎么办呢？&lt;img src ="http://blog.csdn.net/zdg/aggbug/1486061.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>曾登高</dc:creator><title>SQL Tips：大数据量下的数据库日期操作问题</title><link>http://blog.csdn.net/zdg/archive/2006/02/14/599057.aspx</link><pubDate>Tue, 14 Feb 2006 22:29:00 GMT</pubDate><guid>http://blog.csdn.net/zdg/archive/2006/02/14/599057.aspx</guid><wfw:comment>http://blog.csdn.net/zdg/comments/599057.aspx</wfw:comment><comments>http://blog.csdn.net/zdg/archive/2006/02/14/599057.aspx#Feedback</comments><slash:comments>261</slash:comments><wfw:commentRss>http://blog.csdn.net/zdg/comments/commentRss/599057.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=599057</trackback:ping><description>只要对newsID,newsRead,newsTime都有索引，用查询分析器分析成本发现成本非常小，在newstable数据量小的情况下，访问速度非常快。可是最近发现，当newstable到达200万条记录的时候，这条看似简单的语句执行居然要1分钟以上&lt;img src ="http://blog.csdn.net/zdg/aggbug/599057.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>