Viewing 2 posts - 1 through 2 (of 2 total)
below did it
update dbo.testtable set testcode = substring(testcode,1,len(testcode)-1)
Thanks
January 12, 2010 at 12:32 pm
#1102669
I have script task that does data validation and manipulation using custom dll's and i need to store data into database after data validation. It has to be in script...
May 18, 2009 at 12:38 pm
#996564