Forum Replies Created

Viewing 15 posts - 2,896 through 2,910 (of 6,038 total)

  • RE: TRY_CONVERT

    Luis Cazares (2/4/2016)


    ...

    Of course, it would be better to store dates in date columns. But that's none of my business. 😀

    Yes, it is best to create the table with real...

  • RE: TRY_CONVERT

    TRY_CONVERT() is also useful for check constraints. For example, below we are requiring that "date" values stored in a VarChar column called FooDate can be casted as an actual Date.

    create...

  • RE: Is there a way to quantify what extra overhead that TDE might be causing?

    To quantify the overhead cost of TDE, one approach is to run a test workload, something like replaying a profiler trace, against both a TDE version of your database and...

  • RE: The New Operating System

    Some good ideas (like open source software, open IT floor plans, and telecommuting) come out of startups and are adopted by the larger corporate establishment. However, much of the "big...

  • RE: What is the True Version of Code?

    Years ago, I started working for a company where the developers didn't check their .sql scripts into version control, or at least the smaller team I worked with didn't. However,...

  • RE: What is the True Version of Code?

    Orlando Colamatteo (2/3/2016)


    Eric M Russell (2/3/2016)


    Let's assume that the business requests a high priority modification to functionality currently in production. Let's also assume that the development team has recently made...

  • RE: What is the True Version of Code?

    Let's assume that the business requests a high priority modification to functionality currently in production. Let's also assume that the development team has recently made an unrelated bug fix or...

  • RE: What is the True Version of Code?

    What matters most is outcome. At the risk of sounding like an apostate; I'll assert that methodologies, souce control repositories, and roles are just frameworks and tools that exist only...

  • RE: Queues in Databases

    Coincidentally, just last week I was just searching the web for a good pattern for implementing a queue in SQL Server. How well this works depends on dequeue volume and...

  • RE: What is the True Version of Code?

    Orlando Colamatteo (2/2/2016)


    Eric M Russell (2/2/2016)


    From the perspective of a DBA, I'm sure most of us would prefer that stored procedures an views be stored in clear text and that...

  • RE: What is the True Version of Code?

    From the perspective of a DBA, I'm sure most of us would prefer that stored procedures an views be stored in clear text and that we have the option to...

  • RE: Third Party SQL Server Managment Tools

    Are we talking about management, monitoring, or both? There is this thing called Microsoft Operations Manager, which is used to manage and collect operational stats for servers across the enterprise.

    ......

  • RE: What is the True Version of Code?

    Steve Jones - SSC Editor (2/1/2016)


    ...

    Here's the rub.

    Let's say you have an issue in production with a proc/view/table/function. You want to test it. However development has changed. I can't necessarily...

  • RE: What is the True Version of Code?

    One reason why the production version of some objects can differ somewhat from the latest in development source control is that the DBA may perform some last minute adjustments to...

  • RE: Is monitoring production servers allowed using a Developer Edition?

    JonnoJ (2/1/2016)


    I've searched and read similar topics about licensing questions for more than a few hours, but couldn't find any to answer my question.

    Basically I'm planning to use a Developer...

Viewing 15 posts - 2,896 through 2,910 (of 6,038 total)