MSSQL Query Blog

Using CROSS APPLY in SQL Server

Hello everyone, In this article I will share information about using CROSS APPLY in SQL Server In SQL Server, CROSS APPLY is a JOIN operator that allows you to apply data from one table or query to another table or query. CROSS APPLY, like OUTER APPLY, is one of the...

Using OUTER APPLY in SQL Server

Hello everyone, In this article, I will share information about using OUTER APPLY in SQL Server. In SQL Server, OUTER APPLY is a JOIN operator that allows you to apply data from one table or query to another table or query. OUTER APPLY, like CROSS APPLY, is one of the...

Parse URL in SQL Server

Hello everyone, In this article, I will give information about URL parsing in SQL Server. In SQL Server you may want to parse the URL in some cases. Let me explain what I mean. Have a URL address like the one below. https://www.example.com/?utm_source=google&utm_medium=blabla&utm_campaign=gameuser&utm_term=winwin&utm_content=takego We will parse this URL address as...

Don`t copy text!