• Technically it should be:

    LEFT(myString, CHARINDEX(' ', myString + ' ') - 1)

    unless you want a trailing space in the result :-).

    Adding the "+ ' '" will cause the code to return the complete string if a space is not found.

    SQL DBA,SQL Server MVP(07, 08, 09) A socialist is someone who will give you the shirt off *someone else's* back.