Category: SQL Server

SQL Server Error Code – 21764 cannot create the publication. specifyin

In this blog post, you’ll learn more about the SQL Server Error Code 21764 and the error message description that is shown SQL Server Error Code 21764 SQL Server Error Description for the Code :21764 Cannot create the publication. Specifying a value of ‘msmq’ for the parameter @queue_type is supported only on Microsoft Windows NT platforms. Specify a value of ‘sql’ for this parameter.

SQL Server Error Code – 26050 server local connection provider has sto

In this blog post, you’ll learn more about the SQL Server Error Code 26050 and the error message description that is shown SQL Server Error Code 26050 SQL Server Error Description for the Code :26050 Server local connection provider has stopped listening on [ %s ] due to a failure. Error: %#x, state: %d. The server will automatically attempt to re-establish listening.

SQL Server Error Code – 3980 the request failed to run because the ba

In this blog post, you’ll learn more about the SQL Server Error Code 3980 and the error message description that is shown SQL Server Error Code 3980 SQL Server Error Description for the Code :3980 The request failed to run because the batch is aborted, this can be caused by abort signal sent from client, or another request is running in the same session, which…

SQL Server Error Code – 21338 cannot execute sp_dropmergearticle if th

In this blog post, you’ll learn more about the SQL Server Error Code 21338 and the error message description that is shown SQL Server Error Code 21338 SQL Server Error Description for the Code :21338 Cannot execute sp_dropmergearticle if the publication has a Subscriber that is running on a version of SQL Server 2000 or earlier. Drop and re-create the publication without the article ‘%s’…

SQL Server Error Code – 21132 cannot create transactional subscription

In this blog post, you’ll learn more about the SQL Server Error Code 21132 and the error message description that is shown SQL Server Error Code 21132 SQL Server Error Description for the Code :21132 Cannot create transactional subscription to merge publication ‘%s’. The publication type should be either transactional(0) or snapshot(1) for this operation.