<?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:datatypes</title>
        <description></description>
        <link>https://sqlines.com/</link>
        <image rdf:resource="https://sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-13T18:34:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sqlines.com/sql-server/datatypes/nchar?rev=1343295779&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server/datatypes/timestamp_rowversion?rev=1343231231&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/datatypes/nchar?rev=1343295779&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-07-26T09:42:59+00:00</dc:date>
        <title>NCHAR Data Type - SQL Server for Oracle DBAs and Developers</title>
        <link>https://sqlines.com/sql-server/datatypes/nchar?rev=1343295779&amp;do=diff</link>
        <description>In SQL Server, NCHAR data type stores fixed-length string data in Unicode UCS-2 character set. 

SQL Server:


  CREATE TABLE states
  (
      id NCHAR(2),
      name NCHAR(20)
   );
   
   -- Data can be inserted using Unicode and regular constant 
   INSERT INTO states VALUES (N'CA', 'California');</description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server/datatypes/timestamp_rowversion?rev=1343231231&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-07-25T15:47:11+00:00</dc:date>
        <title>ROWVERSION and TIMESTAMP Data Types - SQL Server for Oracle DBAs</title>
        <link>https://sqlines.com/sql-server/datatypes/timestamp_rowversion?rev=1343231231&amp;do=diff</link>
        <description>In SQL Server, ROWVERSION and TIMESTAMP data types represent automatically generated binary numbers, unique within the database. 

ROWVERSION and TIMESTAMP are synonyms, ROWVERSION is available since SQL Server 2005, while TIMESTAMP is deprecated and will be removed in a future version of SQL Server .</description>
    </item>
</rdf:RDF>
