Forum Replies Created

Viewing 15 posts - 31 through 45 (of 2,646 total)

  • RE: Seeing PREEMPTIVE_OS_SECURITYOPS as last_wait_type on almost every request

    Good thoughts, but it doesn't seem related at all. At least nothing in logs or that performance counters can demonstrate. It cleared up now, so I can't get any more...

    Jared
    CE - Microsoft

  • RE: Standalone to Always On

    Well, you can't change the instance name, but you can change the servername and then create the AG name with the old server name?

    Jared
    CE - Microsoft

  • RE: Standalone to Always On

    We had an existing SQL Failover Cluster Instance (FCI) that needed to replicate out to a read only reporting server. They wanted that highly available and real-time. They originally wanted...

    Jared
    CE - Microsoft

  • RE: Standalone to Always On

    You can connect to instanceA as you always do, as it is its own object and really a stand-alone instance. You can do the same to the second new instance....

    Jared
    CE - Microsoft

  • RE: Why is this deadlocking?

    Update: I tired to use CAUSALITY_TRACKING, but I am not familiar with it too much and I believe I would have had to add another event like sql_statement_starting and I...

    Jared
    CE - Microsoft

  • RE: Why is this deadlocking?

    Good idea Grant! I just recreated my event with this. We'll see what I find. Also, I track requests on a poling interval in a table and I am going...

    Jared
    CE - Microsoft

  • RE: Why is this deadlocking?

    Unfortunately, yes.

    Jared
    CE - Microsoft

  • RE: Why is this deadlocking?

    According to the xml it is read committed. In addition, I looked at my logging table for a snapshot of requests, and this one is coming in at read committed...

    Jared
    CE - Microsoft

  • RE: Why is this deadlocking?

    Hey Grant! I have a feeling that this Entity Framework is doing more than just the sql coming in from input buffer on the deadlock graph. I'm just curious why...

    Jared
    CE - Microsoft

  • RE: Transaction Isolation Level and Distributed Transactions

    spaghettidba (3/10/2015)


    So, I asked a few friends and turns out that if you don't set the transaction isolation level explicitly, it takes the default, which is read committed as far...

    Jared
    CE - Microsoft

  • RE: Transaction Isolation Level and Distributed Transactions

    SQLKnowItAll (3/10/2015)


    I set up a test, and I can't even get Serializable to work right:

    Connection 1 on serverA:

    SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;

    BEGIN TRAN

    SELECT * FROM serverB.database.schema.table WHERE idCol =...

    Jared
    CE - Microsoft

  • RE: Transaction Isolation Level and Distributed Transactions

    I set up a test, and I can't even get Serializable to work right:

    Connection 1 on serverA:

    SET TRANSACTION ISOLATION LEVEL SERIALIZABLE;

    BEGIN TRAN

    SELECT * FROM serverB.database.schema.table WHERE idCol = 1;

    ...

    Jared
    CE - Microsoft

  • RE: Managing Log Files Sizes the Easy Way

    ken.trock (3/9/2015)


    Perry Whittle (3/9/2015)


    first thing I would ask is what is the recovery model in use on the DW database?

    I'm sure you've heard a hundred times "don't shrink your transaction...

    Jared
    CE - Microsoft

  • RE: Transaction Isolation Level and Distributed Transactions

    So, I just asked Paul at that same post you provided. He basically said that you won't see it, it just is serializable... Very interesting...

    Jared
    CE - Microsoft

  • RE: Which plan is better?

    Grant Fritchey (2/19/2015)


    It's usually very dangerous to compare cost to cost between different queries. Since the costs are just estimates, when the query changes, so do the calculations. Costs are...

    Jared
    CE - Microsoft

Viewing 15 posts - 31 through 45 (of 2,646 total)