﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><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>BlogJava-用程序来创造财富-文章分类-sqlserver</title><link>http://www.blogjava.net/ioriqw/category/11311.html</link><description>在中国商界、尤其是互联网界，另一群“80后”青年正在集体浮出水面，以你可能想都想不到的方式崛起。</description><language>zh-cn</language><lastBuildDate>Tue, 27 Feb 2007 08:46:11 GMT</lastBuildDate><pubDate>Tue, 27 Feb 2007 08:46:11 GMT</pubDate><ttl>60</ttl><item><title>让identity计数器重新开始计数</title><link>http://www.blogjava.net/ioriqw/articles/46962.html</link><dc:creator>崛起的程序员</dc:creator><author>崛起的程序员</author><pubDate>Fri, 19 May 2006 01:22:00 GMT</pubDate><guid>http://www.blogjava.net/ioriqw/articles/46962.html</guid><wfw:comment>http://www.blogjava.net/ioriqw/comments/46962.html</wfw:comment><comments>http://www.blogjava.net/ioriqw/articles/46962.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/ioriqw/comments/commentRss/46962.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/ioriqw/services/trackbacks/46962.html</trackback:ping><description><![CDATA[ 让计数器重新开始计数<br /> 1. <br />      删除数据时用:   truncate   table   你的表名 <br />      这种方法会使序号重新回到初始值 <br />  <br />  2. <br />      删除数据后用:  dbcc   checkident(你的表名,reseed,0) <br />      强制将你的序号设置为初始值<img src ="http://www.blogjava.net/ioriqw/aggbug/46962.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/ioriqw/" target="_blank">崛起的程序员</a> 2006-05-19 09:22 <a href="http://www.blogjava.net/ioriqw/articles/46962.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>