From:
These warnings are normal and can be ignored. The reason they appear is because a script defines triggers or stored procedures that call stored procedures that have not been created yet. When the script is run, those stored procedures will be properly created and the references from the triggers or calling stored procedures to those stored procedure will be resolved.