Viewing 5 posts - 1 through 5 (of 5 total)
:-):-)
You are fine
You are helping
:-):-)
June 5, 2015 at 11:31 am
I used following statements and it worked fine
ALTER TABLE Test_Table ALTER COLUMN Test_Column varchar(200)
ALTER TABLE Test_Table ALTER COLUMN Test_Column int
But I am looking for one statement not two
June 5, 2015 at 11:19 am
My SSIS package has a Months column with 2 digit values but my table has Months column in Date datatype I want to convert
June 5, 2015 at 10:54 am
Is there no straight forward answer?
why we have to change to varchar then to INT?
June 5, 2015 at 10:29 am
Viewing 5 posts - 1 through 5 (of 5 total)