Is there any reason I shouldn't be able to increase the field size in the database for dbo.ac_ShipZones column PostalCodefilter from nvarchar(255) to nvarchar(max)? I have a ton of FedEx zones I'd like to enter and I'm having to split them across multiple zones because of this limit. Is there any chance increasing this could adversely affect anything?
-chad
Increasing PostalCodeFilter length from 255 to max
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 36
- Joined: Mon Dec 08, 2008 10:41 am
Re: Increasing PostalCodeFilter length from 255 to max
I think it should work. Internally system is using String type to map on db nvarchar so for API it doesn't makes any difference.