Friday, February 10, 2012

Can I launch an application using T-SQL?

For example, before bulk insert, I should uncompress zip files (or untar) from remote machine.

yes possible use the following code...

xp_cmdshell 'Your Command'

|||

Thank you very much.

That is what I want.

No comments:

Post a Comment