Task

作者: cppUncleSix | 来源:发表于2025-08-15 08:22 被阅读0次

My supervisor asked me to import data in an Excel file into SQL Server. I remembered that I had ever successfully imported Excel file via the tool provided by SQL Server itself. So I accepted the task.

However, the format my supervisor wanted in SQL Server was very different from the Excel file. Another colleague recommended me to write a temporary program which could control exactly data and move them into SQL Server. This seemed reasonable, but debugging and testing the program would take time.

I asked Deepseek how to use the tool in SQL Server to do that, and perfectly completed the task according to its steps with just a few lines of SQL.

AI can indeed help us and improve our work, but the key point is knowing what and how to ask it.

相关文章

网友评论

      本文标题:Task

      本文链接:https://www.haomeiwen.com/subject/veegojtx.html