Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

So I am still extremely new to Windows Azure and currently in the process of studying for the exam. One of the tasks is that I need to import a .bacpac file from my local machine using MS SQL 2012. I create the connection and when I try to import the file, I get the following error:

TITLE: Microsoft SQL Server Management Studio
------------------------------

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------
ADDITIONAL INFORMATION:

'Web' is not a valid database edition in this version of SQL Server. (Microsoft SQL Server, Error: 40633)


Any assistance would be appreciated on how to resolve this.

Thanks
Posted
Comments
virusstorm 27-Aug-15 15:53pm    
Have you looked at this MSDN article yet?
https://msdn.microsoft.com/en-us/library/Hh710052(v=sql.110).aspx

1 solution

Are you using some type of web class in a.net app?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900