Forum Replies Created

Viewing 15 posts - 91 through 105 (of 149 total)

  • RE: Problems Shrinking Log File

    sorry truncate_only present in sql server 2005 .

    Just verified 😀

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

  • RE: Problems Shrinking Log File

    anthony.green (11/8/2012)


    Probably as I stated on my post above, the active portion of the log was at the end and it needed the second backup to move the active portion...

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

  • RE: Problems Shrinking Log File

    what is the output of the

    dbcc loginfo( YourDBName)

    also

    select log_reuse_wait_desc from sys.databases where name = 'YourDbName'

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

  • RE: Disabling Distributor & Publishing Error

    its working fine for me in SQL serevr 2008 R2

    or else another option is

    ALTER AUTHORIZATION ON DATABASE::YourDatabaseName TO sa

    GO

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

  • RE: memory

    GilaMonster (11/8/2012)


    AWE no. Locked pages, requires a service restart

    Hi Gail,

    But MS specify in Books online that

    To make AWE available to an instance of SQL Server, use sp_configure to set...

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

  • RE: Disabling Distributor & Publishing Error

    pls can u tell me the meaning of this line "Changed database context to 'master'. (Microsoft SQL Server, Error: 15517)"

    Hi thats just a informational message ..

    I think link below will...

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

  • RE: Disabling Distributor & Publishing Error

    please check if there any db_owner for your database used in replication.

    if there is no change it to SA or any other active login

    use Yourdatabase

    go

    sp_changedbowner 'sa'

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

  • RE: Nanoseconds

    I got it wrong ...

    you should mention sql server Version in question .

    Sysdatetime () not present in sql 2000 and 2005

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

  • RE: Query Help

    Thanks a lot Anthony and Lowell 🙂 ... Thats works just fine for me .

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

  • RE: Move a clustered index from one filegroup to another on a production database

    Bhuvnesh (11/7/2012)


    DesmoShane (11/6/2012)


    will the resulting non-clustered indexes will they be rebuilt automaticaly and be an online operation

    YEs. any change to the cluster keys forces all the non-clustered indexes to...

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

  • RE: differential backup question

    i think OP needs to go for sunday FULL and last diif backup taekn (whether on tuesday or wednesday)

    will it work ?

    diff backup should be applied to its earliest full...

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

  • RE: differential backup question

    Bhuvnesh (11/7/2012)


    @sanket why tuesday full back which is not there (for arcserve )

    see

    I also have a daily direct backup of database via arcserve SQL agent to tape at 11pm:

    Monday to...

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

  • RE: differential backup question

    chewychewy (11/7/2012)


    Hi Guys,

    For example only.

    I have a daily full db backup via SQL maintenance plan to file system at 10pm.

    I also have a daily direct backup of database via arcserve...

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

  • RE: Move a clustered index from one filegroup to another on a production database

    DesmoShane (11/6/2012)


    I would like to move a clustered index from one filegroup to another on a production database without causing any disruption for users and was wondering if this is...

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

  • RE: Please help e!! not sure what to do..SQL Database user moved under System Databases

    Duplicate post

    http://www.sqlservercentral.com/Forums/Topic1381740-1292-1.aspx

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

Viewing 15 posts - 91 through 105 (of 149 total)