Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-05-25 : 08:38:38
|
| Ganaapthy writes "I have a DLL in a Remote machine. Now I want to Import this DLL into SQL Server table. And want to Export from Table into my Hard Disk.How do i do that," |
|
|
cas_o
Posting Yak Master
154 Posts |
Posted - 2004-05-25 : 11:08:09
|
You can't "read" a dll file into a SQL table because it isn't a text file.You can use stored procedure xp_cmdshell in the master database to move/copy the dll from the remote machine to yours with DOS commands, but that would be silly. ;-]... Quack Waddle |
 |
|
|
|
|
|