08 2023 档案

摘要:# 配置文件 ``` Webconfig ``` # 代码里 ``` ExcelPackage.LicenseContext = LicenseContext.NonCommercial; ``` 阅读全文 »
posted @ 2023-08-24 09:25 vvull 阅读(231) 评论(0) 推荐(0) 编辑
摘要:> [FORMAT (Transact-SQL)](https://learn.microsoft.com/zh-cn/sql/t-sql/functions/format-transact-sql?view=sql-server-ver16&redirectedfrom=MSDN) 阅读全文 »
posted @ 2023-08-22 17:59 vvull 阅读(7) 评论(0) 推荐(0) 编辑
摘要:# 可查看定义(design) ``` USE [DB Name] GRANT VIEW DEFINITION ON SCHEMA::[dbo] TO [vvull] GO ``` # 可执行(exec) ``` USE [DB Name] GRANT EXECUTE ON SCHEMA::[dbo 阅读全文 »
posted @ 2023-08-08 14:34 vvull 阅读(49) 评论(0) 推荐(0) 编辑

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