I'm importing an excel file into SQL Server using SSIS. I have one field that comes to me with different strings, some might just say local printer or desktop, which I want to pass through as is, but sometimes it says something like servername.location.com in which I want to import only servername and leave off the rest. Is there an easy way with SSIS?
I'm using SQL Server 2008 R2