Forum Replies Created

Viewing 15 posts - 736 through 750 (of 26,490 total)

  • RE: Validate multiple fields and return string with erroronous fields

    And why not just use constraints to prevent entering invalid data such as nulls or blanks?

  • RE: Dynamic Query issue

    Olalekan Adewale - Thursday, November 1, 2018 11:12 AM

    Dear All,

    Kindly assist


    DECLARE @query NVARCHAR(MAX);
    SET @query = N'DECLARE @specsAndModel TABLE ( specName...

  • RE: seperate data in 1 row

    Krasavita - Thursday, November 1, 2018 9:36 AM

    WHEN a.[Person Email] IS NULL AND a.[person name] IS...

  • RE: seperate data in 1 row

    Krasavita - Thursday, November 1, 2018 9:18 AM

    if do select top 1, I get 1st email for person correct and the rest...

  • RE: Update and Calculate FIFO

    Hamid-Sadeghian - Thursday, November 1, 2018 6:58 AM

    Thank you . duplicate post only for error in my internet connection. sorry about that....

  • RE: DT_BYTE to DT_DBDATE

    jklenk86 - Wednesday, October 31, 2018 4:13 PM

    Jeff Moden - Wednesday, October 31, 2018 4:01 PM

    October 31, 2018 at 4:27 pm

    #2011977

  • RE: DT_BYTE to DT_DBDATE

    jklenk86 - Wednesday, October 31, 2018 3:55 PM

    I've got an SSIS project pulling data from a MySQL database into SQL Server.

    One of...

  • RE: Orphaned tables in sys.tables?

    datsun - Tuesday, October 30, 2018 5:31 AM

    Why would there be some orphaned table entries in sys.tables, when those tables don't exist...

  • RE: Are the posted questions getting worse?

    Grant Fritchey - Wednesday, October 31, 2018 2:36 PM

    Lynn Pettis - Wednesday, October 31, 2018 1:30 PM

  • RE: Are the posted questions getting worse?

    This is a rant, too be honest.  Other than syntactical differences, what is different between the following two queries:

    select
        [a].[co_num]
        , .[cust_po]
        , [a].[co_line]
        , [a].[co_release]

  • RE: Executing a query with highest possible priority

    VoldemarG - Wednesday, October 31, 2018 12:44 PM

    Thom A - Wednesday, October 31, 2018 11:10 AM

    October 31, 2018 at 1:18 pm

    #2011944

  • RE: Left Join madness

    gjoelson 29755 - Wednesday, October 31, 2018 12:13 PM

    gjoelson 29755 - Wednesday, October 31, 2018 12:00 PM

  • RE: Left Join madness

    Also, please run the following and let us know what it returns:

    select
        [a].[co_num]
        , .[cust_po]
        , [a].[co_line]
        , [a].[co_release]
        , [a].[item]
        , [a].[u_m]
        , [a].[qty-ordered]
        ,...

  • RE: Update and Calculate FIFO

    Hamid-Sadeghian - Wednesday, October 31, 2018 10:42 AM

    Thank you for helping me to send my question in correct format.
    I send spreadsheet only...

  • RE: Left Join madness

    gjoelson 29755 - Wednesday, October 31, 2018 10:42 AM

    Lynn Pettis - Wednesday, October 31, 2018 10:26 AM

Viewing 15 posts - 736 through 750 (of 26,490 total)