Forum Replies Created

Viewing 15 posts - 4,486 through 4,500 (of 22,211 total)

  • RE: Are the posted questions getting worse?

    Eirikur Eiriksson (8/25/2016)


    Taking my girls (7 & 9) to New York this weekend, does anyone have a suggestion on what to do there for their age?

    😎

    The Metropolitan Museum of Art...

  • RE: Prepared Statements

    Experiment around with the exevents. I'm pretty sure there's a way to see those, but I could be wrong. I don't have an immediate answer to hand.

  • RE: Prepared Statements

    Generally, prepared statements are roughly the same as stored procedures, so they're handled very well indeed. The optimizer can create an execution plan that is reusable across multiple iterations of...

  • RE: Distributed Replay / Testing

    Yeah, it should. Just use the published trace that's in the documentation.

  • RE: SQL 2014 performance is slow when migrated from sql 2008

    TheSQLGuru (8/24/2016)


    I don't think it is still "required" but it used to be that upgrading versions mandated full-scan statistics updates on all statistics in every database migrated.

    Not at all required,...

  • RE: SQL 2014 performance is slow when migrated from sql 2008

    Most of the time, the queries that are suffering because of the new cardinality estimator have other issues that can be addressed (or the architecture is off). Frequently the best...

  • RE: SQL Server Management Studio 2012 and SQL Server 2014 database

    Most of SSIS and SSRS management is through Visual Studio, not SSMS. And yeah, you'll probably have to upgrade to the latest database tools for those. SSMS can connect to...

  • RE: Restore 'WITH MOVE' without knowing filenames

    When I've automated restore processes, I've usually had access to msdb to retrieve the data directly. It sure makes things easier. Plus, we usually had standard drive configurations & folders,...

  • RE: LOB data types

    navtec (8/24/2016)


    Maybe there was a large amount of data in that nvarchar column which caused sql server to treat it as a LOB during online index rebuilding?

    I'm using sql server...

  • RE: how to unit test sprocs?

    It will do the business validations, absolutely. You just have to write the tests. There's not a tool out there that knows your business well enough to automatically generate tests...

  • RE: Restore 'WITH MOVE' without knowing filenames

    Jeff Moden (8/23/2016)


    Grant Fritchey (8/16/2016)


    I have an article on how to retrieve information [/url]from your backups that could help. You'll just have to convert that information into what you need...

  • RE: how to unit test sprocs?

    durga.palepu (8/24/2016)


    Hi all,

    Can somebody explain if there are any tools available to unit test the functional test cases in database?

    Thanks,

    Durga Prasad.

    Yes. See my post above. T-SQLT and SQL Test [/url]from...

  • RE: Azure licensing for SQL Server

    Benki Chendu (8/24/2016)


    Will I be able to download evaluation editions of sql 2008/2014 on the VM for free of cost?

    For things like this, it's a VM. That means the same...

  • RE: Partitioning worthwhile?

    The biggest driving factor for seeing any kind of performance benefit (and more frequently, for avoiding a performance degradation), is the ability to absolutely ensure that the overwhelming majority of...

  • RE: LOB data types

    navtec (8/24/2016)


    Ok thanks.

    Still very strange why SQL Server would pick up on nvarchar data type as a LOB data type though.

    Go and read the documentation on the (MAX) setting for...

Viewing 15 posts - 4,486 through 4,500 (of 22,211 total)