随笔分类 -  sqlserver orm

摘要:某日的一个早晨,产品告诉我说要把之前变更的一个功能更改回原来的设计内容,但是发现我们之前的查询业务逻辑实在Proc中实现的,没有进行备份,不得已又要重新对该业务逻辑进行编码,浪费了不必要的时间与精力。 通过这件事后思考,针对业务系统,很多复杂的查询逻辑是在PROC 中进行实现,如果哪天需求变更或者上 阅读全文
posted @ 2017-03-01 15:02 hellohello-tom 阅读(4390) 评论(1) 推荐(2) 编辑
摘要:Dapper.Net by example januari 6, 2012 When the team behind StackOverflow released the mini-ORM Dapper, we were enthousiastic. An ORM with performance 阅读全文
posted @ 2016-11-07 17:22 hellohello-tom 阅读(528) 评论(0) 推荐(0) 编辑
摘要:System.Data.DbType 与其它DbType的映射关系有如下类型的映射对照:System.Data.SqlClient.SqlDbType System.Data.OleDb.OleDbTypeSystem.Data.Odbc.OdbcTypeSystem.Data.OracleClie... 阅读全文
posted @ 2015-12-22 17:35 hellohello-tom 阅读(634) 评论(0) 推荐(0) 编辑
摘要:1 1 using Microsoft.Practices.EnterpriseLibrary.Data; 2 2 using Microsoft.Practices.EnterpriseLibrary.Data.Oracle; 3 3 using System; 4 4 ... 阅读全文
posted @ 2015-09-01 17:28 hellohello-tom 阅读(1415) 评论(0) 推荐(1) 编辑
摘要:1 declare @backup nvarchar(500) 2 declare @file nvarchar(500) 3 declare @DeleteFile nvarchar(500) 4 declare datebak cursor for 5 select [bak]='backup 阅读全文
posted @ 2014-11-17 15:43 hellohello-tom 阅读(393) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示