Please help! My Microsoft SQL Server 2000 SP 3 instance installed on a server running Microsoft Windows 2000 Server SP 4 is writing dump files (SQLDump0046.mdmp). I'm trying to figure out why.
When I run the query below on my problem server, yet another dump is written. When I run the query on any other server, there's no problem.
SELECT *
FROM ::fn_listextendedproperty(NULL, NULL, NULL, NULL, NULL, NULL, NULL)
I've checked Google, this site, and others all to not much avail.
Please let me know if you have seen this error before, need more info, or could suggest somewhere else to look for answers.
Thanks in advance for your time.
Seth