2007年7月20日
摘要: alter table a add xxx int update a set xxx=id alter table a drop column id exec sp_rename 'a.xxx', 'id', 'column' 阅读全文
posted @ 2007-07-20 15:20 自由港 阅读(1584) 评论(0) 推荐(0)
摘要: metawebblog api 是一个博客标准,这样我们就可以通过实现这个标准来实现 我们自己的博客支持word2007,windows liver writer来写博客. metablog的.net接口如下. using System;using System.Collections.Generic;using System.Text;using CookComputing.Xml... 阅读全文
posted @ 2007-07-20 12:05 自由港 阅读(1007) 评论(0) 推荐(0)
摘要: if object_id('tempdb..#tmpNewTopic') is not null drop table #tmpNewTopic 阅读全文
posted @ 2007-07-20 11:56 自由港 阅读(2780) 评论(1) 推荐(0)