Results 1 to 2 of 2

Thread: View

  1. #1
    Join Date
    Apr 2004
    Posts
    13

    View

    I am creating views. Now the situation is such that i want to alter that view with retrieving the records from the same view but the error comes as:

    View or function 'newmspearl.dbo.property' contains a self-reference. Views or functions cannot reference themselves directly or indirectly.

    here:
    newmspearl is a database name
    dbo is a user name
    property is a view name

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    The error message explains it, you can't create a view on top of the same view.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •