Does unique on a temporary table column create an index?
Posted
by Bmw
on Stack Overflow
See other posts from Stack Overflow
or by Bmw
Published on 2010-03-23T13:30:56Z
Indexed on
2010/03/23
13:33 UTC
Read the original article
Hit count: 202
sql
|sql-server-2005
I have a temporary table that I'm using and I have a unique column, example:myID INT UNIQUE
Would this create an index on that column? Or do I have to explicitly create the index?
© Stack Overflow or respective owner