Parse Domain from a given URL in T-SQL
- by Adam N
I fount this answer, but wanted to expand on the question and couldn't find any solutions here on stack or through searching google.
Substring domainname from URL SQL
Basically the link above solves my problem with a simple URL like parsing "www.google.com" with the result of google.
What I am looking for to expand on that is the solution from…