dbt-msft / tsql-utils

dbt-utils for the dbt-msft family of packages
MIT License
26 stars 26 forks source link

Use VARCHAR(MAX) for String #82

Closed ataft closed 1 year ago

ataft commented 2 years ago

VARCHAR(MAX) is the closest to "string" type and is available in SQL Server 2005 and up

sdebruyn commented 1 year ago

This macro has moved to dbt-sqlserver as part of the Column class. The change was made there. Thanks for the PR!