Forum Replies Created

Viewing 15 posts - 2,386 through 2,400 (of 5,109 total)

  • RE: Using a Column's value for the XML Path's value

    Hi Aaron, an attribute won't work, as the xml is fed to an application, which expects the format to be a certain way (that above). Using attributes is not the...

    Thom~

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

  • RE: Are the posted questions getting worse?

    Sergiy - Monday, December 18, 2017 3:25 PM

    Without collecting that data I cannot tell if my customer is from EU.
    And if...

    Thom~

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

  • RE: Are the posted questions getting worse?

    Sergiy - Monday, December 18, 2017 3:04 PM

    So, to be able to deliver goods to any of EU addresses I have...

    Thom~

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

  • RE: Are the posted questions getting worse?

    Hugo Kornelis - Monday, December 18, 2017 8:32 AM

    My comment was on the need for bureacracy within individual companies to separate...

    Thom~

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

  • RE: Are the posted questions getting worse?

    What actually surprised me is the amount of countries, once GDPR comes in, we're not allowed to share data with, unless the company itself can show that they are following...

    Thom~

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

  • RE: Grant execute to procedures doing SELECT only

    anthony.green - Monday, December 18, 2017 2:55 AM

    Its not 100% guaranteed, but you can look through sys.sql_modules in each databases, query where...

    Thom~

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

  • RE: Grant execute to procedures doing SELECT only

    Not sure you can no.

    Personally, I would create a role, add all the users to the role and then grant the relevant Execute permissions to that role ...

    Thom~

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

  • RE: Rank over error? or other methods?

    ThomasRushton - Friday, December 15, 2017 3:01 AM

    or maybe just use ROW_NUMBER() OVER (PARTITION BY CustomerID ORDER BY OrderDate)

    It looks as though...

    Thom~

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

  • RE: Rank over error? or other methods?

    Rank over () ( Partition by c.cust_id order by od.orderdate...

    Thom~

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

  • RE: Are the posted questions getting worse?

    jasona.work - Thursday, December 14, 2017 7:05 AM

    Brandie Tarvin - Thursday, December 14, 2017 5:48 AM

    Thom~

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

  • RE: Are the posted questions getting worse?

    Back at the desk now: https://www.caa.co.uk/WorkArea/DownloadAsset.aspx?id=4294975948

    Thom~

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

  • RE: Are the posted questions getting worse?

    I'm on the phone, so I can't past links (SSC "feature") however I searched "Heathrow airport snow contingency plan", and the second link is the final review of that document...

    Thom~

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

  • RE: how does sql stmt gets executed ?

    Yes, there's a lot of variables to consider. Although the Logical Processing page gives how queries work for the most part, it's not necessarily always how it works (and the...

    Thom~

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

  • RE: how does sql stmt gets executed ?

    If you mean, what order is the Statement processed in, have a look at SELECT (Transact-SQL); specifically the section on Logical Processing Order.

    Thom~

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

  • RE: COUNT CASE WHEN

    Have you tried running that SQL you provided? Can you provide some working DDL, Sample data, and SQL please?

    Edit: just noticed that the table is called #SampleData in both...

    Thom~

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

Viewing 15 posts - 2,386 through 2,400 (of 5,109 total)