Derek Davis wrote: > My boss and I were updating a table in PSI. as soon as we hit add we > get the Sql error message: "permission denied on object 'PCRFQORD', > database 'PS11_O_SYS', owner 'dbo'."
There should be a word before the error message which tells you which permission is denied. You have to grant that permission on the table to the user you are using. GRANT ? ON PCRFQORD TO ?; Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:6:2070 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/6 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:6 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.6 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
