Skip to Content
0
Former Member
Feb 19, 2009 at 03:47 PM

Storing contents of a file in nvarchar(max)

112 Views

Hi,

I have a requirement to read the entire contents of a text file and storing it in a nvarchar(max) field in SQL Server. The data in the file is not delimited; I just need to read the entire file contents and store them in one field. The DI version is 11.7.

Is this possible? If yes, how?

Thanks,

Sandeep