Quantcast
Channel: SQL Server Performance » Hemant Goswami
Viewing all articles
Browse latest Browse all 3

ApexSQL Clean Identifies Unused and Unreferenced Objects in Databases

$
0
0
It is very tedious work to identify unused and unreferenced objects in a database from the [master].[dbo].[sysdepends] and [master].[dbo].[sysobjects] system tables. (Woe to the manager who assigned you this task.) Even a small database will take a considerable amount of time because you cannot rely on the [master].[dbo].[sysdepends] and [master].[dbo].[sysobjects] system tables. They do not [...]

Viewing all articles
Browse latest Browse all 3

Trending Articles