Hi Experts,I need to change the default schema from dbo to abc. My aim is that whenever i select an object under abc schema it should come up wiithout prefixing the schema name.I tried alter authorization on schema::abc to rknalter user rkn set default_schema =abcno success ,please helpTIA
↧