Adán Bucio knew 2 Years ago through
Just Learned
Just Learned from Tony Rogerson's blog "How to make a table Read Only in SQL Server". It would be making the file group read only because another benefit of that is that SQL Server doesn’t have to issue locks.
[code]
USE [master]
GO
ALTER DATABASE...