摘要: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="AngularJS" stopProcessing="true"> <match url=" 阅读全文
posted @ 2023-02-08 11:33 五个苹果 阅读(46) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <configuration> <location path="." inheritInChildApplications="false"> <system.webServer> <handlers> <add name= 阅读全文
posted @ 2022-11-14 09:27 五个苹果 阅读(61) 评论(0) 推荐(0)
摘要: 记录下经常要用的sql SELECT DB_NAME(er.[database_id]) [DatabaseName], er.[command] AS [CommandType], er.[percent_complete], er.start_time, CONVERT(DECIMAL(5, 2 阅读全文
posted @ 2022-10-15 21:22 五个苹果 阅读(945) 评论(0) 推荐(0)
摘要: DECLARE @SessionName SysName SELECT @SessionName = 'system_health' IF OBJECT_ID('tempdb..#Events') IS NOT NULL BEGIN DROP TABLE #Events END DECLARE @T 阅读全文
posted @ 2022-08-05 23:26 五个苹果 阅读(813) 评论(0) 推荐(0)
摘要: --按顺序执行对应步骤 --第一步新建一个数据库(略) --第二步新建分区的文件组与备份的数据库保持一致 alter database [LEMES_2021] add filegroup PROCESSDATA_2016 alter database [LEMES_2021] add filegr 阅读全文
posted @ 2022-07-30 13:55 五个苹果 阅读(162) 评论(0) 推荐(0)