I do concur with Ivan. Having a single space in a field is most likely not a good idea. Most systems do TRIM() fields which will turn your space into a NULL. Furthermore, you place yourself at the risk of, when updating the field, if you do not account for the space that is already there you will have a space in your string and risk overflowing the field (think phone numbers that are an NVARCHAR(10)).
With all due respect, I can think of no reasons you would want to do this and plenty where you would not.
James
--
You received this message because you are subscribed to the Google Groups "COZYROC" group.
To post to this group, send email to coz...@googlegroups.com.
To unsubscribe from this group, send email to cozyroc+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/cozyroc/-/9gDQSmGv05gJ.
For more options, visit https://groups.google.com/groups/opt_out.