Hi @Vilen Moodley ,
No.
The basic unit of data storage in SQL Server is page. So you can use the DBCC PAGE command to view the PAGE information.
The number of rows, columns, and data types of memory are related to the actual data. There is no way to calculate the memory space based on these.
The memory usage of a table depends on the storage structure of the table, whether it is a heap or a B-tree(This depends on whether there is an index on the table and what type of index is created).
Best regards,
Seeya
If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.