Forum Replies Created

Viewing 15 posts - 46 through 60 (of 113 total)

  • RE: Database Mirroring State

    tommyh (9/20/2011)


    There is a "slight" difference between "pausing database mirroring" and "If the mirror is unavailable".

    Better link ?

    http://msdn.microsoft.com/en-us/library/ms190664.aspx

    /T

    I agree, but the effects with regard to transactional replication are...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Database Mirroring State

    SQLRNNR (9/20/2011)


    Nice question. Thanks for putting it together.

    Thanks

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Database Mirroring State

    Sudhir Dwivedi (9/20/2011)


    Your question is quite unclear.

    1. What do you mean by pausing?

    2. Read from this section from BOL:

    If database mirroring is removed completely, the mirror database...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: async network io

    The ASYNC_NETWORK_IO wait type is associated with either a calling application that is not processing results quickly enough from SQL Server or is associated with a network performance issue.

    Thanks

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Backup Compression LiteSpeed Vs 2008 R2 Standard Edition

    I found that the backup compression in SQL Server 2008 is better than the Redgate Backup tool we used to use. Even if the compression was not quite as...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Is it possible quickly using any query?

    I will try and dig out some scripts with examples, I used to have one that would script all objects from every user database on an instance of SQL...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Is it possible quickly using any query?

    It ships with SQL Server 7 and 2000 and is an undocumented executable. Link to resource below;

    http://www.sqlserverclub.com/articles/use-scptxfr-to-schedule-sql-server-database-creation.aspx

    Thanks

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Is it possible quickly using any query?

    I love the scptfxr utility in SQL 2000, It made scripting full databases and individual objects easy!

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Is it possible quickly using any query?

    create a directory of C:\Powershell on the server

    copy the attached scripttables.txt file into the directory

    rename scripttables.txt to scripttables.ps1

    run powershell as an administrator

    type sqlps and press enter

    paste the below and...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Linked sever error

    This may be a Kerberos delegation issue.

    In Active Directory / properties of the user account / Delegation Tab -Is the account set to "Trust this user for delegation...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Mirroriring database went to suspended mode

    Check the database mirroring monitor and connectivity between all parties (principal, mirror, witness). Check that the endpoints are started. Once the problem has been found and fixed the...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Rename the Mount Points

    As Perry said, get it right first time. I learned this the hard way 🙁

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Audit User Access to a Database

    Classic answer but in this case it is true "it depends". What version(s) of SQL Server are you using?

    Thanks

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Dynamically compary 2 tables using EXCEPT and INFORMATION_SCHEMA

    TABLEDIFF is for use on a server in a replication topology. It is used to determine if published data for table articles at the Publisher and Subscriber are not...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: SQL Server 2008 R2 developer edition question

    Install the evaluation version, save all your scripts which you use during the trial, uninstall the evaluation and install SQL Server 2008 R2 Developer.

    There should be no problems caused by...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------

Viewing 15 posts - 46 through 60 (of 113 total)