﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Gregory Larsen / Article Discussions / Article Discussions by Author  / Stairway to T-SQL DML Level 9: Adding Records to a table using INSERT Statement / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 18 May 2013 14:30:14 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Stairway to T-SQL DML Level 9: Adding Records to a table using INSERT Statement</title><link>http://www.sqlservercentral.com/Forums/Topic1238575-90-1.aspx</link><description>Very good question.  Looks like the article output is incorrect.  The id values should be 19 and 20.  I'll will get this update.  Thank you for pointing this out. Greg</description><pubDate>Mon, 29 Oct 2012 21:41:37 GMT</pubDate><dc:creator>Greg Larsen</dc:creator></item><item><title>RE: Stairway to T-SQL DML Level 9: Adding Records to a table using INSERT Statement</title><link>http://www.sqlservercentral.com/Forums/Topic1238575-90-1.aspx</link><description>Why does the Id column in listing 9 start with 21 after the previous is dropped and the new one is made an identity?Sorry... newbie here.</description><pubDate>Mon, 29 Oct 2012 11:23:08 GMT</pubDate><dc:creator>ScottC91</dc:creator></item><item><title>RE: Stairway to T-SQL DML Level 9: Adding Records to a table using INSERT Statement</title><link>http://www.sqlservercentral.com/Forums/Topic1238575-90-1.aspx</link><description>Another useful variation of the INSERT command is the "SIF" format to create a table with fields based on the source table:[code="plain"]SELECT Id, Name, Quantity  INTO SomeOtherTable -- Or even @SomeOtherTable  FROM Fruit[/code]This will create a table ("SomeOtherTable") with the Id, Name, and Quantity columns from the Fruit table.  You can specify a WHERE clause to limit the records you pull out (WHERE Quantity &amp;gt; 2).  Useful  for on-the-fly requirements to get a subset of records out of a larger table to manipulate or scan through.</description><pubDate>Wed, 05 Sep 2012 09:48:56 GMT</pubDate><dc:creator>ACinKC</dc:creator></item><item><title>RE: Stairway to T-SQL DML Level 9: Adding Records to a table using INSERT Statement</title><link>http://www.sqlservercentral.com/Forums/Topic1238575-90-1.aspx</link><description>I was unaware of the output option for this. I'm not sure I'll ever really need it but it is cool to know I have the option.</description><pubDate>Wed, 05 Sep 2012 07:19:18 GMT</pubDate><dc:creator>jfogel</dc:creator></item><item><title>Stairway to T-SQL DML Level 9: Adding Records to a table using INSERT Statement</title><link>http://www.sqlservercentral.com/Forums/Topic1238575-90-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/articles/Stairway+Series/75781/"&gt;Stairway to T-SQL DML Level 9: Adding Records to a table using INSERT Statement&lt;/A&gt;[/B]</description><pubDate>Thu, 19 Jan 2012 05:38:10 GMT</pubDate><dc:creator>Greg Larsen</dc:creator></item></channel></rss>