all groups > sql server new users > april 2006 >
You're in the

sql server new users

group:

how can a file be created through a trigger or stored procedure


Re: how can a file be created through a trigger or stored procedure Jens
4/27/2006 12:00:47 AM
sql server new users:
YOu can use the xp_cmdshell to do this, but keep in mind that this
happens synchronously, therefore transaction is halted until the
external call comes back. This should be nothing special, if you keep
that in mind, starting something which might need a user interaction
like "Do you really want to delete (Y/N)" or something like that.

HTH, Jens Suessmeyer.

---
http://www.sqlserver2005.de
---
how can a file be created through a trigger or stored procedure shoeb ali
4/27/2006 10:53:48 AM
i want to create a text file each time the table is updated. how can i
achieve it through stored procedure or trigger

AddThis Social Bookmark Button