Forum Replies Created

Viewing 15 posts - 106 through 120 (of 380 total)

  • Reply To: C# - how to convert string to date

    Thank you so much!

  • Reply To: need help with a SQL query

    Jonathan AC Roberts wrote:

    Not sure if this will be any faster, you might have to look at putting indexes on the table if it is not:

    ;with cte as
    (
    ...
  • Reply To: need help with a SQL query

    Jonathan AC Roberts wrote:

    water490 wrote:

    I think I fixed the issue.  I added t_date to the partition part and now I am getting the correct number of records.  The query is super slow...

  • Reply To: need help with a SQL query

    I think I fixed the issue.  I added t_date to the partition part and now I am getting the correct number of records.  The query is super slow though.  It...

  • Reply To: need help with a SQL query

    Thom A wrote:

    Seems like you could achieve this with a couple of CTEs. I assume that the value of T_date could differ, hence why I use window aggregation functions rather than...

  • Reply To: how to do this in SQL?

    the queries are giving the correct output now.

    thank you both so much!

  • Viewing 15 posts - 106 through 120 (of 380 total)