Hi All,Iam able to view showplan when Iam using dbo schema but when I use userdefined schema then I
get an error SHOW PLAN denied on database.
select * from dbo.table (Iam able to view show plan)
select * from user.table (Not able to view show plan)
Need your help to resolve this.
Thanks,
Demin