我尝试使用exec XP_CMDSHELL'dir / B C:\ Users \ pc \ Desktop \ images \ images2 \ items * .jpg'从文件夹中获取图像名称;
输出高于
sp_configure 'xp_cmdshell',1
reconfigure with override
GRANT EXECUTE ON xp_cmdshell TO [user]
EXEC sp_xp_cmdshell_proxy_account 'user', 'password'
create credential ##xp_cmdshell_proxy_account## with identity = 'user', secret = 'password
'
我想在我的sql server中打开文件夹名称并存储在自定义表格中。