Hi,
I have a table column named "Question" that stores the question without space.For example "Who are you" is stored as "whoareyou".Now I have modified the code to store the data with spaces in Question column.Problem is newly added data will be stored with space,but I want to change the already existing thousands of records to store the question with space.How can I do this?Any sugggestions really appreciated.
Software/Hardware used:
MSSQL
ASKED:
November 12, 2010 3:50 AM
UPDATED:
November 16, 2010 3:06 PM
Is there a predefined set of questions stored somewhere else ?
I don’t quite understand why the question would be stored without spaces, how do you display the question with the spaces to make it readable?
Maybe you could use this function to redirect the text displayed.
Without more details we can’t assert that it can or cannot be done.