Forum Replies Created

Viewing 15 posts - 601 through 615 (of 6,486 total)

  • RE: need table returning function with input table name as parameter

    Sean Lange (11/19/2014)


    Luis Cazares (11/19/2014)


    Matt Miller (#4) (11/19/2014)


    Sean Lange (11/19/2014)


    DSNOSPAM (11/19/2014)


    Thanks Luis.

    I've been reading about possible performance hits. However, this is in a reporting/analysis environment, not on a production...

  • RE: need table returning function with input table name as parameter

    Sean Lange (11/19/2014)


    DSNOSPAM (11/19/2014)


    Thanks Luis.

    I've been reading about possible performance hits. However, this is in a reporting/analysis environment, not on a production server, and it would be less of...

  • RE: MY Data

    Miles Neale (11/19/2014)


    Matt Miller (#4) (11/18/2014)


    John Hanrahan (11/18/2014)


    Actually members of Congress have to pass background checks to get access to Top Secret information. I don't believe the President has...

  • RE: Sum two money field columns in SQL

    ksatpute123 (11/18/2014)


    I'm not saying money is the best thing ever and it sure has it's issues, but just to go around declaring it should never be used is one step...

  • RE: MY Data

    Gary Varga (11/19/2014)


    Wayne West (11/19/2014)


    The Fault (11/19/2014)


    I thought the arguement was going to end up conforming to Godwin's law for a moment there...

    "I hate Illinois Nazis."

    How's that? I can't...

  • RE: MY Data

    John Hanrahan (11/18/2014)


    Actually members of Congress have to pass background checks to get access to Top Secret information. I don't believe the President has similar requirements.

    They've already been checked...

  • RE: MY Data

    Gary Varga (11/18/2014)


    Stefan Krzywicki (11/18/2014)


    ...And what's to stop someone from gaining tons of debt after they have the job?...

    Nothing but that is the same as checking for anything else. It...

  • RE: Protecting authorship of sql code.

    Are you self-employed perchance?

    In every job I've ever held - it was pretty much a given that anything I developed while working for them was a workproduct that the company...

  • RE: How Do I control Connection error in my script?

    sm_iransoftware (11/18/2014)


    I wrote an script that connect to 3 servers and get data.

    If one of these servers be unavailable, my script generate error and stop.

    With Try catch I cant Control...

  • RE: sp_send_dbmail does NOT download the image in outlook

    niladri_chatterjee (11/17/2014)


    No that is not I am expecting. The image must display in the outlook message body area.

    Then you need to deal with the security issue within Outlook. There's...

  • RE: sp_send_dbmail does NOT download the image in outlook

    In order to "show" the image, you have to download it. You're inlining HTML into the message, so outlook is by default going to pop up that security mesage.

    2...

  • RE: It's Not Just Poor Coding

    Steve Jones - SSC Editor (11/13/2014)


    Meow Now (11/13/2014)


    Security is expensive. More so in time than actual monetary costs. My company is pretty well locked down (Healthcare data)...even the usb and...

  • RE: Triggers with Linked Server

    You may also want to check if there are any EXECUTE AS statements in the trigger definition. This would change the credentials being used (and indirectly which credentials are...

  • RE: Difference between query in same database or linked query

    Koen Verbeeck (11/12/2014)


    Linked servers typically perform worse than queries in the same instance.

    Personally I try to avoid them at all costs.

    While that is probably true - linked servers tend to...

  • RE: An Unlikely Taste for Documentation and Archiving

    There's also the fact that your documentation will probably survive any unfortunate encounter any one of us might have with a bus. Nevermind the prospect of untimely demises, etc...,...

Viewing 15 posts - 601 through 615 (of 6,486 total)