SQL Server - An error occurred while executing batch. Error message is: The directory name is invalid

后端 未结 11 1780
[愿得一人]
[愿得一人] 2020-12-28 12:22

Our database server had run out of disk space, after freeing up some disk space any query run in sql server management studio, with the results sent to grid view, resulted i

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-28 12:57

    I had similar problem on SQL Server 2012. I checked the folder value in %TEMP% variable (echo %TEMP% from command prompt ) and noticed that the folder did not exist. I created the folder and it did the trick!

提交回复
热议问题