I have a stored proc that has a line:
exec master..xp_cmdshell 'bcp "SELECT * FROM ##temp_ac540"'
but since i am not an sa and there's a company policy for sa account, is there another way that i can run this from not being an sa.
Please help!!
Thanks in advance.
exec master..xp_cmdshell 'bcp "SELECT * FROM ##temp_ac540"'
but since i am not an sa and there's a company policy for sa account, is there another way that i can run this from not being an sa.
Please help!!
Thanks in advance.