摘要:SELECT a.name, b.rows ,LTRIM (STR (b.used * 8/(case when b.used<1000 then 1 else 1024 end) , 15, 0) + (case when b.used<1000 then ' KB' else ' MB' end
阅读全文
摘要:/*------------------------------------------------------------------------------- 功能: 生成表记录的SQL语句(注TEXT与NTEXT字段导出为NULL)参数说明: @Table_Name 表名 @IsPrint 是...
阅读全文
摘要:EntityFramework C# SQL 更新结构
阅读全文
摘要:/**************************************************************名 称: fn_split_text功能简介: [将文本 按 分隔符 拆分成临时表]参数简介: [@text] 需拆分的文本 返回: 表: subcolst...
阅读全文