Hi,
I have a text file which I need to store in a secure environment. Each text file is formatted as a 'label' with multi-lines and the layout needs to be held 'as-is' (each line has its own left/right/centre adjustments), so that when it is stored, the text positioning (format) remains the same.
Can this be stored in/retreived from SQL Server?
If so, how do I import it? Can I use T-SQL or Integration Services?
Thanks in advance,