Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
OK, let's back up several steps and talk a little logic and maybe we can work through this.
First of all, a ZombieCheck is a piece of an SQL Transaction looking for a stale (or closed) transaction. This is intrinsic to the Sql Client, and is correct in checking. But another thing that I would like to revisit here, as there was a lot of chatter, but the thing that struck me was this: when you copied over the MDF from your development machine, it worked.
Put all of the code aside. If your code was left intact and you ran this against two different databases and it worked on the one created in your development server (MDF) and the same code failed when run against the production server, then there is most definitely a SQL side issue.
Please confirm that what I have said is accurate before I go down another path. Thanks.
|