I have a web service that receives data and writes to a single table on my SQL 2012 server. I have explicitly given full rights to the table in question for this user and have even given the user db_datawriter permissions. However, I keep getting write permissions errors with this configuration. If I simply give the user db_owner permissions then it works fine and writes to the table properly. I obviously do not want to give this user db_owner permissions though because this is a web service. Any ideas?
↧