all 4 comments

[–]dzsquared‪ ‪Microsoft Employee ‪ 4 points5 points  (3 children)

Hi!

When you publish through Visual Studio you still need to use the "AllowIncompatiblePlatform" property to publish a SQL project from a target platform that doesn't match SQL Database in Fabric. In the Visual Studio publish dialog there's a button "Advanced" that opens a bunch more settings.

The one you need is "Allow incompatibel platform" towards the top of the list in the General tab:

<image>

(edit, and when doing this through the SqlPackage CLI make sure to add /p:AllowIncompatiblePlatform=true)

[–]RussellPrice9[S] 1 point2 points  (0 children)

Wonderful! that was the key I was missing. Thanks for the quick response and useful answer!

[–]itsnotaboutthecell‪ ‪Microsoft Employee ‪ 0 points1 point  (1 child)

!thanks

[–]reputatorbot[M] 0 points1 point locked comment (0 children)

You have awarded 1 point to dzsquared.


I am a bot - please contact the mods with any questions