Daily Archives: March 18, 2015

ALTER SCHEMA TO ADD PERMISSIONS

I’m sure some of you have wanted to do this: ALTER SCHEMA Steve AUTHORIZATION Steve You realize this doesn’t work, and you can’t grant the user Steve, rights to his schema after it’s created. You can do this: CREATE SCHEMA … Continue reading

Posted in Blog | Tagged , , , | Comments Off on ALTER SCHEMA TO ADD PERMISSIONS