摘要: /// /// SqlHelper操作类 /// public sealed partial class SqlHelper { /// /// 批量操作每批次记录数 /// public static int BatchSize = 2000; /// /... 阅读全文
posted @ 2017-09-13 18:46 zslm___ 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 1 阅读全文
posted @ 2017-09-13 18:42 zslm___ 阅读(147) 评论(0) 推荐(0) 编辑
摘要: select top 10 Id,Amount=FLOOR(RAND(ABS(CHECKSUM(NEWID()))) * 100) from Customer 阅读全文
posted @ 2017-09-13 15:53 zslm___ 阅读(221) 评论(0) 推荐(0) 编辑