http://www.perlmonks.org?node_id=987138


in reply to SQL server 2008 error

Your error message tells you what the problem is: "Incorrect syntax near the keyword 'external' ". Change the name of your column to something that isn't a SQLServer keyword, 'external_link', perhaps.

----
I Go Back to Sleep, Now.

OGB