Hi all
Would have use the keyword search but it is still down.
Is there away to generate a txt file from within a stored procedure without using xp_cmdshell?
Currently we use xp_cmdshell dtsrun, this is being called within about 20 procedures. We are executing it manually on an adhoc basis but once it is automated the dts package call will fail due to (sysadmin)permissions on xp_cmdshell.
I found away around this by granting permissions on the sql user and setting the proxy account for SQLServerAgent. The problem is we aren't sure if our client's DBAs will go for it.
Therefore I need away to create a txt file or call a DTS package without xp_cmdshell. The txt file contains transactions for the General Ledger and hence it has to be accurate and formatted.
Any suggestions, ideas or web links would be appreciated.
Microsoft's site wasn't all that helpful and Google hasn't picked up much either.
John
Would have use the keyword search but it is still down.
Is there away to generate a txt file from within a stored procedure without using xp_cmdshell?
Currently we use xp_cmdshell dtsrun, this is being called within about 20 procedures. We are executing it manually on an adhoc basis but once it is automated the dts package call will fail due to (sysadmin)permissions on xp_cmdshell.
I found away around this by granting permissions on the sql user and setting the proxy account for SQLServerAgent. The problem is we aren't sure if our client's DBAs will go for it.
Therefore I need away to create a txt file or call a DTS package without xp_cmdshell. The txt file contains transactions for the General Ledger and hence it has to be accurate and formatted.
Any suggestions, ideas or web links would be appreciated.
Microsoft's site wasn't all that helpful and Google hasn't picked up much either.
John