How can we help you today? How can we help you today?
CrispinH
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 ...
4 followers 4 comments 0 votes
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....
1 follower 1 comment 0 votes
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...
3 followers 4 comments 0 votes
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 ...
3 followers 3 comments 0 votes