JohnB
JohnB

Reputation: 1793

Visual Studio unable to publish or schema compare database

I have no idea what went wrong with my Visual Studio, but I am unable to publish or schema compare any database on my development server. Here are my two issues:

Additional Troubleshooting

The only recent change to the server was that I restored two production database backups into my development server. I do not know if this is when the issue started.

What else can/should I be trying??

Update This question is still preventing me from schema comparing or publishing any database. Even from a new project. Additional troubleshooting since the first post:

Upvotes: 6

Views: 3448

Answers (3)

Adriang
Adriang

Reputation: 831

Verify that you can build your DB project before starting the Schema Compare.

Although building is part of the Compare process, sometimes build errors aren't clearly shown when using Schema Compare.

Upvotes: 1

Jonathan Amend
Jonathan Amend

Reputation: 12815

Please try updating to the latest version of SSDT (the tools for working with databases in Visual Studio). Also, since you are using VS 2012, consider trying VS 2013 Express, at least to see if it fixes your issues, as it includes the tools for working with database projects.

Upvotes: 3

nshah
nshah

Reputation: 340

It's possible VS 2012 Express is different but there are limitations of VS Express 2010

Related: Schema compare fails, SQL Server 2008 R2 & VS2010 Premium with time out expired error

You can also try Schema Compare Options http://msdn.microsoft.com/en-us/library/aa833438(v=vs.100).aspx

Upvotes: 0

Related Questions