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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-10-07 : 07:11:14
|
| Mokarram writes "How to add column in specific position through Stored procedure" |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-10-07 : 07:16:41
|
| >>"How to add column in specific position through Stored procedure"Adding column thru the stored procedure is not an efficient wayIf you want to do it, do it in a query. Dont use sp for thisThe position of the column doesnt matterIf you want it to specific position then use Enterprise ManagerMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|