Forum Replies Created

Viewing 15 posts - 151 through 165 (of 207 total)

  • Reply To: Code Building Code

    Until product owners are willing to put enough detail into requirements documents, we're not going to see AI build complete programs. I know that I routinely round trip back to...

    • This reply was modified 6 years, 5 months ago by Tom Uellner.
  • RE: How Long is Too Long?

    I wouldn't be a fan of 45-50 minute sessions. Presenters need a little bit of time to introduce themselves and give a little background and that takes some time from...

  • RE: Schema Security

    We have several internal applications that make use of the same database. We use schemas to separate data and code specific to one application or another into their own schemas....

  • RE: SQL Server 6.5 available for download with manuals

    Rather than download SQL Server 6.5 from a random FTP site, you can download WinSQL Lite free and connect to your 6.5 database via that.
    WinSQL

  • RE: Databses with >40,000 Users

    SteveOC - Tuesday, January 22, 2019 1:57 AM

    Thanks for the reply Tom.
    Oddly SSMS has no issue building the list of users...

  • RE: Databses with >40,000 Users

    I don't believe that SSMS is ever going to be efficient in displaying that many users in Object Explorer. You are far better off looking at that kind of data...

  • RE: upgrade sql 2014 to sql 2017 and skipping sql 2016?

    Installing on a new VM allows you to take advantage of installing a newer OS version as well. Just one more thing to consider.
    Not so bad if you're current...

  • RE: Is Failure Allowed?

    As the Mythbusters frequently said, “Failure is always an option.”

    Nobody gets everything right the first time, all the time. Developers and DBAs need to be able to experiment...

  • RE: Code Reviews

    One place I worked we did one code review and I was the reviewer. The person who’s code I reviewed was a VB6 / Access guy who was thrown into...

  • RE: The SQL Twilight Zone

    Life before SQL Server was as a software engineer (which I still do to a small extent). I'd probably go back to that but I'd also be very tempted to...

  • RE: Generate documents from SQL Server

    We are using Ecrion to produce reports. The report designer is similar to the usual Office tools but it can be a steep learning curve for more complex documents. There...

  • RE: Managing a large SQL estate ?

    Grant Fritchey - Monday, September 3, 2018 3:08 AM

    Most people I know who have large estates purchase a third party tool to...

  • RE: formatting T-SQL

    I really like Redgate SQL Prompt. With some of the horrendous T-SQL code I inherit, it makes my life a lot easier. Sometimes I just reformat a section of code...

  • RE: How Far Back?

    I've only had to restore twice at my current job. Once when a developer dropped a table. That was reference data and restored from the previous nights backup. The other...

  • RE: Does the Tone matter?

    russ mulvaney - Tuesday, May 15, 2018 5:00 AM

    It seems folks have become rather thin skinned in the last couple of decades.
    Did...

Viewing 15 posts - 151 through 165 (of 207 total)