Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Referenced memory error

Author  Topic 

nitin1353
Constraint Violating Yak Guru

381 Posts

Posted - 2006-11-08 : 12:24:27
Gurus
I am getting this error when i am opening sql server
"0*780104ac refrenced memory error.."
what is this error?is this thing related with sqlserver or what?
Please help
Regards
Nitin

Kristen
Test

22859 Posts

Posted - 2006-11-08 : 13:00:13
If you think it might be a memory error, and you can afford to have the machine "on test" for at least 48 hours, then I particularly like this memory testing tool:

www.memtest86.com

Kristen
Go to Top of Page

Norwich
Posting Yak Master

158 Posts

Posted - 2006-11-08 : 15:48:47
Hi

Go into your SQL Logs and go through your logs thoroughly.
What SP are you running?
Does your SQL Engine shutdown on it's own?

I had a similar error earlier on the year and it turned out to be a memory leak caused by the SP_OAMethod in sql. The fix was migrating to SP4

Regards
N

The revolution won't be televised!
Go to Top of Page
   

- Advertisement -