Prev: copying stored procedures in SQL Server 2005?
Next: TSX Servers Error Message in SQL Agent Error Log
From: gremlin321 on 26 Mar 2008 09:43 i have the following error poping up. i can not also open error log from studio can open it with notepad however Exception happened when running extended stored procedure 'xp_readerrorlog' in the library 'xpstar90.dll'. SQL Server is terminating process 84. Exception type: Win32 exception; Exception code: 0xc0000005.
From: Jason Massie on 26 Mar 2008 11:01 This is some will most likely have to be addressed with PSS but I would cycle the errorlog just in case the current one is corrupt or something. sp_cycle_errorlog. -- Jason Massie Web: http://statisticsio.com RSS: http://feeds.feedburner.com/statisticsio "gremlin321" <gremlin321(a)discussions.microsoft.com> wrote in message news:B154323D-B804-42FE-AEEE-5A0558648D39(a)microsoft.com... >i have the following error poping up. i can not also open error log from > studio can open it with notepad however > > Exception happened when running extended stored procedure > 'xp_readerrorlog' > in the library 'xpstar90.dll'. SQL Server is terminating process 84. > Exception type: Win32 exception; Exception code: 0xc0000005.
From: gremlin321 on 26 Mar 2008 13:09
thank you for reply. i did try that but results are the same. what is PSS so i can post it there? "Jason Massie" wrote: > This is some will most likely have to be addressed with PSS but I would > cycle the errorlog just in case the current one is corrupt or something. > sp_cycle_errorlog. > > -- > Jason Massie > Web: http://statisticsio.com > RSS: http://feeds.feedburner.com/statisticsio > > "gremlin321" <gremlin321(a)discussions.microsoft.com> wrote in message > news:B154323D-B804-42FE-AEEE-5A0558648D39(a)microsoft.com... > >i have the following error poping up. i can not also open error log from > > studio can open it with notepad however > > > > Exception happened when running extended stored procedure > > 'xp_readerrorlog' > > in the library 'xpstar90.dll'. SQL Server is terminating process 84. > > Exception type: Win32 exception; Exception code: 0xc0000005. > > > |