Viewing 15 posts - 3,841 through 3,855 (of 5,111 total)
Downloaded the file, remotely, on my home Raspberry Pi (the expendable one), and the zip file does include 3 xlsx file and a txt file (which contains SQL), so it...
April 24, 2017 at 9:50 am
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...
April 24, 2017 at 9:01 am
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...
April 24, 2017 at 8:36 am
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....
April 24, 2017 at 8:03 am
April 24, 2017 at 7:46 am
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...
April 24, 2017 at 7:18 am
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),
...
April 24, 2017 at 2:06 am
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 😛
April 23, 2017 at 10:00 am
April 23, 2017 at 7:51 am
This almost sounds like the OP is wants to do an XOR statement, so the logic wanted is? Visible = 0 XOR [Type] <> 14
April 23, 2017 at 6:36 am
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...
April 22, 2017 at 3:59 pm
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...
April 22, 2017 at 3:20 pm
April 22, 2017 at 2:46 pm
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?
April 22, 2017 at 2:03 pm
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...
April 22, 2017 at 1:51 pm
Viewing 15 posts - 3,841 through 3,855 (of 5,111 total)