Relative Content

Tag Archive for sql-serverstored-proceduresbcpxp-cmdshell

What is the alternate to xp_cmdshell in linux os

I am trying to run a store procedure works fine in windows but the deployment server is linux with mssql server service running in it I am doing error logging using BCP I found that xp_cmdshell is deprecated
is there any alternate ways I can log errors to text file in Linux. here’s what I tried so far