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?
You mean besides trying to write to it right?