Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个表,其中一列是完整的文件路径。我想编写一个选择查询,它将选择该路径不存在的每条记录。我试图使用 xp_fileexist,但在选择查询中使用它时运气不佳。执行此操作的正确方法是什么(不一定必须使用 xp_fileexist)?