I know what it does. What I'm more interested in is what would cause this entry in the error log.
spidXX using 'xplog70.dll' version '2000.80.760' to execute extended stored procedure 'xp_cmdshell'
LNBruno the message is from sql server error log and it is not associated with any number. What is worrying me is that the source of this message is a spid. So I'm wondering if somebody is trying to do something he/she is not supposed to be doing.
you would get a spid for an application doing this task as tell. Many DTS packages use active x components. While it is running, you will see the spid for DTS if you run sp_who2. It would probably also put this message into the log.
"NOTHING is more important in a database than integrity." ESquared
that query doesn't return anything. I already did the following:
select loginame from sysprocesses
where spid = xx
--xx is the spid that is apparently using the dll
and it didn't return anything. So for some reason it wasn't logged in the sysprocesses table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.