Thread: Report error
View Single Post
  #6 (permalink)  
Old 05-09-2007, 12:39 PM
ncushing ncushing is offline
Administrator
 
Join Date: Mar 2007
Location: Prezza Technologies
Posts: 187
Default

You can safely ignore that warning. SQL server prints that warning when a stored procedure that uses a not-yet-created object is created. In this case, the object is another stored procedure created later in the same script.
Reply With Quote