Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
CrazyT
Yak Posting Veteran
73 Posts |
Posted - 2010-05-10 : 19:06:42
|
| what is the accepted way of altering and documenting changes in a stored proceduresome thing like changeselect *from table 1to something like select column1, column2from table 1where somethingto change it is ALTER PROCEDURE sp1asselect column1, column2from table 1where somethinghow do you make the changes and document this in a sql script? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|