﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / Linked Servers Syntax - "drop if exists" and "select * into from" / 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>Tue, 21 May 2013 04:09:57 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Linked Servers Syntax - "drop if exists" and "select * into from"</title><link>http://www.sqlservercentral.com/Forums/Topic1410909-391-1.aspx</link><description>Hello I have on the server 1.1.1.2i think SELECT * FROM [1.1.1.1].DATABASE.dbo.TABLEand try DROP TABLE table_name  [1.1.1.1].DATABASE.dbo.TABLE; IF EXISTS (SELECT COUNT(*) FROM sys.object WHERE OBJECT_ID = OBJECT_ID(N'TABLE'))DROP TABLE IF EXISTS table_name  [1.1.1.1].DATABASE.dbo.TABLE;  but the second query i didnt use before :) </description><pubDate>Wed, 23 Jan 2013 23:48:18 GMT</pubDate><dc:creator>tony28</dc:creator></item><item><title>Linked Servers Syntax - "drop if exists" and "select * into from"</title><link>http://www.sqlservercentral.com/Forums/Topic1410909-391-1.aspx</link><description>Hi,Can anyone let me know the syntax for "drop if exists" and "select * into from" using Linked Server tables.</description><pubDate>Wed, 23 Jan 2013 23:25:12 GMT</pubDate><dc:creator>Solitary Reaper</dc:creator></item></channel></rss>