简体   繁体   English

在 SQL Server Management Studio 中保存文件失败

[英]Saving a file in SQL Server Management Studio failed

I am a student... I try to save a query into a file in my documents, but I get an error message我是学生...我尝试将查询保存到文档中的文件中,但收到一条错误消息

c:\\user\\my_account\\documents\\script.sql file not found c:\\user\\my_account\\documents\\script.sql 文件未找到
Please check the file name and try again.请检查文件名,然后重试。

Other questions:其他问题:

  • Generation script failed生成脚本失败
  • Can't get the list of object from the word_db无法从 word_db 中获取对象列表
  • Result error结果错误

I had the same problem while trying to save a new query in SSMS 18 (after the 1903 windows update).我在尝试在 SSMS 18 中保存新查询时遇到了同样的问题(在 1903 Windows 更新之后)。 It turned out to be windows defernder's "Controlled folder access" which was turned on.原来是windows deferder的“受控文件夹访问”被打开了。 Solutions: turn off "controlled folder access" or whitelyst ssms (restart required)解决方案:关闭“受控文件夹访问”或whitelyst ssms(需要重新启动)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在SQL Server Management Studio中运行.sql文件 - Run .sql file in sql server management studio SQL Server Management Studio-将查询结果保存到插入脚本 - Sql Server Management Studio - saving query results to an insert script 在 SQL Server Management Studio 中编辑表后保存更改 - Saving changes after table edit in SQL Server Management Studio 备份文件在 SQL Server Management Studio 中不可见 - Backup file is not visible in SQL Server Management Studio 错误:无法加载程序包“Microsoft SQL Management Studio程序包”。 在SQL Server Management Studio中 - Error: Package 'Microsoft SQL Management Studio Package' failed to load. In SQL Server Management Studio SQL Server Management Studio-无法启动调试器(错误229) - SQL Server Management Studio - Failed to start debugger (Error 229) 如何将.MDF.SQL文件导入SQL Server Management Studio? - How to import .MDF.SQL file into SQL Server Management Studio? 有没有一种方法可以在SQL Server Management Studio中打开sql文件? - Is there a way to open a sql file in SQL Server Management Studio? 如何在 SQL Server Management Studio 启动时打开 .sql 文件? - How to open .sql file at startup in SQL Server Management Studio? SQL Server Management Studio使用二进制字符保存.sql文件 - SQL Server Management Studio saves .sql file with binary character
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM