I'm trying to parse information from a column of URLS in SQL Server 2012
The basic structure is
http://www.domainsomething.com/?test/campaign=abc&kwd=jdc ftp&catgory=brnd
Where I need to grab the parameters from the kwd= value. In the above example, it would be the 'jdc ftp', but this would might be different for all the URLs in my column. I've tried CHARINDEX and LEN, but I can't seem to put the syntax together correctly.