Category: SQL Server

Inner Join in SQL Server

You can use inner join to get the result of two tables that match the criteria. For example , assume that you have a Person table and a Phone Number table where every person would have 0 or more phone number associated to him and you wish to get the person records who have at least one phone number. Here’s the query on how to…

SQL Server Error Code – 21888 the sql server instance ‘%s’ is not conf

In this blog post, you’ll learn more about the SQL Server Error Code 21888 and the error message description that is shown SQL Server Error Code 21888 SQL Server Error Description for the Code :21888 The SQL Server instance ‘%s’ is not configured to support replication. To enable the SQL Server instance to serve as a replication publisher, configure the instance for replication.