Viewing 6 posts - 1 through 6 (of 6 total)
Steve,
I don't have much planned at present. I've been in fulltime employment since March 1961, and continuously with my current employer since August 1966, so initially, I'm just looking forward...
December 5, 2007 at 1:44 am
Thanks Jeff
I overlooked NULLIF, not having used it much in the past
November 9, 2007 at 1:29 am
Brendt's solution is elegant, but unfortunately won't work in our case without some amendment. Some of our fields correctly contain NULL, but some are just blank, and these leave blank...
November 8, 2007 at 2:31 am
The problem with goodguy's solution is that any blank fields will leave blank lines in the resulting select.
We faced a similar problem and got round it this way
DECLARE @AddressString VARCHAR(250)
SET...
November 7, 2007 at 8:16 am
Many thanks to all who replied. Has given me some ideas on the way to proceed.
Bruce
September 26, 2007 at 1:19 am
We had exactly that problem. My way round was to create an index field and a "done" field in the table, and use a variable @index. When the...
June 11, 2003 at 1:43 am
Viewing 6 posts - 1 through 6 (of 6 total)