Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 4,745 total)

  • RE: DBA member updated the data. How to confirm that he did the update.

    jvskarthick (6/24/2011)


    Nice one. Using the server side trace is there a way we can log the data only for perticular user. like the filter we set on SSMS trace file.

    Thanks,

    JK

    Gawd,...

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

  • RE: Database Mirroring

    I got a strong feeling of daja vu with this one.

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

  • RE: Database Mirroring

    I got a strong feeling of daja vu with this one.

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

  • RE: Tail Log Backup in SQL Server 2005

    beejug1983 (6/23/2011)


    The command i issued to take Tail Log backup is :

    backup log primer to disk='H:\primer.trn' with continue_after_error;

    that should have worked. You must have done something else before trashing the...

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

  • RE: Change FillFactor back to 0 on DB

    The same way I presume you set it to 90, rebuild all indexes specifying a fill factor of 0.

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

  • RE: Backing up database mail configuration and linked servers

    info on linked servers is held in master, so a restore of msdb would not recover those.

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

  • RE: Tail Log Backup in SQL Server 2005

    beats head on desk..............

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

  • RE: Tail Log Backup in SQL Server 2005

    beejug1983 (6/23/2011)


    Gail, can you please let me know, then in which situations i can take Tail Log backup and in which situations I cannot take Tail Log backup ? What...

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

  • RE: Tail Log Backup in SQL Server 2005

    what command did you issue for the tail backup? If the .ldf was intact you should have been able to back it up with the no_truncate option.

    norecovery would only...

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

  • RE: Moving SQL Server 2008 R2 to another Machine

    I do have maintenance plans.

    My main concern is making sure the users and sql agent jobs are moved correctly.

    I guess for the sql agent jobs, instead of moving msdb...

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

  • RE: Moving SQL Server 2008 R2 to another Machine

    you can restore the msdb database but it can quickly become messy.

    I would definitely advise against it if you use maintenance plans unless you delete them before the move,

    If you...

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

  • RE: Standalone to Cluster

    there is no direct upgrade path.

    you will need to install a clustered sql instance on top of a windows cluster.

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

  • RE: How to install sql server 2005 standard edition 64 bit,

    sounds like the service pack to me.

    the latest is SP4 in which case if this is 64bit you want file

    SQLServer2005SP4-KB2463332-x64-ENU.exe

    from site http://www.microsoft.com/download/en/details.aspx?id=7218

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

  • RE: physical memory used upto 96%

    sql2k8 (6/22/2011)


    Here are the requested readings

    Process sqlservr

    Private Bytes 82026496.000

    Working Set 46809088.000

    Are you referring...

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

  • RE: physical memory used upto 96%

    opc.three (6/22/2011)


    george sibbald (6/22/2011)


    that setting covers just the buffer pool, there is also proc cache, locks, connections.

    I'll add to the list of non-buffer-pool memory used by SQL Server: memory used...

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

Viewing 15 posts - 1,681 through 1,695 (of 4,745 total)