Forum Replies Created

Viewing 15 posts - 4,201 through 4,215 (of 22,213 total)

  • RE: Approach to normalising 15 million transactions

    If you're migrating your data into a new configuration, I wouldn't do it in a single set as you're describing. Instead, break it apart and move only 100k rows at...

  • RE: Easier Way to Access Extended Events?

    Assuming you're outputting to a file, you can just open the file and you'll be immediately viewing the live data. That may not be a lot easier, but it works.

  • RE: Are the posted questions getting worse?

    ThomasRushton (11/21/2016)


    Grant Fritchey (11/18/2016)


    For the second time this year, I successfully got a Linux VM running with SQL Server on it. Last time I just did the install & walked...

  • RE: Transaction log size up to 1.5 GB in 3 hours

    tazzman (11/20/2016)


    If you don't need to perform point-in-time database recovery and doesn't use mirroring or other HA-solutions you can use simple recovery model.

    I would only recommend this switch after an...

  • RE: Difference between Objtype: Adhoc Vs Prepared.

    Ad Hoc:

    SELECT * FROM Table;

    If this is run from SQL Server Management Studio, Reporting Services, Integration Services, or through code from an app, it's ad hoc because it's not in...

  • RE: Are the posted questions getting worse?

    For the second time this year, I successfully got a Linux VM running with SQL Server on it. Last time I just did the install & walked away. This time...

  • RE: Are the posted questions getting worse?

    jasona.work (11/18/2016)


    Grant Fritchey (11/18/2016)


    jasona.work (11/18/2016)


    So someone dug in to how MS has SQL2016 working on Linux[/url], only to find that *horrors* they're using essentially a containerization type solution. Just...

  • RE: Are the posted questions getting worse?

    jasona.work (11/18/2016)


    So someone dug in to how MS has SQL2016 working on Linux[/url], only to find that *horrors* they're using essentially a containerization type solution. Just enough Windows kernel...

  • RE: Query optimization

    Quest had a tool like that once upon a time. I think it's long been discontinued.

    For testing the running of a procedure, it's not hard to write a quick PowerShell...

  • RE: database redesign

    Two tools that I would suggest that can help with this (you're still going to have to do a lot of work to understand exactly what is being documented) are...

  • RE: Plan cache

    Yeah, you're recompiling all the plans after that runs. It might not be that big a deal. It really depends on your system, the code, all sorts of factors. Also,...

  • RE: Are the posted questions getting worse?

    Ed Wagner (11/17/2016)


    Grant Fritchey (11/16/2016)


    in Standard and Web (WHOOOP!).

    It's a pretty exciting day.[/url]

    I didn't make it through the entire presentation, but I read the announcement - thank you for...

  • RE: Index defragmentation

    Another third party tool to check out is Minion Ware. They have a free version of an index management software that does a fantastic job of managing your indexes.

  • RE: Resource Monitor Worker xxx appears to be non-yielding

    I'm not sure then.

  • RE: Moving On-Premise SQL DB 2012 to AzureV12 with minimum downtime

    I have never attempted to set up replication to Azure SQL DB. I suppose it will work since it's in the documentation. I'd strongly suggest testing it and setting it...

Viewing 15 posts - 4,201 through 4,215 (of 22,213 total)