ale1981

Results 12 comments of ale1981

To add to this, even with a separate connection, SQL Server 2022 requires the db user to have the db_owner role assigned for the database you're attempting to access. I...

I was able to get this working by returning true from the hasDatabaseColumn() method in the ColumnsProtectedMethods trait. Is there a way to bypass this check without having to modify...