Hello, SQL 2008 R2
I have a file that has no delimited data. Think of it as a single row of data 6 billion characters wide. Yes it is billion. No CR or LF in the file.
What needs to happen is every 129 characters start a new record.
Can SQL do this or do I just use a .NET program? Which I am currently doing.
Thank you,
djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!
I have a file that has no delimited data. Think of it as a single row of data 6 billion characters wide. Yes it is billion. No CR or LF in the file.
What needs to happen is every 129 characters start a new record.
Can SQL do this or do I just use a .NET program? Which I am currently doing.
Thank you,
djj
The Lord is my shepherd (Psalm 23) - I need someone to lead me!