摘要:
Get size of all tables in database 回答1 SELECT t.NAME AS TableName, s.Name AS SchemaName, p.rows, SUM(a.total_pages) * 8 AS TotalSpaceKB, CAST(ROUND((( 阅读全文
posted @ 2021-06-22 18:12
ChuckLu
阅读(50)
评论(0)
推荐(0)
摘要:
Unable to load DLL 'Microsoft.Data.SqlClient.SNI.x64.dll' Take a look at the following two references: Unable to load native SNI (Server Name Indicati 阅读全文
posted @ 2021-06-22 11:02
ChuckLu
阅读(1118)
评论(0)
推荐(0)