Question

I got an epic problem about my datas that in my tables. I insert some data into a table and I wait 5 or 10 mins and table clears itself. I don't know why. My application doesn't have a code bug, but I think SQL Server has a bug. PLease help...

Was it helpful?

Solution

My best guess is that your code creates the database or the table each time it runs, thus seemingly deleting the data inserted.

OTHER TIPS

Make sure you commit your changes. It is my guess that the tool you are using is not committing your changes automatically because of its settings.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top