Help, how can one delete the default schema for a user?
I've tried everything I can think of.
- ALTER USER... DEFAULT SCHEMA = NULL (doesn't work)
- removing the schema from user properties (it just adds it back!)
- I even deleted the schema, and it kept showing up in the login's properties, even though it didn't exist
I set the default schema to "dbo", but now I can't remove this!
I'm still having permissions problems accessing the sp_send_dbmail, and I'm beginning to suspect the schema.
Thanks
I've tried everything I can think of.
- ALTER USER... DEFAULT SCHEMA = NULL (doesn't work)
- removing the schema from user properties (it just adds it back!)
- I even deleted the schema, and it kept showing up in the login's properties, even though it didn't exist
I set the default schema to "dbo", but now I can't remove this!
I'm still having permissions problems accessing the sp_send_dbmail, and I'm beginning to suspect the schema.
Thanks