Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,665 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am importing a large hexadecimal text file with strings up to 600 characters long. The file was created by COBOL.
Will I have a problem with carriage returns or can I just read it in line by line and then apply a format?
Sharon