Solving the invalid object name 'string_split' error
It's a pretty common frustration when you're working in SQL Server and suddenly run into the invalid object name 'string_split' error right when you're trying to get things done. You might be following a tutorial or trying out a new script, only to have the database engine act like it has no idea what you're talking about. It's annoying because STRING_SPLIT is supposed to be one of those handy, built-in functions that makes life easier, yet there it is, throwing a wrench in your workflow. ...