Duplicate procedure name

You have defined (or are attempting to define) more than one version of a procedure with the same name. Rename one of the procedures. Ensure that duplicate Declare statements for the same procedure have the same Alias clause.