摘要:
use Test_platform_hisbs--当前数据库创建角色 exec sp_addrole 'seeview'--分配视图权限 GRANT SELECT ON veiw TO [角色]--指定视图列表GRANT SELECT ON TA_DIC_Department TO seeview; 阅读全文
摘要:
if not exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[tablespaceinfo]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) create table t 阅读全文
摘要:
由于net core在IIS上运行需要安装对应的Hosting文件,以前的服务器是windows server 2016 安装过程中没有此问题。此次客户提供的是windows server 2012 r2服务器。 net core runtime基于vc_redist.x64运行的,所以也就出现了此 阅读全文