Forum Replies Created

Viewing 10 posts - 16 through 26 (of 26 total)

  • RE: gathering results from extended events trace

    GilaMonster (6/17/2015)


    Yup. Extended events run for a full business cycle (usually a year). Use the bucketiser and group on the object_id and database_id, that should reduce the data volumes.

    Thank you!

    ________________________________________________________________
    "Accept conditions as they exist, or accept the responsibility for changing them."

  • RE: gathering results from extended events trace

    PearlJammer1 (6/17/2015)


    good script..thanks very much 🙂

    Please note Gail's comment.

    It is absolutely correct, that script may not be the most accurate as your cache can change rapidly.

    ________________________________________________________________
    "Accept conditions as they exist, or accept the responsibility for changing them."

  • RE: gathering results from extended events trace

    GilaMonster (6/17/2015)


    JimmyJones (6/17/2015)


    This will tell you if a stored procedure in your DB had been run since the last server restart (or freeproccache)

    Or other event which removes plans from cache,...

    ________________________________________________________________
    "Accept conditions as they exist, or accept the responsibility for changing them."

  • RE: Occassional EXCEPTION_ACCESS_VIOLATION after a standard translog backup

    jellybean (6/17/2015)


    No. SQL server standard

    select @@Version: Microsoft SQL Server 2014 - 12.0.2000.8 (X64)

    Feb 20 2014 20:04:26

    Copyright (c) Microsoft Corporation

    Standard Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600:...

    ________________________________________________________________
    "Accept conditions as they exist, or accept the responsibility for changing them."

  • RE: gathering results from extended events trace

    PearlJammer1 (6/16/2015)


    I need to find any stored procedures that have not been used over a certain time period.

    I have set up an extended events session to gather sp_statement_starting and _completed.

    The...

    ________________________________________________________________
    "Accept conditions as they exist, or accept the responsibility for changing them."

  • RE: msdb suspect pages from log file? SP1 CU9

    SOLVED

    We were able to replicate the issue:

    Turned out one of the DBA guys ran the DBCC PAGE command with the log file ID by accident, and that was causing those...

    ________________________________________________________________
    "Accept conditions as they exist, or accept the responsibility for changing them."

  • RE: Can see last copied files in log shipping monitor reports as well in proc

    anoop.mig29 (2/3/2015)


    r.szasza (1/30/2015)


    Hello,

    Just for a long shot:

    Are you absolutely sure that log restores are happening on the secondary server?

    Is your 'copy folder' is being populated with new files?

    You can check...

    ________________________________________________________________
    "Accept conditions as they exist, or accept the responsibility for changing them."

  • RE: Can see last copied files in log shipping monitor reports as well in proc

    Hello,

    Just for a long shot:

    Are you absolutely sure that log restores are happening on the secondary server?

    Is your 'copy folder' is being populated with new files?

    You can check the log...

    ________________________________________________________________
    "Accept conditions as they exist, or accept the responsibility for changing them."

  • RE: Cannot create an instance of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)"

    halifaxdal (11/24/2014)


    serg-52 (11/24/2014)


    Have you tried to install

    http://www.microsoft.com/en-us/download/details.aspx?id=13255

    ?

    Note MS says it's for 2003R2.

    Tried that already and it threw some other pre-req

    I've found some interesting thread here:

    http://stackoverflow.com/questions/3169220/export-query-result-to-csv-file-in-sql-server-2008

    The .CSV file will...

    ________________________________________________________________
    "Accept conditions as they exist, or accept the responsibility for changing them."

  • RE: Cannot create an instance of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)"

    Hi,

    I had to build a similar solution some time ago.

    Maybe it's a little overkill and the real Experts will tell a much easier solution, however here it goes:

    I'm using two...

    ________________________________________________________________
    "Accept conditions as they exist, or accept the responsibility for changing them."

Viewing 10 posts - 16 through 26 (of 26 total)