Forum Replies Created

Viewing 15 posts - 76 through 90 (of 210 total)

  • RE: Never give up

    david.wright-948385 (7/8/2014)


    All good, positive stuff, but it sounded a bit like the sermon on the mount!

    Really, sermon on the mount? Have you read that lately? When Jesus was...

  • RE: Cumulative sum of previous rows

    simonc 39536 (5/9/2014)


    WayneS is still absolutely correct about the usage of ROWS though.

    In this instance you should use ROWS because it is the more correct solution for what you...

  • RE: Cumulative sum of previous rows

    simonc 39536 (5/9/2014)


    Thanks WayneS, read your article, I was looking for a good description of the difference between ROW and RANGE. Yes, most definitely ROW should be used here.

    Interesting, so...

  • RE: Cumulative sum of previous rows

    Stefan Krzywicki (5/8/2014)


    Good article.

    I'm not sure what you meant by this though

    I found something new in SQL Server 2012. You can now add an order by to the over( partition...

  • RE: Cumulative sum of previous rows

    Not sure if you completely read my article, but the solution you posted is what I replaced to speed up the update.

    Thanks for your post.

    Ben

  • RE: Cumulative sum of previous rows

    I will have to take a closer look at your code. Thanks for posting it.

    Ben

  • RE: Cumulative sum of previous rows

    Thanks Chris for your post.

    Ben

  • RE: What is your default database set to?

    No I didn't try with sqlcmd. Honestly , I didn't think of that.

  • RE: What will the max id be?

    If you run all the lines in the question in a query window you will see you don't get an invalid object error. The table doesn't get dropped before...

  • RE: A Lifetime of Software

    I started off writing Cobol, then moved into Delphi (visual Pascal). I ended up with .net and sql server databases. Pretty sure I will be doing this until...

  • RE: All I want for Christmas

    As long as we are dreaming here. It would be nice to have one of those new all electric Nissan Leaf cars. Then as long as I am...

  • RE: A simple math expression solver

    Actually, Kevin was right. The existing spec only needed to solve one math operation. That is the column would contain either + or - or X or /

    So...

  • RE: A simple math expression solver

    Kevin,

    I appreciate your post.

    I hope the other posters will understand, I don't have issue with people commenting on how to improve code. As long as they understand...

  • RE: A simple math expression solver

    You know, I find your comment offensive. I put time and effort into this article and this code. I had a problem to solve that required a function...

  • RE: A simple math expression solver

    I would stay away from cursors if you decide to do it in t-sql. It might be better to use vb.net or c# and then use the clr. ...

Viewing 15 posts - 76 through 90 (of 210 total)