07 2018 档案
摘要:public static SqlParameter[] get_array_list(ArrayList rows) where T : class { Hashtable sql_add = new Hashtable(); Hashtable sql_update = new Hashtable(); ...
阅读全文
摘要:if exists ( select * from sys.objects where object_id = object_id(N'dbo.nvl') and type = N'FN') begin drop function [dbo].[nvl]; end go create function dbo.nvl(@...
阅读全文