Compiling stored procedures

  • Is there a way in 2005 to force invalid object resolution when compiling and recompiling stored procedures?

  • SQL Server only compiles/recompiles stored procedures during their execution. Therefore, it needs to be able to resolve the objects at that time. Or I may be completely misunderstanding your question. If so, can you indicate more about what you're trying to do?

    K. Brian Kelley
    @kbriankelley

  • Is the issue that when you create a stored procedure one of more of the objects it depend on does not exist yet ?

    As far as I know, this is a feature of SQL that you cannot turn off.

  • It's when we create a proc.

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

You must be logged in to reply to this topic. Login to reply