Hi,
I am trying to create following view:
create view dbo.abc
as
select * from otherschema.abc
There is error:
Msg 2714, Level 16, State 3, Procedure abc, Line 3
There is already an object named 'abc' in the database
While for some other scrits same syntax works. Any hlep.
Thanks