I am Using SQL Server 2008. i have a Table of "Course", having one column with name of "Courses" . I insert "Courses" in table "Course" and get a string For example "Math English Physics".
How do I split a string so I can access each course? How can I split the string by a space and access the item at index 1 which should return "English"?