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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 create/modify file with a system stored procedire

Author  Topic 

vishal_7
Posting Yak Master

127 Posts

Posted - 2005-11-22 : 16:04:38
Does anybody know how to create/modify a file without using one of the system stored procedures?

Thanks

nr
SQLTeam MVY

12543 Posts

Posted - 2005-11-22 : 20:27:05
All the ways I know of use them
bcp
com
dos redirection
fs
dts

Would be a bit of a security problem if it was easy.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -