Forum Replies Created

Viewing 15 posts - 1 through 15 (of 1,160 total)

  • RE: SQL SERVER Agent tool

    From the screenshot it appears that you are using SQL Server 2005 Express Edition. SQL Server Agent is not available in that edition. You may have to use some other...

  • RE: Migrating sql server 2005 databases failed

    GilaMonster (9/5/2011)


    Adiga (9/5/2011)


    Your restore script does not have "WITH RECOVERY" option in it. Hence the database is in Recovering state.

    Errr, RECOVERY is the default if nothing is specified. To...

  • RE: Migrating sql server 2005 databases failed

    Your restore script does not have "WITH RECOVERY" option in it. Hence the database is in Recovering state. Please issue RESTORE DATABASE [your db name] WITH RECOVERY now. The database...

  • RE: Restoring Database issue

    Adiga (8/9/2011)


    Naresh,

    Check if restarting the SQL Server instance before restoring the database helps.

    How could that help?

    I have seen this error due to BPool/Memory pressure on instances running on 32 bit...

  • RE: Restoring Database issue

    Naresh,

    Check if restarting the SQL Server instance before restoring the database helps.

  • RE: How to rollback a service pack in sql 2005 and sql 2008 ?

    Starting SQL Server 2008 SP1, you can using the Add/Remove applet in Control Panel to uninstall Service Packs.

    In SQL Server 2005, service packs cannot be uninstalled. Hence you need to...

  • RE: Back up Issue.

    Hi Gangadhar,

    Now backup verification is failing because of "There is insufficient system memory to run this query" error. SQL Server is running out of memory. You may try the backup...

  • RE: Back up Issue.

    Gangadhara,

    From the error message it appears that the backup set is invalid. The only option it fix this is to initiate a new backup.

  • RE: DB log file missing

    Please check the event logs for any errors related to disks.

  • RE: Monitoring Truncate Table

    You can read the Default Trace[/url] to get that information.

  • RE: LOG FILE SIZE

    You may find this article[/url] useful.

  • RE: access issues - urgent

    You may find this response useful.

  • RE: Attach Failure in a Cluster

    Does the SQL Server service account has sufficient privileges on the drive/file "S:\MSSQL\DatabaseName.mdf"

  • RE: Stuck trying to update 2000 to 2008

    The password for the SQL Server and related service account would have changed after the service was started. Does the SQL Server 2000, Agent service start if you try restarting...

  • RE: Stuck trying to update 2000 to 2008

    2011-04-10 07:51:58 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException

    2011-04-10 07:51:58 Slp: Message:

    2011-04-10 07:51:58 Slp: The service did not start due to a logon failure.

    The service is not starting due to logon failure....

Viewing 15 posts - 1 through 15 (of 1,160 total)