Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Create view with invalid objects.

    Ok procedure is not really an option for me.

    I am just looking for a way to create (or alter) view without server checking for existence of it's dependent objects.

    Is there...

  • RE: Create view with invalid objects.

    Adding a sample script and error (which i don't want to get)

    create view dbo.test

    as

    select *

    from dbo.non_existing_table

    go

    Msg 208, Level 16, State 1, Procedure test, Line 4

    Invalid object name 'dbo.non_existing_table'.

Viewing 2 posts - 1 through 3 (of 3 total)