<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://sqlines.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://sqlines.com/feed.php">
        <title>SQLines Tools sql-server:statements</title>
        <description></description>
        <link>https://sqlines.com/</link>
        <image rdf:resource="https://sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-29T14:54:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sqlines.com/sql-server/statements/create_index?rev=1718999125&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://sqlines.com/lib/images/favicon.ico">
        <title>SQLines Tools</title>
        <link>https://sqlines.com/</link>
        <url>https://sqlines.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://sqlines.com/sql-server/statements/create_index?rev=1718999125&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-21T19:45:25+00:00</dc:date>
        <title>CREATE INDEX - SQL Server for Oracle DBAs and Developers</title>
        <link>https://sqlines.com/sql-server/statements/create_index?rev=1718999125&amp;do=diff</link>
        <description>In SQL Server, you can use CREATE INDEX statement to create a unique or non-unique, 
clustered or nonclustered index on a table or view.

Unique Indexes in SQL Server


An unique index does not allow duplicate values:

 NULL Values in Unique Index   A single NULL value can be inserted   Multiple NULL values are considered duplicates 

SQL Server allows you to define a unique index on nullable columns and insert a NULL value:</description>
    </item>
</rdf:RDF>
