ashish35
Jun 18, 2021Copper Contributor
SQL Server Bulk Delete Query
In order to reclaim space from Audit table records, I deleted the rows from the Table and rebuilded Index. But later I came to know that these tables were not having any indexes. So after deletion, the storage space got occupied more instead of reducing because of Tx logs + Indexes got increased.
Please suggest me the correct action over here to reclaim the space.