SQL Server Like Predicate
Before discussing LIKE, we will define what a predicate is. The term “predicate” is used to refer to […]
Before discussing LIKE, we will define what a predicate is. The term “predicate” is used to refer to […]
What is a table expression? Table expressions are named query expressions that represent a valid relational table. Table […]
SQL Server 2005 introduced the APPLY operator, which is very much like a join clause. APPLY allows the […]
There is a good article at SQLServerCentral.com that helps you troubleshoot this error 15517 on SQL Server. I […]
This post is a continuation of the post called SQL Server Logical Query. It is based on the […]
In SQL Server you may get the message “Saving changes is not permitted. The change you have made […]
As a SQL Server practitioner, it is important to understand logical query processing. The following list is found […]
The term “predicate” is used to refer to an expression that determines whether something is true or false. […]
This post discusses the query you will need to be able to search inside a column in a […]
This post describes how you can create a user-defined function in SQL Server. We will start off with […]
You need to select the TOP 1 into a variable in SQL Server. In other words you need […]
In this post we illustrate SQL joins using a common example of geographic data in a Microsoft Access […]