How change distribution database compatibility mode from 2005 to 2008

  • Hello.

    We have a SQL Server 2008 server with some user databases on it and all of them are defined as SQL Server 2008 compatibility mode. Some of this databases are included in the replication.

    The server is defined as publisher and distributor, and the subscriber is also a SQL Server 2008.

    We see that the distribution database have compatibility mode 2005. We don't know when it was changed. ¿How we can change the distribution database compatibility from 2005 to 2008?

    Thanks.

  • ALTER DATABASE [DATABASE] SET COMPATIBILITY_LEVEL = 100

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply