Results 1 to 3 of 3

Thread: Error Msg 3701 : Cannot drop the view 'x' because it doesn't exist in the system catalo

  1. #1
    Susan Guest

    Error Msg 3701 : Cannot drop the view 'x' because it doesn't exist in the system catalo

    I am work on SQL Server 6.5

    When I want to drop a view then appear error message :

    "Msg 3701, Level 11, State 1 Cannot drop the view 'EUL_ODBC_SCHEMAS',
    because it doesn't exist in the system catalogs."

    Has anybody else experienced this, and do you know what is causing the warning?

    Thanks in advance for any replies.

  2. #2
    Ray Miao Guest

    Error Msg 3701 : Cannot drop the view 'x' because it doesn't exist in the system catalo

    You may need to specify owner if the owner is not dbo.


    ------------
    Susan at 6/25/01 5:45:55 AM

    I am work on SQL Server 6.5

    When I want to drop a view then appear error message :

    "Msg 3701, Level 11, State 1 Cannot drop the view 'EUL_ODBC_SCHEMAS',
    because it doesn't exist in the system catalogs."

    Has anybody else experienced this, and do you know what is causing the warning?

    Thanks in advance for any replies.

  3. #3
    Susan Guest

    Error Msg 3701 : Cannot drop the view 'x' because it doesn't exist in the system catalo

    I already signed on as the owner and I also already specify the owner when I signed on as SA. Both ways still gave me the same error message.

    So, is there any other way to drop the object?

    ------------
    Ray Miao at 6/25/01 8:17:14 AM

    You may need to specify owner if the owner is not dbo.


    ------------
    Susan at 6/25/01 5:45:55 AM

    I am work on SQL Server 6.5

    When I want to drop a view then appear error message :

    "Msg 3701, Level 11, State 1 Cannot drop the view 'EUL_ODBC_SCHEMAS',
    because it doesn't exist in the system catalogs."

    Has anybody else experienced this, and do you know what is causing the warning?

    Thanks in advance for any replies.

Posting Permissions

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