Hi,
I have a Table in SQL 2005 with columns having datatype nvarchar(255). When i Export this table to Access the Datatype get changed to Memo.
However I want the Access datatype to be Text. I tried changing the Datatype at Access level, but it gives me an memory error.
The machine being used is a Server and is currently not being used by any other major Processes apart from SQL 2005.
I understand the reason maybe becoz Text in access only stores 255 character and my nvarchar column in SQL stores Unicode data as well.
Could some one please provide some alternative so that I may export the Data into Text Data type in Access.
Thanks