摘要: obj.ToString("#0.0%")//转成百分比,保留一位小数 obj.ToString("#,##0")//转成带千分符的 阅读全文
posted @ 2019-09-27 16:57 Bug专员 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 方式一:只是当前连接可以使用 --在执行跨服务器查询之前,运行exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed Queries',1 reconfigure in 阅读全文
posted @ 2019-09-27 11:56 Bug专员 阅读(902) 评论(0) 推荐(0) 编辑