Forum Replies Created

Viewing 15 posts - 1,426 through 1,440 (of 6,400 total)

  • RE: Today's Random Word!

    ManicStar - Tuesday, October 3, 2017 2:21 PM

    DesNorton - Tuesday, October 3, 2017 7:32 AM

  • RE: How can I read transaction logs offline?

    fn_dump_dblog will be the table valued fuction to go for


    select *
    from fn_dump_dblog (NULL,NULL, N'DISK', 1, <PATH TO TRN>, DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT,DEFAULT)

    From that you can see the transactions...

  • RE: SQL Compare Red Gate

    89netanel - Sunday, October 1, 2017 2:59 AM

    Hello,
    Does SQL Compare by Red-Gate  can show me if the syntax of Stored Procedure at...

  • RE: SSRS in cluster

    Barry G Freeman - Friday, September 29, 2017 6:45 AM

    But I already have a license for the original instance including SSRS, so...

  • RE: SSRS in cluster

    Barry G Freeman - Friday, September 29, 2017 6:27 AM

    Well, I'm thinking I'll leave the ReportServer and ReportServerTempDB on their respective instances...

  • RE: Collation Issue in MSDB.

    Add the collate clause to the join to force a collation, something like
    SELECT p.primary_server,p.primary_database, s.secondary_server,
    s.secondary_database, p.last_backup_file, p.backup_threshold,
    p.last_backup_date, s.last_restored_file, s.restore_threshold, s.last_restored_date,
    s.last_restored_latency
    FROM [WIN-54LA5NP2I65\PRIMARYSQL].msdb.dbo.log_shipping_monitor_primary p...

  • RE: AlwaysOn Availability Failover Alerts

    Create an alert for Error 19406 which is the replica state change, so you get the alert for primary_normal, primary_resolving, secondary_normal etc etc

  • RE: Today's Random Word!

    ManicStar - Wednesday, September 27, 2017 8:43 AM

    Grumpy DBA - Wednesday, September 27, 2017 6:52 AM

    September 27, 2017 at 8:54 am

    #1961164

  • RE: Today's Random Word!

    Ed Wagner - Tuesday, September 26, 2017 12:58 PM

    Cheese

    Wheel

  • RE: MCSA 2016 Database Administration

    Microsoft change the certifications as and when they want.

    2012/2014 had a generic MCSA as they combined the tracks for MCSA, with specific MCSE's so you had to do a...

  • RE: how to install SSRS in my cluster server

    Sree Divya - Tuesday, September 26, 2017 1:00 PM

    Hi ,

    i have three node cluster servers environment.
    i am planning ssrs to existing server.
    can...

  • RE: Today's Random Word!

    DesNorton - Tuesday, September 26, 2017 8:49 AM

    Dark

    Guinness

  • RE: Entire Database Encryption

    Vinayak15580 - Tuesday, September 26, 2017 6:45 AM

    GilaMonster - Tuesday, September 26, 2017 6:32 AM

  • RE: Today's Random Word!

    Ed Wagner - Tuesday, September 26, 2017 6:23 AM

    TomThomson - Tuesday, September 26, 2017 6:16 AM

    September 26, 2017 at 6:45 am

    #1960940

  • RE: SQL Password Recovery

    Does anyone have a sysadmin account that still works?  If so get them to change the password for you.

    Otherwise if you have lost all sysadmin access, you will...

Viewing 15 posts - 1,426 through 1,440 (of 6,400 total)