<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4291664034828038593.post3809630537231204522..comments</id><updated>2010-01-19T11:38:03.991Z</updated><title type='text'>Comments on Strictly Software: Using SYNONYMs in SQL 2005</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.strictly-software.com/feeds/3809630537231204522/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4291664034828038593/3809630537231204522/comments/default'/><link rel='alternate' type='text/html' href='http://blog.strictly-software.com/2009/10/using-synonyms-in-sql-2005.html'/><author><name>R Reid</name><uri>http://www.blogger.com/profile/05430306492065347012</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4291664034828038593.post-7013606574907162141</id><published>2010-01-19T11:38:03.991Z</published><updated>2010-01-19T11:38:03.991Z</updated><title type='text'>Well the article you just commented on is all abou...</title><summary type='text'>Well the article you just commented on is all about using SYNONYMs to do just that, switching SYNONYMs between two tables.&lt;br /&gt;&lt;br /&gt;You just need to use the CREATE and DROP statement to drop the old pointer and the create the new pointer.&lt;br /&gt;&lt;br /&gt;Example code is:&lt;br /&gt;&lt;br /&gt;DECLARE @SYNONYM  varchar(100)&lt;br /&gt; ,@SQL varchar(1000)&lt;br /&gt;&lt;br /&gt;-- set name of SYNONYM&lt;br /&gt;SELECT @SYNONYM = &amp;#39;</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4291664034828038593/3809630537231204522/comments/default/7013606574907162141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4291664034828038593/3809630537231204522/comments/default/7013606574907162141'/><link rel='alternate' type='text/html' href='http://blog.strictly-software.com/2009/10/using-synonyms-in-sql-2005.html?showComment=1263901083991#c7013606574907162141' title=''/><author><name>R Reid</name><uri>http://www.blogger.com/profile/05430306492065347012</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='07417275881777624250'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.strictly-software.com/2009/10/using-synonyms-in-sql-2005.html' ref='tag:blogger.com,1999:blog-4291664034828038593.post-3809630537231204522' source='http://www.blogger.com/feeds/4291664034828038593/posts/default/3809630537231204522' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4291664034828038593.post-2690391882303165682</id><published>2010-01-18T21:02:07.288Z</published><updated>2010-01-18T21:02:07.288Z</updated><title type='text'>Do you have any useful t-sql for swapping synonyms...</title><summary type='text'>Do you have any useful t-sql for swapping synonyms between table_a and table_b after determining which table the synonym is referencing?</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4291664034828038593/3809630537231204522/comments/default/2690391882303165682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4291664034828038593/3809630537231204522/comments/default/2690391882303165682'/><link rel='alternate' type='text/html' href='http://blog.strictly-software.com/2009/10/using-synonyms-in-sql-2005.html?showComment=1263848527288#c2690391882303165682' title=''/><author><name>Bob</name><uri>http://www.blogger.com/profile/02045310713910044770</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.strictly-software.com/2009/10/using-synonyms-in-sql-2005.html' ref='tag:blogger.com,1999:blog-4291664034828038593.post-3809630537231204522' source='http://www.blogger.com/feeds/4291664034828038593/posts/default/3809630537231204522' type='text/html'/></entry></feed>