Microsoft SQL Stored Procedure and/or REGEX

Job ID: 35871469

Budget: $10 – $30 USD

Microsoft SQL SP or SQL Command to search in Freetext documents that contains persons Name LasName, that can be identified with up to 4 words, in any order.
FirstName SecondName LastName1 LastName2.
Lets reference them as FN SN LN1 LN2

Example: To find documents that contains presentations like:
- FN LN
- LN FN
- FN SN LN
- LN FN SN
- FN SN LN1 LN2
- LN1 LN2 FN SN
- etc...