Newbie question,
Problem - Customer has a Unix system that spits out a ANSII file, and I already imported this into the MS-SQL database. The problem is that I need to add a additional value to the datatype to a column in a table (easy enough, do a alter table, alter column).
Here is the kicker (at least to me), I need to add the data so that I can add a 0 to the left side of the value in the column.
So, basically, if the origional value in the column is say, 1234, I need to add the value 0 to the left side, which would then be 01234(and this is to ALL the values). Would this be a update statement, or something else?????
Sorry for my newbie question, but Im kinda perplex on how to do this part.
Rob W.
Problem - Customer has a Unix system that spits out a ANSII file, and I already imported this into the MS-SQL database. The problem is that I need to add a additional value to the datatype to a column in a table (easy enough, do a alter table, alter column).
Here is the kicker (at least to me), I need to add the data so that I can add a 0 to the left side of the value in the column.
So, basically, if the origional value in the column is say, 1234, I need to add the value 0 to the left side, which would then be 01234(and this is to ALL the values). Would this be a update statement, or something else?????
Sorry for my newbie question, but Im kinda perplex on how to do this part.
Rob W.