Posts
Sort by recent activity
Startup error caused by SQL Prompt
I needed to log activity on Visual Studio 2010 so I started devenv.exe with the /log switch. This error gets thrown:
System.IO.FileNotFoundException was unhandled
Message=devenv.exe
Source=System
...
Suggestion: generate managed code with fake/mock data
The Data Generator is great when you are populating a database but in the TDD world it would be good to have an output option that creates methods in managed code (C#, VB.NET) containing fake data....
Suggestion: list SQL errors before synchronisation
At the moment if there are any SQL errors found at synchronisation time only the first error is shown in a pop-up. This is a nuisance if there are actually multiple errors that need resolving. It...
Ignoring a column
I'm compaing a couple of database tables on production and development servers where one column is Arabic text, but the encoding in each database is different. I want to compare the tables except ...