Possible Duplicate:
Split string in SQL
I have a column called LastName
in the data base that has the following value:
Johnson (Ext. 12345)
I only want to return the Last name without the extension.
Any idea what command to use in T-SQL? (for SSRS 2008 version)
thanks