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

后端 未结 11 1783
[愿得一人]
[愿得一人] 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:51

    Is the "Default Location for saving Query Results" set to a valid path in Tools/Options/Query Results/SQL Server/General?

    Do the TMP/TEMP environment variables point to valid directories?

    Reinstalling the client tools will probably fix the problem.

提交回复
热议问题