Forum Replies Created

Viewing 15 posts - 976 through 990 (of 4,745 total)

  • RE: mssqlsystemresource.mdf 69 GB in all threee instances

    the mssqlsystemrsource database is a read only database holding system metadata and Microsoft don't want anyone to touch it, it cannot even be backed up via sql, hence it is...

    ---------------------------------------------------------------------

  • RE: Copy Only backup was failed ...

    run sp_spaceused whilst connected to the database, the value for reserved will closely approximate to the size of the backup, unless you have a LOT of active, uncommited transactions in...

    ---------------------------------------------------------------------

  • RE: Copy Only backup was failed ...

    error 112 = you have run out of space on the disk

    ---------------------------------------------------------------------

  • RE: Show contig - how concerned should I be?

    based on all the tables being about that size, I agree with you, you'll be glad to hear.

    not my post btw 🙂

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 SP2 Installation Error

    processmon output can be filtered, its hard to explain so a google on how to use processmon got this:

    http://blogs.technet.com/b/askperf/archive/2007/06/01/troubleshooting-with-process-monitor.aspx

    you can also search the output for the string mssqlsytemresource.ldf

    If this proves...

    ---------------------------------------------------------------------

  • RE: The Cult of Mediocrity

    Its interesting this editorial was first written in 2007, pre the credit crunch.

    I wonder if the promotion of risk would be so enthusiastic now we know just how much risk...

    ---------------------------------------------------------------------

  • RE: An Instance related error

    yes, I guess mdb could mean mdf.

    please post enough of the errorlog to show the errors you get on startup.

    ---------------------------------------------------------------------

  • RE: Show contig - how concerned should I be?

    Grant Fritchey (6/18/2012)


    I doubt you're seeing major performance hits from the fragmentation, .

    why do you say that grant?

    ---------------------------------------------------------------------

  • RE: An Instance related error

    by mdb do you mean msdb?

    If the msdb database is corrupted SQL should still start, but SQLAgent won't. MSDB should be recovered from backup

    http://msdn.microsoft.com/en-us/library/ms190749(v=sql.100).aspx

    ---------------------------------------------------------------------

  • RE: Show contig - how concerned should I be?

    presuming this is in fact sql 2000 database?

    If all the tables have only about 13 pages not too concerned as the tables are too small to benefit from defragmentation, and...

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 SP2 Installation Error

    something is preventing the installer accessing that file, only running processmon is going to tell you exactly what is happening.

    goggling forescout it sounds like some sort of security tool monitoring...

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 SP2 Installation Error

    you say you checked the permissions, did you make any changes and add the permissions I suggested above, this definitely sounds like a permissions error.

    Please ensure the account you are...

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 SP2 Installation Error

    I highlighted MS11-049 as it is an important security update and should be applied to all SQL servers.

    there is by the way a post SP3 version of this patch...

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 SP2 Installation Error

    Another thing... if you are not concerned about which SP you apply (you say you are happy to try SP3) then go for the latest service pack which is SP4,...

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 SP2 Installation Error

    I have resolved this error in the past by explicitly granting the sql server service account full control on the mssql directory (i.e the resource database files are in the...

    ---------------------------------------------------------------------

Viewing 15 posts - 976 through 990 (of 4,745 total)