5 pts.
 How to update data for one column in MS SQL?
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

Answer Wiki:
You are going to need to manually go in and edit each row manually. There isn't a programmatic way to do this.
Last Wiki Answer Submitted:  November 15, 2010  12:49 pm  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Is there a predefined set of questions stored somewhere else ?

 63,535 pts.

 

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.

 4,625 pts.

 

Without more details we can’t assert that it can or cannot be done.

 63,535 pts.