摘要:
YAGNI和重构 阅读全文
posted @ 2010-05-26 16:28
go on coding
阅读(1462)
评论(0)
推荐(0)
摘要:
sql server talbe valued parameters (tvp)表值参数,适合批量操作,推荐将传统的ids in (id1,id2,id3)的sql拼接方式修改为用表之间的join。 阅读全文
posted @ 2010-05-26 16:04
go on coding
阅读(819)
评论(0)
推荐(0)
摘要:
Date 类型操作,格式化(format、 convert ) 阅读全文
posted @ 2010-05-26 14:44
go on coding
阅读(1778)
评论(0)
推荐(0)