<?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</title>
        <description></description>
        <link>https://sqlines.com/</link>
        <image rdf:resource="https://sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-08-12T06:33:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sqlines.com/release-notes?rev=1786370573&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server-to-postgresql?rev=1786369399&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server-to-postgresql/newid?rev=1786369366&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server-to-postgresql/newsequentialid?rev=1786369327&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server-to-postgresql/suser_name?rev=1786365964&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server-to-postgresql/sysutcdatetime?rev=1786357447&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server-to-postgresql/sysdatetimeoffset?rev=1786356517&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server-to-postgresql/sysdatetime?rev=1786351436&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server-to-postgresql/getutcdate?rev=1786349014&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server-to-postgresql/current_timestamp?rev=1786344722&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sql-server-to-postgresql/getdate?rev=1786201609&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sybase-asa-to-postgresql?rev=1786118569&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sybase-asa-to-sql-server?rev=1786118322&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/oracle-to-postgresql?rev=1785651217&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/oracle-to-sql-server?rev=1785651173&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/oracle-to-mariadb-compatibility?rev=1785566910&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/oracle-to-mariadb?rev=1785566879&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/oracle-to-mysql?rev=1785566843&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sqldata-release-notes?rev=1785430244&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/download?rev=1785222014&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/release-notes?rev=1786370573&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-10T14:02:53+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Release Notes - SQLines SQL Converter</title>
        <link>https://sqlines.com/release-notes?rev=1786370573&amp;do=diff</link>
        <description>Changes in SQLines SQL Converter tool.


	*  Version 3.3.310
	*  Version 3.3.307
	*  Version 3.3.303
	*  Version 3.3.301
	*  Version 3.3.300
	*  Previous Releases

Version 3.3.310


In progress. Please contact us at &lt;support@sqlines.com&gt; for updates, improvements and new features.</description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server-to-postgresql?rev=1786369399&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-10T13:43:19+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Microsoft SQL Server (MS SQL) to PostgreSQL Migration</title>
        <link>https://sqlines.com/sql-server-to-postgresql?rev=1786369399&amp;do=diff</link>
        <description>SQLines tools can help you transfer data, convert database schema (DDL), views, stored procedures, functions, triggers, queries and SQL scripts from Microsoft SQL Server (MSSQL, MS SQL), Azure SQL Database, Azure Synapse to PostgreSQL (Postgres).</description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server-to-postgresql/newid?rev=1786369366&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-10T13:42:46+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>NEWID Function - SQL Server to PostgreSQL Migration - created</title>
        <link>https://sqlines.com/sql-server-to-postgresql/newid?rev=1786369366&amp;do=diff</link>
        <description>In SQL Server, the NEWID function generates a UUID value.

In PostgreSQL, you can use the GEN_RANDOM_UUID function.

SQL Server:


  -- Generate a new UUID
  SELECT NEWID();
  /* 68C13548-EC51-4A2F-8CA2-9FCB2D1A8DC2 */


PostgreSQL:


  -- Generate a new UUID
  SELECT GEN_RANDOM_UUID();
  /* a438a056-5be0-42f7-93d6-262a1ff1b103 */</description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server-to-postgresql/newsequentialid?rev=1786369327&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-10T13:42:07+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>NEWSEQUENTIALID Function - SQL Server to PostgreSQL Migration</title>
        <link>https://sqlines.com/sql-server-to-postgresql/newsequentialid?rev=1786369327&amp;do=diff</link>
        <description>In SQL Server, the NEWSEQUENTIALID function generates a UUID that is greater than any UUID previously generated since the OS was started.  

In PostgreSQL, you can use the GEN_RANDOM_UUID function, but the generated UUIDs are not sequential. 

SQL Server:</description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server-to-postgresql/suser_name?rev=1786365964&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-10T12:46:04+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>SUSER_NAME Function - SQL Server to PostgreSQL Migration - created</title>
        <link>https://sqlines.com/sql-server-to-postgresql/suser_name?rev=1786365964&amp;do=diff</link>
        <description>In SQL Server, the SUSER_NAME function returns the current user.

In PostgreSQL, you can use the SESSION_USER function.

SQL Server:


  -- Get the current user
  SELECT SUSER_NAME();
  /* DMT14\paul */


PostgreSQL:


  -- Get the current user
  SELECT SESSION_USER;
  /* paul */</description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server-to-postgresql/sysutcdatetime?rev=1786357447&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-10T10:24:07+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>SYSUTCDATETIME Function - SQL Server to PostgreSQL Migration - created</title>
        <link>https://sqlines.com/sql-server-to-postgresql/sysutcdatetime?rev=1786357447&amp;do=diff</link>
        <description>For more information, see SQL Server to PostgreSQL Migration.</description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server-to-postgresql/sysdatetimeoffset?rev=1786356517&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-10T10:08:37+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>SYSDATETIMEOFFSET Function - SQL Server to PostgreSQL Migration</title>
        <link>https://sqlines.com/sql-server-to-postgresql/sysdatetimeoffset?rev=1786356517&amp;do=diff</link>
        <description>In SQL Server, the SYSDATETIMEOFFSET function returns the current date and time with 100 nanoseconds precision with the time zone of the current database instance.

In PostgreSQL you can use the NOW function that also includes time zone. 

SQL Server:</description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server-to-postgresql/sysdatetime?rev=1786351436&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-10T08:43:56+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>GETUTCDATE Function - SQL Server to PostgreSQL Migration - created</title>
        <link>https://sqlines.com/sql-server-to-postgresql/sysdatetime?rev=1786351436&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server-to-postgresql/getutcdate?rev=1786349014&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-10T08:03:34+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>sql-server-to-postgresql:getutcdate - created</title>
        <link>https://sqlines.com/sql-server-to-postgresql/getutcdate?rev=1786349014&amp;do=diff</link>
        <description>GETDATE Function - SQL Server to PostgreSQL Migration</description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server-to-postgresql/current_timestamp?rev=1786344722&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-10T06:52:02+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>CURRENT_TIMESTAMP Function - SQL Server to PostgreSQL Migration</title>
        <link>https://sqlines.com/sql-server-to-postgresql/current_timestamp?rev=1786344722&amp;do=diff</link>
        <description>In SQL Server, the CURRENT_TIMESTAMP function returns the current date and time with milliseconds precision without time zone (it uses the server time zone).  

In PostgreSQL, you can also use the CURRENT_TIMESTAMP function but it returns the current date and time with microseconds precision and includes the time zone.</description>
    </item>
    <item rdf:about="https://sqlines.com/sql-server-to-postgresql/getdate?rev=1786201609&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-08T15:06:49+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>GETDATE Function - SQL Server to PostgreSQL Migration</title>
        <link>https://sqlines.com/sql-server-to-postgresql/getdate?rev=1786201609&amp;do=diff</link>
        <description>In SQL Server, the GETDATE function returns the current date and time with milliseconds precision without the time zone for the database server's host operating system. 

GETDATE() returns the actual current date and time, but SQL Server can optimize how many times it is evaluated within a statement (run-time constant).</description>
    </item>
    <item rdf:about="https://sqlines.com/sybase-asa-to-postgresql?rev=1786118569&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-07T16:02:49+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Sybase SQL Anywhere to PostgreSQL Migration</title>
        <link>https://sqlines.com/sybase-asa-to-postgresql?rev=1786118569&amp;do=diff</link>
        <description>SQLines tools can help you transfer data, convert database schema (DDL), views, stored procedures, functions, triggers, queries and SQL scripts from SAP Sybase SQL Anywhere, Sybase Adaptive Server Anywhere (ASA) to PostgreSQL (Postgres).


	*  SQLines SQL Converter - SQL Conversion and Assessment tool
	*  SQLines Data  - Data Transfer, Schema Migration and Validation tool</description>
    </item>
    <item rdf:about="https://sqlines.com/sybase-asa-to-sql-server?rev=1786118322&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-07T15:58:42+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Sybase SQL Anywhere to SQL Server Migration</title>
        <link>https://sqlines.com/sybase-asa-to-sql-server?rev=1786118322&amp;do=diff</link>
        <description>SQLines tools can help you transfer data, convert database schema (DDL), views, stored procedures, functions, triggers, queries and SQL scripts from SAP SQL Anywhere, Sybase SQL Anywhere, Sybase Adaptive Server Anywhere (Sybase ASA) to Microsoft SQL Server (MSSQL, MS SQL), Azure SQL Database, Azure Synapse.</description>
    </item>
    <item rdf:about="https://sqlines.com/oracle-to-postgresql?rev=1785651217&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-02T06:13:37+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Oracle to PostgreSQL Migration</title>
        <link>https://sqlines.com/oracle-to-postgresql?rev=1785651217&amp;do=diff</link>
        <description>SQLines tools can help you transfer data, convert database schema (DDL), views, PL/SQL stored procedures, functions, packages, triggers, queries and SQL scripts from Oracle to PostgreSQL (Postgres).


	*  SQLines Data - Data Transfer, Schema Migration and Validation tool
	*  SQLines SQL Converter - SQL Scripts Conversion and Assessment tool.   Try Online</description>
    </item>
    <item rdf:about="https://sqlines.com/oracle-to-sql-server?rev=1785651173&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-02T06:12:53+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Oracle to Microsoft SQL Server (MSSQL) Migration</title>
        <link>https://sqlines.com/oracle-to-sql-server?rev=1785651173&amp;do=diff</link>
        <description>SQLines tools can help you transfer data, convert database schema (DDL), views, stored procedures, functions, packages, triggers, queries and SQL scripts from Oracle to Microsoft SQL Server (MSSQL, MS SQL), Azure SQL and Azure Synapse.


	*  SQLines SQL Converter - SQL Conversion and Assessment tool
	*  SQLines Data  - Data Transfer, Schema Migration and Validation tool</description>
    </item>
    <item rdf:about="https://sqlines.com/oracle-to-mariadb-compatibility?rev=1785566910&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-01T06:48:30+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Oracle to MariaDB Migration - Oracle Compatibility Mode</title>
        <link>https://sqlines.com/oracle-to-mariadb-compatibility?rev=1785566910&amp;do=diff</link>
        <description>SQLines tools can help you transfer data, convert database schema (DDL), views, stored procedures, functions, packages, triggers, queries and SQL scripts from Oracle to MariaDB:


	*  SQLines Data - Data Transfer, Schema Migration and Validation tool
	*  SQLines SQL Converter - SQL Scripts Conversion and Assessment tool.   Try Online</description>
    </item>
    <item rdf:about="https://sqlines.com/oracle-to-mariadb?rev=1785566879&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-01T06:47:59+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Oracle to MariaDB Migration</title>
        <link>https://sqlines.com/oracle-to-mariadb?rev=1785566879&amp;do=diff</link>
        <description>SQLines tools can help you transfer data, convert database schema (DDL), views, stored procedures, functions, packages, triggers, queries and SQL scripts from Oracle to MariaDB.


	*  SQLines Data - Data Transfer, Schema Migration and Validation tool
	*  SQLines SQL Converter - SQL Scripts Conversion and Assessment tool.   Try Online</description>
    </item>
    <item rdf:about="https://sqlines.com/oracle-to-mysql?rev=1785566843&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-01T06:47:23+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Oracle to MySQL Migration</title>
        <link>https://sqlines.com/oracle-to-mysql?rev=1785566843&amp;do=diff</link>
        <description>SQLines tools can help you transfer data, convert database schema (DDL), views, PL/SQL stored procedures, functions, packages, triggers, queries and SQL scripts from Oracle to MySQL.


	*  SQLines Data - Data Transfer, Schema Migration and Validation tool
	*  SQLines SQL Converter - SQL Scripts Conversion and Assessment tool.   Try Online</description>
    </item>
    <item rdf:about="https://sqlines.com/sqldata-release-notes?rev=1785430244&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-30T16:50:44+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Release Notes - SQLines Data</title>
        <link>https://sqlines.com/sqldata-release-notes?rev=1785430244&amp;do=diff</link>
        <description>Changes in SQLines Data tool.


	*  Version 3.7.37
	*  Version 3.7.33
	*  Version 3.7.31
	*  Version 3.7.30
	*  Version 3.7.17
	*  Previous Releases

Version 3.7.37


In progress. Please contact us at &lt;support@sqlines.com&gt; for updates, improvements and new features.</description>
    </item>
    <item rdf:about="https://sqlines.com/download?rev=1785222014&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-28T07:00:14+00:00</dc:date>
        <dc:creator>sqlines</dc:creator>
        <title>Download Tools</title>
        <link>https://sqlines.com/download?rev=1785222014&amp;do=diff</link>
        <description>You can download SQLines tools without signing up or providing any contact details:

SQLines Data


SQLines Data is a tool for data transfer, schema conversion and data migration validation/testing. It also convert views, stored procedures, functions, and triggers from a live database i.e. it requires database connections.</description>
    </item>
</rdf:RDF>
