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 |
|
Apples
Posting Yak Master
146 Posts |
Posted - 2008-07-23 : 10:52:09
|
| How can I do this to an existing table? I just want to add an index to some of the columns. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-07-23 : 10:53:56
|
| Have a look at CREATE INDEX statement in Books Online or refer link belowhttp://msdn.microsoft.com/en-us/library/ms188783.aspx |
 |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-07-23 : 10:55:10
|
quote: Originally posted by Apples How can I do this to an existing table? I just want to add an index to some of the columns.
Expand table(+),index-right click. |
 |
|
|
|
|
|