Forum Replies Created

Viewing 15 posts - 16 through 30 (of 149 total)

  • RE: Log backup question

    did you check database log size before the backup ?

    instead of only once in day,you should configure log backup to execute frequently,say every hour depending of your database size

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Progress of a maintenance action?

    Clustered index defines physical order of your data .

    Please go through the link I provided in last post .

    SQL server do not give the estimated time required to complete this...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Progress of a maintenance action?

    Do you mean Clustered Index ?

    http://www.sqlservercentral.com/stairway/72399/

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: DB gone offline

    i'm still finding meaning of the status no,

    Seems there is no information about it on Microsoft document

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: DB gone offline

    I came to know that is_auto_close_on is set to 1 (True) that means it will try to get up automatically right ?

    if Auto_close is False, Sql server just...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: DB gone offline

    did you try this ?

    Alter database DB_Name set online

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: DB gone offline

    did you try to make it online ?

    Alter Database DBNAME set online

    also what is the status of the DB

    select * from sys.sysdatabases where name = 'DB NAME'

    did you checked...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: backup files get smaller, what could be the reason

    sqlfriends (12/6/2012)


    I suppose it will get bigger, although maybe the data entered is not many

    It will not get bigger ,if you have maintenance plan for regular backup log.

    but at least...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: DB gone offline

    i'm Sure there must be something in error log or atleast in Event Viewer logs.

    Reason may be any long transaction got interrupted due to network problem .

    Also check ,Auto_close option...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: How to get the allocated CPU for SQL Server?

    marygrace_laurente23 (12/6/2012)


    Hi Sanket,

    you mean it's the "maximum worker threads:"?

    No, Please check the attachement

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: How to get the allocated CPU for SQL Server?

    right click on server connection

    >properties

    >Processor

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: Create a policy to avoid backups withou copy_only option

    GilaMonster (10/23/2010)

    It's trivial to test and, if you want, I can find a blog post from the former program manager of the Storage Engine stating and proving this.

    Yes Please 🙂

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: script all indexes on a table

    chetan.aegis (12/6/2012)


    When data is inserted in table a clustered index determines the physical order of data in a table.because the clustered index dedicated the physical storage order of the data...

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: SQL server agent restart by itself

    did you check SQL server agent logs ?

    check SQLAGENT.OUT files in your '\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log' directory

    -----------------------------------------------------------------------------
    संकेत कोकणे

  • RE: sql service cannot start

    what is their in Windows Event log ?

    -----------------------------------------------------------------------------
    संकेत कोकणे

Viewing 15 posts - 16 through 30 (of 149 total)