Tagged Questions
3
votes
3answers
3k views
DELETE Statement hangs on SQL Server for no apparent reason
Edit: Solved, there was a trigger with a loop on the table (read my own answer further below).
We have a simple delete statement that looks like this:
DELETE FROM tablename WHERE pk = 12345
This ...
0
votes
1answer
127 views
Visaul C++ 2005 hangs during qt builds
At my shop, the main product app is a mongrel built on MFC, QT and other random things devs have thrown in over the years.
In the current stack, Qt toolkit is on the way out, but still features ...