|
I am trying to deploy a SQL 2012 database to SQL Azure, but the "Deploy database to SQL azure" found in Management studio (under tasks) complains about Fill Factor setting is not supported in Azure. If I import the database into DataTools and change the project setting to use SQL Azure as target platform and click build, the database is compliant with SQL azure. If I use the RC0 or the RTM release without DataTools it works just fine. It seems like the DataTools have a different version of Microsoft.SQLserver.DAC.dll I can use the .dacpac from RC0, that i succesfully deplyed to SQL azure, to import into my SQL2012 RTM version with DataTools, but trying to deploy from this server I get the same error. Anyone having an idea/solution?
(comments are locked)
|
|
I think you need to contact Microsoft on this one. I just did an install from SSMS on a server that doesn't have the SSDT Database Projects and it worked fine. I also did it from a sever with SSDT database projects, and, a you found, it worked. Thanks, did it work from SSMS after install of DataTools?
Apr 23 '12 at 01:28 PM
Håkan Winther
(comments are locked)
|


Looking into this, but hitting other isssues with deployments of my test databases. Give me a couple of minutes.
@Grant Fritchey, Thanks in advance, I am counting on you :)