SQL SERVER – CHARINDEX – The Equivalent of the VBA InStr Function | MoveFirst Weblog
Doing 90% of my work in ASP and VBA I often find that I forget about the CHARINDEX function within SQL Server! In ASP I'd usually do something like: p = instr(myString, " ") to find the first instance of the space character within the string myString. On ...