asafaa
November 29th, 2007, 06:00 AM
Hello,
i'm using my company Server and i want to add a stored procedure to the company SQL Server 2005.
i opened the stored procedures that are already in the DB and
i noticed that all the stored procedures start with the words :
"ALTER PROCEDURE"
and not "CREATE PROCEDURE".
Why is that?
CREATE PROCEDURE is the one that creates the procedure, not ALTER PROCEDURE that changes an existing one.....
i'm using my company Server and i want to add a stored procedure to the company SQL Server 2005.
i opened the stored procedures that are already in the DB and
i noticed that all the stored procedures start with the words :
"ALTER PROCEDURE"
and not "CREATE PROCEDURE".
Why is that?
CREATE PROCEDURE is the one that creates the procedure, not ALTER PROCEDURE that changes an existing one.....