<p>Adding [] around table_name fixes this issue.</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/djgoku/sql-translator allow_tables_in_sql_server_to_be_reserve_words</pre>
<p>Or view, comment on, or merge it at:</p>
<p>&nbsp;&nbsp;<a href='https://github.com/dbsrgits/sql-translator/pull/36'>https://github.com/dbsrgits/sql-translator/pull/36</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Adding [] around table_name fixes the issue with tables using reserve words as their name.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/sql-translator/pull/36/files#diff-0">lib/SQL/Translator/Parser/DBI/SQLServer.pm</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/sql-translator/pull/36/files#diff-1">lib/SQL/Translator/Parser/DBI/Sybase.pm</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/dbsrgits/sql-translator/pull/36.patch'>https://github.com/dbsrgits/sql-translator/pull/36.patch</a></li>
  <li><a href='https://github.com/dbsrgits/sql-translator/pull/36.diff'>https://github.com/dbsrgits/sql-translator/pull/36.diff</a></li>
</ul>