Forum Replies Created

Viewing 15 posts - 91 through 105 (of 1,354 total)

  • RE: Building Better Stored Procedures

    I'm assuming you're also only talking about the starting BEGIN and ending END around the whole procedure.

    Yes.  I certainly use the combination as part of portions of...

  • RE: Building Better Stored Procedures

    The begin/end optional (usually) syntax makes me crazy. I only use it when required, it just adds noise.

    Agreed.  However, same for the NO COUNT ON.  I don't use...

  • RE: Dealing with Technical Debt

    To paraphrase one of my favorite Modinisms...

    March 13, 2019 at 3:01 pm

    #2024385

  • RE: Dealing with Technical Debt

    Why do so many people think that "doing it right" is at odds with pragmatism? THAT's a major part of the problem!

    Nobody said that.  Sometimes there is...

  • RE: Dealing with Technical Debt

    I definitely am with Jeff, too. My customer is willing to accept (in my opinion) quite a lot of debt as long as things run smoothly. We've been through...

  • RE: Dealing with Technical Debt

    All this very thought provoking.  We've all experienced it, but now there's a name for it.

  • RE: Scripting procedure versions

    Sean Lange - Friday, March 8, 2019 2:52 PM

    RonKyle - Friday, March 8, 2019 2:24 PM

    March 11, 2019 at 6:24 am

    #2024074

  • RE: Scripting procedure versions

    Gosh MS really has made this one fun. My version is 12.0.2000.8 and it gets only one. I just used another machine which has 12.0.4100.1 and it returns both...

  • RE: Scripting procedure versions

    Weird. I tried this on a 2008R2 instance and a 2014 and in both cases when I choose modify in object explorer I get ONLY the first version not...

  • RE: Scripting procedure versions

    I'm really glad we do not have to do this any more - using schemas makes life so much easier

    This approach to stored procedures has nothing to...

  • RE: Schema Security

    nguntert - Friday, March 1, 2019 8:27 AM

    RonKyle - Friday, March 1, 2019 8:18 AM

  • RE: Schema Security

    I put all my translation tables into the etl schema and kept the facts and dimensions in dbo.

    Consider using a more elaborate schema for...

  • RE: Schema Security

    ahooper - Friday, March 1, 2019 6:13 AM

    I had always stuck to [dbo] until I started architecting our data warehouse/BI strategy, and...

  • RE: Executing a stored procedure version

    Ken Hiatt - Friday, February 22, 2019 12:29 PM

    If this is being deprecated, what’s the replacement for this functionality? Or is...

  • RE: The Lost Time

    Actually it's the other way around. DST saves daylight in the evening, and steals it from...

Viewing 15 posts - 91 through 105 (of 1,354 total)