Hi there,
I have an SQL Server database, which I want to update from an Access database. One field in this Access database is a memo field, having an allmost unlimited capacity. When I try to update the field in the SQL Server database from this field, the maximum capacity in the SQL Server database is 4000 characters. When I use the varchar datatype, I am not able to change the design field attribute in anything greater than 4000. When I use the ntext datatype, it has a standard length of 16 (?) which can't be changed at all. I definitely need a field length of more than 4000 however.
Does anyone know how to get this done? Any help will be greatly appreciated.
I have an SQL Server database, which I want to update from an Access database. One field in this Access database is a memo field, having an allmost unlimited capacity. When I try to update the field in the SQL Server database from this field, the maximum capacity in the SQL Server database is 4000 characters. When I use the varchar datatype, I am not able to change the design field attribute in anything greater than 4000. When I use the ntext datatype, it has a standard length of 16 (?) which can't be changed at all. I definitely need a field length of more than 4000 however.
Does anyone know how to get this done? Any help will be greatly appreciated.