Hi,
I ma trying to create the view in sqlserver.
Create view v_test
as
select * from Test
When I run ,its throwing the error like Msg 15135, Level 16, State 8, Procedure sp_addextendedproperty, Line 37
Object is invalid. Extended properties are not permitted on 'dbo.v_test', or the object does not exist.
The statement has been terminated.
Can anyoone help me?