<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Roman Rehak : Synonyms</title><link>http://sqlblog.com/blogs/roman_rehak/archive/tags/Synonyms/default.aspx</link><description>Tags: Synonyms</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Synonyms and SQL Server Express</title><link>http://sqlblog.com/blogs/roman_rehak/archive/2008/05/03/synonyms-and-sql-server-express.aspx</link><pubDate>Sat, 03 May 2008 03:37:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:6607</guid><dc:creator>roman</dc:creator><slash:comments>4</slash:comments><comments>http://sqlblog.com/blogs/roman_rehak/comments/6607.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/roman_rehak/commentrss.aspx?PostID=6607</wfw:commentRss><description>&lt;P&gt;I've been a big fan of using SQL Server aliases for a long time because it allows you to make physical location of SQL Servers transparent to the client machines. With SQL Server 2005 Microsoft introduced synonyms, allowing you to define logical names for objects in another database or even on another server. This could be among other things beneficial if you need to move some tables to another database. Instead of recoding your application, you can define synonyms and point them to the new location (I wrote an &lt;A class="" href="http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1281621,00.html" target=_blank&gt;article&lt;/A&gt; for SearchSQLServer.com about synonyms recently, you can get more details there if interested) This week I realized that synonyms can have another great benefit. As you know, SQL Server Express has a limit of 4GB per database. If your database begins to grow close to 4GB, you can move one or more large tables to another database on the same server, create synonyms in the original database and point them to the new location. I tested it on my SQL Server Express instance and it does work as expected. So with this knowledge, this limitation might become less of an obstacle for you to consider SQL Server Express.&lt;/P&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=6607" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/roman_rehak/archive/tags/SQL+Server+Express/default.aspx">SQL Server Express</category><category domain="http://sqlblog.com/blogs/roman_rehak/archive/tags/Synonyms/default.aspx">Synonyms</category></item></channel></rss>