Forum Replies Created

Viewing 15 posts - 46 through 60 (of 3,544 total)

  • Reply To: Are the posted questions getting worse?

    Brandie Tarvin wrote:

    I am not seeing a Power BI forum on this group. Is there one and I'm just missing it?

    One of our Devs has a question. He's trying to get...

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: Barcode Scan Into SQL Server

    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...

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: High Report Export Volume

    I agree with Jeff 🙂 However extracting the data and transferring to a secure ftp site at 1.1 sec per report is very optimistic.

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: Is that a reason DBA should Install SQL Server

    Jeff Moden wrote:

    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

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: SQL Function

    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

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: DBMail

    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...

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: A Lack of Error Handling

    Jeff Moden wrote:

    .....

    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...

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: DBMail

    Johan Bijnens wrote:

    • create a test job and send some mails to yourself.
    • Send some emails with your own email address in BCC to find out if they actually arrive.
    • As...

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: DBMail

    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...

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: How to split string and separate the data with numbers and text

    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...

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: Are the posted questions getting worse?

    And "The pot calling the kettle black" to boot :0/

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: EightKB... I'm presenting! Bring your water-cooled helmet! :D

    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...

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: text column in date format in excel to datetime column in sql server via SSIS

    Jeff Moden wrote:

    Jeffrey Williams wrote:

    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 -...

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: Are the posted questions getting worse?

    Sean Lange wrote:

    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...

    Far away is close at hand in the images of elsewhere.
    Anon.

  • Reply To: How much will it cost or save to rebuild that index? (SQL Oolie)

    Jeff Moden wrote:

    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...

    Far away is close at hand in the images of elsewhere.
    Anon.

Viewing 15 posts - 46 through 60 (of 3,544 total)