sysdepends turn off?
From: Nitin Rana (Nitin_Rana_at_ibi.com)
Date: 08/20/04
- Next message: Andrew J. Kelly: "Re: Transaction Log"
- Previous message: Brian Henry: "Re: funny query Question"
- In reply to: Brian Henry: "sysdepends turn off?"
- Next in thread: Brian Henry: "Re: sysdepends turn off?"
- Reply: Brian Henry: "Re: sysdepends turn off?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 20 Aug 2004 08:41:07 -0700
You need to create
object 'BENESP_AddContractCountNewMonth' first and then
create your stored procedure. Other thing is you dont need
to worry for this warning message as long as that object
is created before this procedure is executed. This warning
message only tells you that the object is missing.
-Nitin
>-----Original Message-----
>when i run my sql script i get this
>
>Cannot add rows to sysdepends for the current stored
procedure because it
>depends on the missing
object 'BENESP_AddContractCountNewMonth'. The stored
>procedure will still be created.
>
>no mater how i organize the script i still get a
message... is there any way
>to temporarly turn off dependancy checking until the SQL
script is finished
>being processed? thanks!
>
>
>.
>
- Next message: Andrew J. Kelly: "Re: Transaction Log"
- Previous message: Brian Henry: "Re: funny query Question"
- In reply to: Brian Henry: "sysdepends turn off?"
- Next in thread: Brian Henry: "Re: sysdepends turn off?"
- Reply: Brian Henry: "Re: sysdepends turn off?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|