Forum Replies Created

Viewing 15 posts - 3,841 through 3,855 (of 5,109 total)

  • RE: SQL Agent Job not sending email failure when 1 step failed

    Send email "When the job completes" Will send an email when the job completes, regardless of if it was successful or failed. If the job fails it will tell you...

    Thom~

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

  • RE: SQL Agent Job not sending email failure when 1 step failed

    You would need each task (apart from the last) to be:
    On Success go to next step; On failure quit the job reporting failure.

    This will cause the job...

    Thom~

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

  • RE: SQL Agent Job not sending email failure when 1 step failed

    If step 1 is set to go to step 3 on failure, then no, it won't email you. The Email notification to operator is on job failure, not task failure....

    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?

    Brandie Tarvin - Monday, April 24, 2017 7:24 AM

    My opinion is certs are worth it if you don't have any paid...

    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?

    Sorry to disappoint you Brandie, but going for something "on topic" too.

    I'm considering doing the Microsoft Certifications sometimes in the "near" future, and wanted to check if people...

    Thom~

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

  • RE: case when sum

    With no consumable data, here's an example of how you would use SUM and CASE together:
    CREATE TABLE #Sample
      (menu1 varchar(10),
      menu2 varchar(10),
      ...

    Thom~

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

  • RE: T-SQL Filtering data with more than one condition by row

    You are correct sir, due to the not equal part. It doesn't sit right with me though, XORs, in SQL, should be two part 😛

    Thom~

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

  • RE: T-SQL Filtering data with more than one condition by row

    Phil Parkin - Sunday, April 23, 2017 7:15 AM

    Thom A - Sunday, April 23, 2017 6:36 AM

    Thom~

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

  • RE: T-SQL Filtering data with more than one condition by row

    This almost sounds like the OP is wants to do an XOR statement, so the logic wanted is? Visible = 0 XOR [Type] <> 14

    Thom~

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

  • RE: How can I pull unique rows from table

    I think you need to explain your logic further then. I really don't understand how you're linking your id's and client_ids in your expected out. Although I gave the example...

    Thom~

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

  • RE: How can I pull unique rows from table

    Plucking a random example from your above post how do you expect the get the row:
    id       client_id  amount
    -------  ---------  ------
    2093838  55966777   100.00

    Looking at...

    Thom~

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

  • RE: How can I pull unique rows from table

    mikesql710 - Saturday, April 22, 2017 2:40 PM

    I am sorry. It was TYPO. I will fix the comment. It should be "It...

    Thom~

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

  • RE: How can I pull unique rows from table

    If it's behaving as it's supposed to be, what's the problem? I assume you mean it is not? 🙂 Could you explain how/why it isn't?

    Thom~

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

  • RE: SQL agent restart

    Which of the following are you seeing?
    SQL Server Instance is stopped.
    SQL Server Agent for the instance also stops (due to stopping).
    SQL Server Instance starts.
    SQL Server Agent...

    Thom~

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

  • RE: Multiple versions of SSDT on one workstation

    I have VS 2008, 2012 and 2016 installed on my PC at the office and have no problems. Yes i mainly use 2016 now, but they all had their respective...

    Thom~

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

Viewing 15 posts - 3,841 through 3,855 (of 5,109 total)