0

I could not create database with master data service of SQL Server 2008 R2, I get this error:

The specified SQL Server instance do not support master dataservice database the
edition lavel is not supported connecte to another SQL Server instance.

Have you got any suggestion?

Xharze
  • 2,703
  • 2
  • 17
  • 30
jawhar_m
  • 145
  • 5
  • 13

1 Answers1

2

You have to be using 1 of the following editions of SQL 2008r2...

SQL Server 2008 R2 Datacenter SQL Server 2008 R2 Enterprise SQL Server 2008 R2 Developer

See this link.

Bill Anton
  • 2,920
  • 17
  • 23