摘要:
SELECT s.Name AS SchemaName, t.Name AS TableName, p.rows AS RowCounts, CAST(ROUND((SUM(a.used_pages) / 128.00), 2) AS NUMERIC(36, 2)) AS Used_MB, CAST 阅读全文
摘要:
今天因为早晨删注册表文件,VS 2019不能用了,重装了一遍但时间有点长,就下了个 Rider ,但是Debug的时候报了下面的错 An error occurred while reading configuration information. Make sure that the config 阅读全文
摘要:
快捷键 Ctrl+Shift+X打开窗口,运行 Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl ' the current model ' get the current active model Se 阅读全文