June 20, 2002 at 10:31 am
I am trying to export a query out to a fixed width text file. The problems is that if a field has all nulls in it, the DTS "drops" that field and shifts all other text to the left.
example
AAAAABBBBBCCCCC
XXXXXYYYYYZZZZZ
looks instead like
AAAAACCCCC
XXXXXZZZZZ
when B and Y are null
Thank you for any help,
Chuck
June 20, 2002 at 10:35 am
June 21, 2002 at 3:46 am
The isnull command is working great. Thank you for your help.
Chuck
June 21, 2002 at 10:41 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply