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

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

    All you need to do is to open command prompt and type: mkdir %temp% and press Enter.

    Simple as that. No logout/login required.

提交回复
热议问题