Hi there,
In the database, the column Area.AreaDomain (where the various domain names are stored) has a max length of 255. Would it be possible to scale that up to nvarchar(max) to allow for more domain names?
Imar
Hi there,
In the database, the column Area.AreaDomain (where the various domain names are stored) has a max length of 255. Would it be possible to scale that up to nvarchar(max) to allow for more domain names?
Imar
Yeah, I think you can just do that on the database.
You must be logged in to post in the forum