<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Copy Table | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/tag/copy-table/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Fri, 10 May 2013 12:35:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://varindersandhu.in/wp-content/uploads/2020/05/varindersandhu_favicon.ico</url>
	<title>Copy Table | Varinder Sandhu</title>
	<link>https://varindersandhu.in</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">22788835</site>	<item>
		<title>SQL Server 2008 &#8211; How to copy a Table</title>
		<link>https://varindersandhu.in/2012/07/09/sql-server-2008-how-to-copy-a-table/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Mon, 09 Jul 2012 10:08:13 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-General]]></category>
		<category><![CDATA[SQL-Scripts]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Copy Table]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2455</guid>

					<description><![CDATA[<p>Lets see how to copy an existing table to new table in SQL Server. There are two options. Copy the table with Data. Copy the table without data (i.e.Table Structure Only) -- Create Table CREATE TABLE EMPLOYEE ( ID INT NOT NULL, FIRST_NAME VARCHAR(10), LAST_NAME VARCHAR(10) ); &#160; -- INSERT</p>
<p>The post <a href="https://varindersandhu.in/2012/07/09/sql-server-2008-how-to-copy-a-table/">SQL Server 2008 – How to copy a Table</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2455</post-id>	</item>
		<item>
		<title>Oracle &#8211; How to copy a table</title>
		<link>https://varindersandhu.in/2012/01/03/oracle-how-to-copy-a-table/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 14:37:14 +0000</pubDate>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Copy Table]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2118</guid>

					<description><![CDATA[<p>-- CREATE TABLE CREATE TABLE EMPLOYEE ( ID NUMBER NOT NULL, FIRST_NAME VARCHAR2(10 BYTE), LAST_NAME VARCHAR2(10 BYTE) ); -- INSERT SOME VALUES INTO TABLES INSERT INTO EMPLOYEE (ID,FIRST_NAME,LAST_NAME) VALUES (1,&#039;VARINDER&#039;,&#039;SANDHU&#039;); INSERT INTO EMPLOYEE (ID,FIRST_NAME,LAST_NAME) VALUES (2,&#039;DINESH&#039;,&#039;SHARMA&#039;); INSERT INTO EMPLOYEE (ID,FIRST_NAME,LAST_NAME) VALUES (3,&#039;RANJOYT&#039;,&#039;SINGH&#039;); INSERT INTO EMPLOYEE (ID,FIRST_NAME,LAST_NAME) VALUES (4,&#039;VIKRAM&#039;,&#039;SINGH&#039;); -- CREATE</p>
<p>The post <a href="https://varindersandhu.in/2012/01/03/oracle-how-to-copy-a-table/">Oracle – How to copy a table</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2118</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching using Disk

Served from: varindersandhu.in @ 2025-10-30 13:35:06 by W3 Total Cache
-->