Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Always On troubles

    [font="Verdana"]I too, am having the same problem.

    Been on it for 2 weeks. Tremendous waste of time. Both clusters are up. Failed over and back multiple times. ...

  • RE: Read TRN Data

    I've found this article helpful.

    I hope this helps.

    Also keep in mind that you can save this data to a table and start slicing and dicing from there. 🙂

  • RE: last job that ran

    Not sure if I'm late or not but here is one I have used:

    SELECT name,

    ...

  • RE: Understanding Memory Clerks

    CACHESTORE_SQLCP

    These are cached SQL statements or batches that aren't in stored procedures, functions and triggers. This includes any dynamic SQL or raw SELECT statements sent to the server

  • RE: Pipes at the End

    I went back and revisited this. The code below should work for you. I created a Table with a Column in it. Added text that ended with...

  • RE: Pipes at the End

    You could try altering the 'raw' data. If this is in txt form (or is you can get it there), you could use a Ctrl + H (Find and...

Viewing 6 posts - 1 through 6 (of 6 total)