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 |
|
viperbyte
Posting Yak Master
132 Posts |
Posted - 2010-03-16 : 11:25:06
|
| Hello everyone.I need to add a column to an existing select query stored procedure. So I'm going to add the extra column in the select statement in the stored procedure. Will simply executing it refreshen it? If not then what do I have to do? I ask before I attempt it because I don't know want residual complications that may develop down the road if any, by doing things the wrong way. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-03-16 : 11:27:31
|
| yup. simply executing it will add new column to resultset.------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
viperbyte
Posting Yak Master
132 Posts |
Posted - 2010-03-16 : 12:33:03
|
| Thanks alot. |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-03-16 : 12:37:52
|
| welcome------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|
|