![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can I Alter any of the table through stored procedure. I tried but it didn't work, if any one guide then I would really appreciated. Thanks |
#3
| |||
| |||
|
|
It works good for me in SQL 2000 and SQL 2005. See the sample below. create table xx( i int) go create proc xproc as Begin alter table xx add j int End go exec xproc go select * from xx Thanks Hari "Rogers" wrote: Can I Alter any of the table through stored procedure. I tried but it didn't work, if any one guide then I would really appreciated. Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |