columns to change to varchar(max) in ProvidusDB:
- task_instance_docs.uri
- task_doc_location.source
insert this row into the ProvidusDB.dbo.settings table
name isSQL2k5
value true
--------
To have a column have a width of varchar(max) set the column length to -1. This may cause test extractions to fail, but will cause web scraper to use varchar(max) during the actual extraction.