<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>zjcxc(邹建)的Blog - SQL Server - 系统表应用</title><link>http://blog.csdn.net/zjcxc/category/125599.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 20 Apr 2008 05:50:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>邹建</dc:creator><title>实现删除主表数据时, 判断与之关联的外键表是否有数据引用, 有标志, 无则删除</title><link>http://blog.csdn.net/zjcxc/archive/2006/09/18/1236639.aspx</link><pubDate>Mon, 18 Sep 2006 11:30:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2006/09/18/1236639.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/1236639.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2006/09/18/1236639.aspx#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/1236639.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1236639</trackback:ping><description>某个基础信息表，与系统中30多个表存在外键关系，当删除基础数据时，需要判断是否已经被用过，如果用过则更改标志位，如果没有用过则直接删除，如何能很好实现这个处理？最好能够自动适应表的变化

&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/1236639.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>如何迁移数据库到另一个分区</title><link>http://blog.csdn.net/zjcxc/archive/2006/07/09/897024.aspx</link><pubDate>Sun, 09 Jul 2006 22:52:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2006/07/09/897024.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/897024.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2006/07/09/897024.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/897024.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=897024</trackback:ping><description>一台服务器，联了好几个阵列，其实可以看作不同的逻辑驱动器，就假设为c盘，d盘，e盘. sql server 2000 程序装在了c盘，数据装在了d盘, 现在阵列d需要撤走，需要把原来d盘的数据库文件挪到e盘上，数据库有100多个, 如何快速地实现这种迁移呢?&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/897024.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>在 SQL Server 2005 中查询表结构及索引</title><link>http://blog.csdn.net/zjcxc/archive/2005/08/24/463973.aspx</link><pubDate>Wed, 24 Aug 2005 14:19:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2005/08/24/463973.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/463973.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2005/08/24/463973.aspx#Feedback</comments><slash:comments>10</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/463973.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=463973</trackback:ping><description>SQL Server 2005 对系统表做了一些改动，并且建议使用 System View 进行需要的对象信息查询，本文通过查询 System View，在 SQL Server 2005 中实现表结构及索引信息的查询
&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/463973.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>计算查询结果的字节数</title><link>http://blog.csdn.net/zjcxc/archive/2005/06/04/387588.aspx</link><pubDate>Sat, 04 Jun 2005 14:48:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2005/06/04/387588.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/387588.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2005/06/04/387588.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/387588.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=387588</trackback:ping><description>从数据库中筛选出一部分记录并统计出这部分记录的总大小，用K或M表示&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/387588.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>在临时表的指定字段前面插入字段</title><link>http://blog.csdn.net/zjcxc/archive/2005/05/30/384528.aspx</link><pubDate>Mon, 30 May 2005 21:49:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2005/05/30/384528.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/384528.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2005/05/30/384528.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/384528.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=384528</trackback:ping><description>通过修改系统表,在临时表的指定字段前面插入字段&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/384528.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>查询重复记录</title><link>http://blog.csdn.net/zjcxc/archive/2004/04/22/20100.aspx</link><pubDate>Thu, 22 Apr 2004 14:31:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2004/04/22/20100.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/20100.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2004/04/22/20100.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/20100.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=20100</trackback:ping><description> 可以查询出表中那些数据是重复的,这里的重复,是指除主键外重复的记录
 如果表中有主键,请指定主键.
 如果表中有标识字段,而且标识字段无重复,请在调用时,将主键指定为标识字段
  如果标识字段重复,不能用此存储过程
&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/20100.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>修改自定义数据类型精度</title><link>http://blog.csdn.net/zjcxc/archive/2004/04/15/20103.aspx</link><pubDate>Thu, 15 Apr 2004 17:40:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2004/04/15/20103.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/20103.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2004/04/15/20103.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/20103.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=20103</trackback:ping><description>   自定义数据类型一旦被引用,就不能再修改和删除,如果要修改数据的精度,就非常麻烦,下面的示例演示了如何修改
&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/20103.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>搜索某个字符串在那个表的那个字段中</title><link>http://blog.csdn.net/zjcxc/archive/2004/04/13/20102.aspx</link><pubDate>Tue, 13 Apr 2004 14:15:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2004/04/13/20102.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/20102.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2004/04/13/20102.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/20102.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=20102</trackback:ping><description>搜索某个字符串在那个表的那个字段中
&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/20102.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>显示数据库中的表结构(新增了索引及表的描述信息)</title><link>http://blog.csdn.net/zjcxc/archive/2004/03/21/20098.aspx</link><pubDate>Sun, 21 Mar 2004 20:32:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2004/03/21/20098.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/20098.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2004/03/21/20098.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/20098.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=20098</trackback:ping><description>显示数据库中的表结构(新增了索引及表的描述信息) for sql server 2000&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/20098.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>将表中的某个字段转换成标识字段,并保留原来的值</title><link>http://blog.csdn.net/zjcxc/archive/2004/02/15/20095.aspx</link><pubDate>Sun, 15 Feb 2004 23:39:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2004/02/15/20095.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/20095.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2004/02/15/20095.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/20095.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=20095</trackback:ping><description>将表中的某个字段转换成标识字段,并保留原来的值&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/20095.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>批量将一个库里的所有表里的char改成nchar类型</title><link>http://blog.csdn.net/zjcxc/archive/2004/02/11/20093.aspx</link><pubDate>Wed, 11 Feb 2004 17:36:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2004/02/11/20093.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/20093.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2004/02/11/20093.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/20093.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=20093</trackback:ping><description>批量将一个库里的所有表里的char改成nchar类型&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/20093.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>比较两个数据库的表结构差异</title><link>http://blog.csdn.net/zjcxc/archive/2004/01/04/20088.aspx</link><pubDate>Sun, 04 Jan 2004 10:22:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2004/01/04/20088.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/20088.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2004/01/04/20088.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/20088.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=20088</trackback:ping><description>比较两个数据库的表结构差异&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/20088.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>查询指定的表在那些数据库中存在</title><link>http://blog.csdn.net/zjcxc/archive/2004/01/04/20089.aspx</link><pubDate>Sun, 04 Jan 2004 10:22:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2004/01/04/20089.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/20089.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2004/01/04/20089.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/20089.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=20089</trackback:ping><description>查询指定的表在那些数据库中存在
&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/20089.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>邹建</dc:creator><title>查询数据库中,表结构的详细信息</title><link>http://blog.csdn.net/zjcxc/archive/2003/12/31/20087.aspx</link><pubDate>Wed, 31 Dec 2003 10:14:00 GMT</pubDate><guid>http://blog.csdn.net/zjcxc/archive/2003/12/31/20087.aspx</guid><wfw:comment>http://blog.csdn.net/zjcxc/comments/20087.aspx</wfw:comment><comments>http://blog.csdn.net/zjcxc/archive/2003/12/31/20087.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zjcxc/comments/commentRss/20087.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=20087</trackback:ping><description>查询数据库中,表结构的详细信息(sql2000)&lt;img src ="http://blog.csdn.net/zjcxc/aggbug/20087.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>