Forum Replies Created

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

  • RE: Query returns 122 million records in 9 hours

    ".....BTW, are you getting minimally logged inserts into your target table(s)? If not that must be the first thing to make happen IMHO. Also, if you have indexes on the...

  • RE: Query returns 122 million records in 9 hours

    DDL attached.
    SP code attached.
    VIEW source code that is called from SP attached.
    Skeleton is:

    SELECT
    305 COLUMNS
    FROM
    v_qv_Transformations --VIEW source code attaced
    WHERE

  • RE: Project Deployment issue

    Thom A.
    My method works. I like it. If you don't understand it, that's fine.
    It has nothing to do with the topic I am discussing.
    Don't deviate from the...

  • RE: Project Deployment issue

    The file is there.
    But Script Task reports file does not exist.

    If you use this method:
    l_InputFolder = Dts.Variables("User::c_InputFolder").Value
    You need to list all the variables in Script...

  • RE: Project Deployment issue

    That's a puzzle.
    When I Execute package from Informati0on Services Catalogs
    I don't see any errors.
    All steps SUCCESS / Green.

    Script Task
    checks if the file exists and...

  • RE: TEMPDB Log Flush increasing

    You are right.

    All biggest cntr_values are coming from PERF_COUNTER_BULK_COUNT cntr_type

    cntr_type----------------cntr_type_definition
    272696576--------------PERF_COUNTER_BULK_COUNT

    so it's not useful at all to look at these values?
    Even if you see...

  • RE: Performance improves after reboot

    That's what the plan was - to reduce stress on PRIMARY.
    PRIMARY is server 51.
    Users run reports against SECONDARY server 52 and server 57.
    SECONDARY server 52 is not...

  • RE: Performance improves after reboot

    I figured it out.
    Apparently we have two SECONDARY servers (things get more interesting...)
    Let's call it server 52 and server 57

    So it looks like we use AlwaysOn...

  • RE: Performance improves after reboot

    Question guys.

    Why FIG 1 results (look above for query)
    returns me duplicate sets of databases?
    I see 2 records for each database_id.

  • RE: Performance improves after reboot

    If I get NULL
    in secondary_recovery_health,
    does it mean it's not healthy?

  • RE: Performance improves after reboot

    SELECT * FROM sys.availability_groups
    --------------------------------------------------------------------------------------
    0 rows

    SELECT * FROM 

    March 2, 2017 at 11:23 am

    #1931291

  • RE: Performance improves after reboot

    No errors.
    It's just when I query
    sys.availability_groups
    it returns records.

    When I query sys.dm_hadr_availability_group_states
    I get no records returned.
    So I thought it's a permission thing.

  • RE: Performance improves after reboot

    Van Heghe Eddy - Wednesday, March 1, 2017 5:18 AM

    Here ya go:

    SELECT --HAGS.group_id ,
            HAGS.primary_replica ,
           HAGS.primary_recovery_health ,
            HAGS.primary_recovery_health_desc ,
           HAGS.secondary_recovery_health...

  • RE: Performance improves after reboot

    Anybody knows how to check
    how badly mirroring is behind?
    Any scripts?

  • RE: Performance improves after reboot

    TheSQLGuru - Monday, February 27, 2017 6:07 PM

    RVO - Monday, February 27, 2017 2:57 PM

    Hi...

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