Search code examples
sql-server-2008-express

My database's table cleaning itself (SQL Server 2008 Express)


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...


Solution

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