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