Forum Replies Created

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

  • RE: Tracking deleted Rows

    A much easier way is to create a WMI alert on it and insert the values in a table .

    Let me know if you need me to type in the...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Memory paged out

    forgot to add : before implementing LIPM cap Max memory of SQL Server to 75% of RAM via sp_configure .Else you will be in trouble ..

    Regards

    Abhay

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Memory paged out

    If you call me and say "We have A/P clustered SQL Server 2005 EE(64 bit) with SP3." and then ask me to guess what issue you could be facing ,...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Notify when using a production database

    It would be very dificult believe me .You will achieve it but will spend a lot of time .....WMI alerts will surely help .

    But instead you can try creating triggers...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Error while setting up DB Mirroring

    Rohit ,

    Looks like the isue is related to the FQDN .is HQ-BMC-D-1.tdic.auh a correct name or the actual name .Or its shadowing the actual name .

    Other possibility could be the...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: REINDEX ISSUE

    In 2005 no as you can rebuild the index online .

    A bit of performance hit will be there as page level locks will be taken at the time the reorganization...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Can't change the start up parameter - "-m;"

    You can also remove it from registry and recycle SQL Server.

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: SQL2005 Database mirroring

    Russell,

    If you want to manually failover in the case of any contingency then need not to create witness .Else for automatic failover witness is needed .

    For your second question ,...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Log Shipping Restore process failed..

    Give full permission to everyone on this file ..

    Regards

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Can we use Log shipping for this scenario??

    You need to make changes in the Application string to point out to these servers .That should be taken care by the application guy .

    Secondly , with log shippng there...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: replication

    Its going to take the Sequence number as the starting point till the last sequence number and give you the rows sitting at the distributor to be distributed ...

    Regards

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: SQL server (instances registration)

    Press ALT+CTRL+G or click view >> registered servers .

    It will show you the list of registered servers and you can add more .

    Regards

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Execution times for Database Integrity Check Task Vs DBCC CHECKDB

    Because it runs with option like "with physical only".

    Chack the Error log with same timestamp and see the complete command ..

    Regards

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Unable to shrink transaction log (non-replicated db)

    Generally , if we do not use keep_replication option while restoring it should not be an issue .

    Sad thing is that in 2005 , you will not see this option...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

  • RE: Primary key violation error in bidirectional replication

    There is an option in some agent , i think its the merge agent .

    That option is to ignore this error .You simply have to ad the error number in...

    Abhay Chaudhary
    Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)

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