What\'s the best way to determine if a given SQL Server table is read-only, either because of account permissions or the database being marked as read-only?
Have a rummage around in SQL Server's Information Schema Views, specifically, TABLE_PRIVILEGES.