I port my development platform to a virtual machine (using VirtualBox) and install Win7, VS2010 and SQL Server Express 2008 R2. I have a project that uses FluentMigrator to search for a database.
When I (try) to start the initial migration, all console messages are returned from the FluentMigrator report, but when I look at the database, there were no changes. In addition, if I try to update the schema in SQL Server Management Studio Express a couple of minutes after the migration, I get the message "Request timeout timeout."
Unfortunately, SQL Server Express does not ship with SQL Profiler. Is there a way I can look at queries that hit the database without this?
Any other ideas on why FluentMigrator will report success when success is not found?
source
share