<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.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://www.sqlines.com/feed.php">
        <title>SQLines Tools articles:sql-server</title>
        <description></description>
        <link>https://www.sqlines.com/</link>
        <image rdf:resource="https://www.sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-14T05:22:04+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.sqlines.com/articles/sql-server/local_and_global_temporary_tables?rev=1309526326&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sqlines.com/articles/sql-server/oracle-sequences?rev=1338655117&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sqlines.com/articles/sql-server/select_into_when_multiple_rows?rev=1318159368&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.sqlines.com/articles/sql-server/transact-sql-errors-runtime?rev=1312404923&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.sqlines.com/lib/images/favicon.ico">
        <title>SQLines Tools</title>
        <link>https://www.sqlines.com/</link>
        <url>https://www.sqlines.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.sqlines.com/articles/sql-server/local_and_global_temporary_tables?rev=1309526326&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-07-01T13:18:46+00:00</dc:date>
        <title>Local and Global Temporary Tables in SQL Server</title>
        <link>https://www.sqlines.com/articles/sql-server/local_and_global_temporary_tables?rev=1309526326&amp;do=diff</link>
        <description>*  Local Temporary Tables
	*  Global Temporary Tables
	*  Temporary Table Limitations
	*  Emulating Oracle Package Variables using Temporary Tables


In SQL Server, you can use local and global temporary tables. 

Local temporary tables are visible only in the current session, while global temporary tables are visible to all sessions.</description>
    </item>
    <item rdf:about="https://www.sqlines.com/articles/sql-server/oracle-sequences?rev=1338655117&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-06-02T16:38:37+00:00</dc:date>
        <title>Migrating Oracle Sequences to SQL Server 2008</title>
        <link>https://www.sqlines.com/articles/sql-server/oracle-sequences?rev=1338655117&amp;do=diff</link>
        <description>In Oracle, a sequence object (CREATE SEQUENCE) is used to generate a sequence of unique integer values. 

The main purpose of sequences:


	*  Generate primary keys for tables (ID values)
	*  Specific use of sequences not related to table IDs, or sharing a single sequence among multiple tables</description>
    </item>
    <item rdf:about="https://www.sqlines.com/articles/sql-server/select_into_when_multiple_rows?rev=1318159368&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-10-09T11:22:48+00:00</dc:date>
        <title>SELECT Into Variable When Multiple Rows Returned - SQL Server</title>
        <link>https://www.sqlines.com/articles/sql-server/select_into_when_multiple_rows?rev=1318159368&amp;do=diff</link>
        <description>When you need to retrieve a single row from a table or query, you can use the following syntax in SQL Server:


   DECLARE @name VARCHAR(30);
   SELECT @name = city FROM cities;


But what happens if SELECT returns multiple rows?

Assume we have the following table definition and data:</description>
    </item>
    <item rdf:about="https://www.sqlines.com/articles/sql-server/transact-sql-errors-runtime?rev=1312404923&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-03T20:55:23+00:00</dc:date>
        <title>Transact SQL Errors Appearing During Runtime Execution Only (Testing T/SQL Code After Conversion)</title>
        <link>https://www.sqlines.com/articles/sql-server/transact-sql-errors-runtime?rev=1312404923&amp;do=diff</link>
        <description>During conversion to SQL Server, you can figure out all syntax issues and successfully create objects such as stored procedures, functions, triggers in the SQL Server database without any errors.

Unfortunately, some issue still can appear when you try to execute the converted code.</description>
    </item>
</rdf:RDF>
