You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Describe the Issue
The generated create table script has an syntax error.
Expected behavior
The generated scripts should be valid T-SQL statements.
Steps to Reproduce
textorntextcolumn.The generated script will contain a column definition containing
text(16), e.g.which will generate the following error when run against the database:
Other Information
Tables hosted on a SQL Server 2008 R2.