|
|
Browse by Tags
All Tags » .NET » SQL
-
Have you ever had the following problem?
You are debugging a unit test which has just inserted some records into your database. While the unit test is waiting on a breakpoint you want to see the result of the insert in the database. You start up SQL Query Analyzer type 'select * from customers' and hit <F5>. What happens? If ...
|
|
|