Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 2,462 total)

  • RE: Why is Model Database Log file so huge? How to truncate with so little disk space?

    shaun.stuart (12/22/2011)


    With a transaction log that large, I would agree that something, somewhere is using model db.

    But also keep in mind that the transaction log for model will grow if...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Why is this SELECT statement so slow.

    Although chances are less but there might be any query running on same tables which implies that this problem doesn't come up with every run. its just a blind shot...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Local System Account

    paul.knibbs (12/22/2011)


    "Local System" is a special account which is only used to run services--it effectively has better than Administrator access to the local machine, and presents itself to the...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Database mail error about clr and lightwight pooling

    This will help you. i guess your CLR functionality is disabled

    sp_configure 'show advanced options', 1;

    GO

    RECONFIGURE;

    GO

    sp_configure 'clr enabled', 1;

    GO

    RECONFIGURE;

    GO

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Monitoring SQL Server Events

    waseem.shahzad 45937 (12/19/2011)


    Hi

    I want to Monitor My SQL Server's Database events. Whenever there would be a change in My Schema,Execution of SP/Trigger/View/DDL/DML part>> The User's Machine Name emailed to...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Local System Account

    NJDave (12/20/2011)


    Executed as user: SNJ282\SYSTEM.

    What kind of privilege this account has ?

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Will ALTER INDEX ... REBUILD WITH (ONLINE = OFF) Blocked The Full Backup Job?

    logically, updating an index and doing backup doesn't suit as updated index should go into backup file.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Why is Model Database Log file so huge? How to truncate with so little disk space?

    I am keen to know why model Db has huge log file. one thing comes to my mind : that we are putting some default/standard sql objects there which we...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: CPU Utilization on 64 bit SQL Server 2005

    beejug1983 (12/19/2011)


    spid ...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Problem with RDP

    geetha@in (12/19/2011)


    I want to stop my all services in server before going to reboot..

    Why you want to stop the services?

    (i assume all are set with "Automatic" option.they will get...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Alternative for KILL

    All processes which are related with "Database Mail" are taking too much time.

    Database Engine Instance=IN\DEV;Mail PID=8212;Error Message:

    1) Exception Information

    ===================

    Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException

    Message: The connection is not open.

    Data: System.Collections.ListDictionaryInternal

    TargetSite: Void ValidateConnection()

    HelpLink: NULL

    Source:...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Alternative for KILL

    Chris, it happened to be same.actually in morning i restarted the sql instance but strangely, i could see same spid still exist there.then i needed to restart the host.i know...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Alternative for KILL

    GilaMonster (8/16/2011)


    If you restart SQL (which is necessary to get it into single user mode), the rollback will continue after the rollback with the database unavailable (unless you have Enterprise...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Alternative for KILL

    Additionally server is not behaving good.below is the error i am getting quite often.

    SSPI handshake failed with error code 0x80090311 while establishing a connection with integrated security; the connection has...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Alternative for KILL

    GilaMonster (8/16/2011)


    That 0 seconds, 0% often means the rollback is stuck waiting for something, maybe DTC, maybe a resource in the DB. Check for that.

    How to approach here ?...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 1,036 through 1,050 (of 2,462 total)