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: 196

Filed under:
|

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

Related posts about sql

Related posts about sql-server-2005