Possible Duplicate:
How can I parse the first, middle and last name from a full name field in SQL?
Say I have some nvarchar data 'Joe Blogs'...
I need to be able to query the data to extract the first and last names.
firstname
----------
Joe
lastname
----------
Blogs
What is the simplest way of doing this?

Ponce de Leon? Also, the title has nothing to do with the question's content... – Esoteric Screen Name Dec 3 '12 at 16:04