预览模式: 普通 | 列表

sqlserver sp_textcopy 写二进制数据

CODE:

exec sp_textcopy '192.168.1.1','sa','123456',
'test_db','t_test','data','c:\aaa.gif','where id=1','I';

查看全部...

标签: Sqlserver sp_textcopy 

分类:数据库技术 | 固定链接 | 评论: 5 | 查看次数: 1492