Viewing 15 posts - 46 through 60 (of 3,543 total)
The choice of device has many factors to consider, location where it is to be used would be my first concern. Using a device in a nice clean office where...
October 19, 2021 at 8:44 am
I agree with Jeff 🙂 However extracting the data and transferring to a secure ftp site at 1.1 sec per report is very optimistic.
September 7, 2021 at 12:31 pm
In other words, jack of many trades and master of some. It's fun stuff.
Unlike me, jack of many trades and master of none. :-/ LOL
August 26, 2021 at 8:41 am
If Category is static (ie ALL is always 3)
SELECT j.Job,j.Category,ISNULL(c.Value,3)
FROM Job j
LEFT JOIN Category c ON c.Category = j.Category
Otherwise Scott's solution
August 25, 2021 at 8:02 am
I am by no means an expert in this but AFAIK the only error DBMail would have is with the connection to the destination SMTP server or a system error...
August 23, 2021 at 3:54 pm
.....
We also have some complicated stuff we need to do to display on many screens in the GUI. The application is under constant "improvement". One of the things that...
August 23, 2021 at 3:37 pm
August 23, 2021 at 8:33 am
I'm no expert on this but have you checked your SMTP server that emails were received, whenever I have troubles like this it is invariably an SMTP issue. Are the...
August 23, 2021 at 8:26 am
Any solution will be difficult due to variations in format, however this may work except for Heparin as I cannot discern which value is which and also it will ignore...
August 20, 2021 at 2:54 pm
And "The pot calling the kettle black" to boot :0/
August 5, 2021 at 1:58 pm
I'd like to add my thanks as well, a great and thoroughly enjoyable presentation (and I actually understood it 🙂 ).
Lots of good stuff.
Now I just have to find IndexDNA...
July 29, 2021 at 8:05 am
Since SSIS is not SQL - it isn't the same - and the code is not processed as SQL code. Since the data is in the file -...
July 12, 2021 at 9:04 am
My point is that the list is so big I have a feeling you are chasing away people you might not want to. I see that list and don't...
June 28, 2021 at 3:56 pm
Let's say you do create a CI on the combination of PatientID and DocumentID. Now... ask yourself, what is the basis of each? If they are as so many...
June 18, 2021 at 9:12 am
You're welcome and thanks for the feedback.
June 16, 2021 at 12:45 pm
Viewing 15 posts - 46 through 60 (of 3,543 total)