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 |
nickjack
Starting Member
34 Posts |
Posted - 2008-10-13 : 05:09:53
|
Hi,Can we Rearrange Column name in Sql Server 2000? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-10-13 : 05:13:44
|
you mean change ordinal position of column in table? actually you dont really need to do this. you can always select the columns in order you want by specifying them in reqd order in select queries. |
 |
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2008-10-13 : 05:20:07
|
just drag to required position in design view. |
 |
|
|
|
|