Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的表格中遇到了一个关于我的数据的史诗问题。我将一些数据插入表中,然后等待 5 或 10 分钟,然后表会自行清除。我不知道为什么。我的应用程序没有代码错误,但我认为 SQL Server 有错误。请帮忙...
我最好的猜测是您的代码每次运行时都会创建数据库或表,因此似乎删除了插入的数据。
确保提交更改。我猜您使用的工具不会因为其设置而自动提交您的更改。