Hi @prabhat tunuguntla ,
Yes, you can shrink SharePoint Content database Data file. The link in your post is also applied to SharePoint Server 2016. Follow the guidelines in the article. DBCC SHRINKDATABASE
shrinks the data and log files for a specific database. To shrink individual files, use DBCC SHRINKFILE
. To shrink a database by using SQL Server 2016 Management Studio, expand Databases, right-click the database that you want to shrink, choose Tasks, Shrink, Files.
----------
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.