摘要:
1 EXEC sp_configure 'show advanced options', 1 2 3 GO 4 5 RECONFIGURE 6 7 GO 8 9 EXEC sp_configure 'xp_cmdshell', 110 11 GO12 13 RECONFIGURE14 15 GO16 //导出17 EXEC userinfo..xp_cmdshell 'bcp userinfo.dbo.students out D:studentes.txt -c -T -U''sa'' -P''12345 阅读全文