Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
非主キー列にインデックスが必要ですが、この列にnullが含まれている可能性があります。私は通常の一意のインデックスで見つけました、それは(当然のことながら)1つのnullのみを許可します。
それは可能ですか?
そしてこれの構文は何ですか?
CREATE INDEX idxname ON table(col1);
MSDNを参照してください