Posts
Sort by recent activity
changing stored procedures
is there a problem in source control for stored procedures if the developers in a team-based environment use DROP PROC and then CREATE PROC to make their changes in a stored procedure instead of us...