Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 removing string in a column

Author  Topic 

gangadhara.ms
Aged Yak Warrior

549 Posts

Posted - 2011-09-27 : 04:34:21
Dear All,

I have 6 Lacks of records with a column value as "E:\PBS\Item Data\SR182510 PBS Item Data for April 1992.csv"

I need to retain on the part of the string April 1992.each row will have different value so every time i can remove common text
E:\PBS\Item Data\SR182510 PBS Item Data for for each row.

How could be done this.



Thanks,
Gangadhara MS
SQL Developer and DBA

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-09-27 : 04:49:30
its in ssis right so you've do it in ssis expressions itself
see
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=165934


------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -