Tagged: Tables in SQL Server

Physical Dimensions of Tables in SQL Server

Hello everyone, In this article, I will try to give information about the physical dimensions of Tables in SQL Server. In SQL Server, in some cases, you may want to learn the physical size information of the tables. You can easily do this by using the query below. SELECT t.name...

Listing Updated Tables in SQL Server

Hello everyone, In this article, I will talk about how to list updated tables in SQL Server. In SQL Server, in some cases, it may be desirable to know which tables have been updated. I will describe my transactions using the Northwind database. Let’s check if there is a change...

Don`t copy text!