Forum Replies Created

Viewing 15 posts - 871 through 885 (of 4,745 total)

  • RE: Rebuilding System Databases

    it won't help this time I know, but I always keep flat files copies of the system databases (I take a copy at each upgrade), then these can just be...

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

  • RE: recover data from master backup file

    do you have another instance of SQL at the same version? You could restore the master backup as a user database (change its name and physical file names on the...

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

  • RE: Mirroring configure HA and DR

    If you have logshipping set up those are the ONLY log backups you should have. It fully takes care of your transaction logs

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

  • RE: Mirroring configure HA and DR

    the link i posted should answer your questions but you dont need to remove mirroring to set up logshipping.

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

  • RE: Mirroring configure HA and DR

    well looks like I finally learned to type faster than you!

    😉

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

  • RE: Mirroring configure HA and DR

    A mirrored database can also be log shipped, so you have that option open to you for your replication to the DR site.

    http://msdn.microsoft.com/en-us/library/ms187016(v=sql.100).aspx

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

  • RE: Scripting out permission for database?

    vikingDBA (11/16/2012)


    See the following url for an Instance Security Audit script I wrote. It prints in columnar format, and you can change one variable to make it print the...

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

  • RE: Log Shipping question.

    I would clarify Perrys tail log backup script, it depends why you are failing over. If you are failing over because the primary is damaged but the log file is...

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

  • RE: Log Shipping question.

    on the primary manually take a last log backup with norecovery, apply that to the secondary with recovery to bring it online. Then when you want to switch back backup...

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

  • RE: Scripting out permission for database?

    have you looked at the link i posted?

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

  • RE: Scripting out permission for database?

    Danzz (11/14/2012)


    It did'nt help....

    I need help in scripting out permissions for a database.

    Please don't say sp_help_revlogin: It gives list out all the logins on a server.

    You asked for a script...

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

  • RE: Scripting out permission for database?

    try this[/url], exactly what you want.

    read the discussion afterwards as well

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

  • RE: Report Services Fails to Start, and fails installation

    thanks for posting this, most useful, especially detailing the steps.

    I hit this error (on a server restart, not an install) and added the ServicesPipeTimeout DWORD, in my case SSRS then...

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

  • RE: Modifying a SQL 2000 maintenance plan -- and shrinking

    Yes, there is a very large translog file (2.1GB) in the TRN backup folder, followed by others no larger than 35MB. So I shouldn't see any more of these very...

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

  • RE: shrinking logfile in SQL 2008

    run dbcc loginfo(yourdb) to see how many vlfs you have and where the last active one is (status = 2)

    you also possibly have quite large vlfs, a log file needs...

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

Viewing 15 posts - 871 through 885 (of 4,745 total)