I'm having some strange behavior with one data base on SQL Server 2005, i made an application to store some data, i have only 1 store procedure for custome querys in wich i only have some selects (no delete, or update operations) but for some reason, at a random moment (i havent found the exact moment when this happens) the data from my 2 important tables is someway deleted an the tables only keeps a couple of rows.
I use Mygeneration to map tha database on objects on .NET, and my methods only delete one row at time when is necesary,some times when i make some querys on SQL Server 2005 Managment studio the database don't finish the querys and it doesn't response.
I don't have any clue why this is happening and its giving me some headache at work. I'll apreciate some help with This. Thanks.