Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 5,109 total)

  • RE: Inquiry about joining tables

    Technically, no, however, the latter is the ANSI-89 syntax and some features of it are no longer supported (OUTER joins for example). The other is the ANSI-92 and you should...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Removing lines from dataset

    Without that sample data I can only throw out ideas. Maybe a candidate for an EXISTS clause in the WHERE.

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Removing lines from dataset

    I'm afraid your statement doesn't made much sense. Maybe you mean DISTINCT, maybe you mean the latest entry, maybe something else?

    There appears to be a language barrier here,...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSIS VS 2015: What SSIS task should i use to check whether there is any Excel file in a directory?

    Phil Parkin - Monday, November 26, 2018 5:19 AM

    VoldemarG - Sunday, November 25, 2018 6:36 PM

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Relation table

    carlo.pagliei 63874 - Monday, November 26, 2018 2:20 AM

    Thom
    thx for your reply.

    The third is a pain because in the join condition you...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Relation table

    This is difficult in envisage based on your limit sample. The 3rd option appear to be the normalised option however. The 1st one will be awful to work with (you'll...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSIS VS 2015: What SSIS task should i use to check whether there is any Excel file in a directory?

    VoldemarG - Sunday, November 25, 2018 6:36 PM

    Sounds neat. thanks. and to check whether the loop has been entered i just put...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: sql server 2016 express installation headache

    If you're on the local host, then the only reason you can't connect with the sa password is 1 of a few reasons:

    • You entered the wrong address for the server...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: SSIS VS 2015: What SSIS task should i use to check whether there is any Excel file in a directory?

    Personally, rather than using a Script Task and coding manually, I would use a For Each Loop. Then, if you enter the loop, you know that there are files. If...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Passing a parameter inside a statement

    Your query (below) is in the right format:
    Delete From where DateID >= (Convert (char(8) ,?, 112))
    If, however, you are storing your DateID as a...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Windows 10 Home connecting to SQL Server 2017

    If you can't ser the attempt, this strongly suggest that the connection attempt never reached the server. Have you tried connecting again after the browser has been enabled?

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Row_number over partiton

    david_h_edmonds - Friday, November 23, 2018 9:32 AM

    Hi Thom,
    Thanks for the reply.
    Max(booking_new) is  the row number calculated for previously entered records in...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Row_number over partiton

    Can you post some sampel data which we can consume please (with DDL and DML statements) please? I doubt you need to nested sub queries here, so if we can...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Splitting Empty Values

    Would still be nice if STRING_SPLIT had the ordinal value; a guaranteed method of getting the result set in the same order it was supplied in often really important. It's...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

  • RE: Windows 10 Home connecting to SQL Server 2017

    You won't be able to use Windows Authentication to connect to a SQL Server INStance on a different host unless you in a domain; like you said Windows Home Edition...

    Thom~

    Excuse my typos and sometimes awful grammar. My fingers work faster than my brain does.
    Larnu.uk

Viewing 15 posts - 1,396 through 1,410 (of 5,109 total)