Monday, March 19, 2012

i can start my sql server!

i start server and the server down at once.
i don't know what the matter?
event id:17055
17310:
FRunCM: process 2784 happen seriously abnormal c0000005
EXCEPTION_ACCESS_VIOLATION¡£SQL Server termination process¡£Maybe this article can help:
http://support.microsoft.com/default.aspx?scid=kb;en-us;814572.
--
Dejan Sarka, SQL Server MVP
Associate Mentor
www.SolidQualityLearning.com
"ivan À×ÃùÌÎ" <ivan.lei@.matetek.com> wrote in message
news:e1kvjQ%23tEHA.2316@.TK2MSFTNGP12.phx.gbl...
> i start server and the server down at once.
> i don't know what the matter?
> event id:17055
> 17310:
> FRunCM: process 2784 happen seriously abnormal c0000005
> EXCEPTION_ACCESS_VIOLATION¡£SQL Server termination process¡£
>|||i try it .but it also. has any matter?
"Dejan Sarka" <dejan_please_reply_to_newsgroups.sarka@.avtenta.si> дÈëÏûÏ¢ÐÂ
ÎÅ:ewZdJEAuEHA.3392@.TK2MSFTNGP10.phx.gbl...
> Maybe this article can help:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;814572.
> --
> Dejan Sarka, SQL Server MVP
> Associate Mentor
> www.SolidQualityLearning.com
> "ivan À×ÃùÌÎ" <ivan.lei@.matetek.com> wrote in message
> news:e1kvjQ%23tEHA.2316@.TK2MSFTNGP12.phx.gbl...
> > i start server and the server down at once.
> >
> > i don't know what the matter?
> >
> > event id:17055
> >
> > 17310:
> > FRunCM: process 2784 happen seriously abnormal c0000005
> > EXCEPTION_ACCESS_VIOLATION¡£SQL Server termination process¡£
> >
> >
>|||The article I mentioned is just one of many articles on the EAV on MS site -
check
http://search.microsoft.com/search/results.aspx?st=b&na=88&View=en-us&qu=c0000005+EXCEPTION_ACCESS_VIOLATION.
Check which one ressembles your problem the most. You will have to check the
problem in some more details.
--
Dejan Sarka, SQL Server MVP
Associate Mentor
www.SolidQualityLearning.com
"ivan À×ÃùÌÎ" <ivan.lei@.matetek.com> wrote in message
news:%23NYTJVBuEHA.2808@.TK2MSFTNGP14.phx.gbl...
> i try it .but it also. has any matter?
> "Dejan Sarka" <dejan_please_reply_to_newsgroups.sarka@.avtenta.si>
дÈëÏûÏ¢ÐÂ
> ÎÅ:ewZdJEAuEHA.3392@.TK2MSFTNGP10.phx.gbl...
> > Maybe this article can help:
> > http://support.microsoft.com/default.aspx?scid=kb;en-us;814572.
> >
> > --
> > Dejan Sarka, SQL Server MVP
> > Associate Mentor
> > www.SolidQualityLearning.com
> >
> > "ivan À×ÃùÌÎ" <ivan.lei@.matetek.com> wrote in message
> > news:e1kvjQ%23tEHA.2316@.TK2MSFTNGP12.phx.gbl...
> > > i start server and the server down at once.
> > >
> > > i don't know what the matter?
> > >
> > > event id:17055
> > >
> > > 17310:
> > > FRunCM: process 2784 happen seriously abnormal c0000005
> > > EXCEPTION_ACCESS_VIOLATION¡£SQL Server termination process¡£
> > >
> > >
> >
> >
>|||you can try starting from command line to see errors as they happen.
Go to command promt and CD to from drive where sql was installed)
issue the following, replacing appropriate drive/filepath as needed:
sqlservr -dc:\mssql\data\master.mdf -lc:\mssql\data\mastlog.ldf
-ec:\mssql\log\ERRORLOG (return)
If it starts successfully, you probably have an error in your startup
parameters and can use EM (don't close cmd window) to fix. Otherwise, you
may see errors you might not otherwise have.
Or you can look at the registry to determine if you have an error in your
startup parmeters
"ivan ���ù��" wrote:
> i start server and the server down at once.
> i don't know what the matter?
> event id:17055
> 17310:
> FRunCM: process 2784 happen seriously abnormal c0000005
> EXCEPTION_ACCESS_VIOLATION¡£SQL Server termination process¡£
>
>

No comments:

Post a Comment