Forum Replies Created

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

  • RE: Formatting in HTML table

    Thom A - Wednesday, July 19, 2017 1:46 AM

    sqlenthu 89358 - Wednesday, July 19, 2017 1:42 AM

  • RE: Formatting in HTML table

    Thom A - Tuesday, July 18, 2017 5:31 AM

    sqlenthu 89358 - Tuesday, July 18, 2017 5:09 AM

  • RE: Formatting in HTML table

    Lowell - Tuesday, July 18, 2017 5:20 AM

    sqlenthu 89358 - Tuesday, July 18, 2017 5:05 AM

    July 18, 2017 at 8:15 am

    #1951407

  • RE: Formatting in HTML table

    Thom A - Monday, July 17, 2017 6:10 AM

    This should do the job:
    CREATE TABLE #Sample
      (cobdate date,
      TradingType varchar(10),
     ...

  • RE: Formatting in HTML table

    Lowell - Monday, July 17, 2017 6:27 AM

    For the RevenueAmt, if the datatype is MONEY, the convert function has an additional parameter...

  • RE: Designing and Architecture

    Thanks for the insight Grant. We have two new prod servers in one location and two DR servers in another location. We have rto of 2 hours and rpo is...

  • RE: Tsql Query help

    Jeff Moden - Thursday, June 22, 2017 7:45 AM

    sqlenthu 89358 - Wednesday, June 21, 2017 9:34 PM

  • RE: Tsql Query help

    Thanks Jeff. Very helpful and interesting.

  • RE: Tsql Query help

    Thom, both urs and Luis' query gave me a fair idea of how I should start. However the table gets populated on daily basis and the report is needed on...

  • RE: Tsql Query help

    Thanks to both of you guys. However there is no limited number of Org_ids. It can vary and change from time to time.
    In between, I replied many hours back...

  • RE: Query for status

    Chris Harshman - Tuesday, May 2, 2017 1:10 PM

    I'm thinking the statuses have a priority, not necessarily that the logic conflicts.  Here's...

  • RE: Query for status

    Apologies for late response. So here is the complete picture:
    Every user is mapped with one or more unit ids. Every month when our batch is processed, all entries get...

  • RE: Query for status

    Hey Thom, these are dates only and no VARCHAR. I gave few records to show they type of data. All date related columns are in datetime data types only.

  • RE: SQL 2008R2 to SQL 2014 Upgrade

    Chris Harshman - Monday, April 10, 2017 10:42 AM

    sqlenthu 89358 - Thursday, April 6, 2017 1:57 AM

  • RE: SQL 2008R2 to SQL 2014 Upgrade

    Thanks Sue. However I was looking for something to see if there can be any code breaks while going from SQL 2008 r2 to 2014. Any code which will need...

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