Forum Replies Created

Viewing 15 posts - 31 through 45 (of 8,731 total)

  • Reply To: Are the posted questions getting worse?

    Sean Lange wrote:

    Sorry to pick this one apart Luis. I know you were posting here hoping to find some leads, not a critique of the posting that you didn't write. Hopefully...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: Are the posted questions getting worse?

    Sean Lange wrote:

    Luis Cazares wrote:

    Anyone know a full stack developer looking for a job at a good company? We're looking for several and haven't got great candidates (some good but with little...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: Are the posted questions getting worse?

    Anyone know a full stack developer looking for a job at a good company? We're looking for several and haven't got great candidates (some good but with little to zero...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: Are the posted questions getting worse?

    Jeff Moden wrote:

    Brandie Tarvin wrote:

    Brief tangent into real SQL stuff...

    Has anyone ever heard of table triggers not firing for every row if you do set-based updates to records?

    Our vendor sent us code...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: Are the posted questions getting worse?

    Ed Wagner wrote:

    Luis Cazares wrote:

    David Burrows wrote:

    Jeff Moden wrote:

    I normally don't do self-advertisement but I'm giving a presentation tonight at 6PM EDST online on an interesting subject.  Here's the link...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: Are the posted questions getting worse?

    David Burrows wrote:

    Jeff Moden wrote:

    I normally don't do self-advertisement but I'm giving a presentation tonight at 6PM EDST online on an interesting subject.  Here's the link to the Meetup and...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: sp_who4

    To remove the error, we could just add a NULLIF function around @SqlStatement.

     

    ALTER PROC sp_who4
    AS
    BEGIN
    IF OBJECT_ID('tempdb..#res') IS NOT NULL
    BEGIN
    DROP TABLE #res;
    END;

    WITH XMLNAMESPACES(DEFAULT 'http://schemas.microsoft.com/sqlserver/2004/07/showplan'),
    BlkSessions
    AS (
    SELECTblk_sei.spid AS...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: Are the posted questions getting worse?

    Sean Lange wrote:

    Jonathan AC Roberts wrote:

    Sean Lange wrote:

    So we have this third party shipping system that is...well...user hostile at best. To add insult to injury for the users the system has been suffering increased...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: Are the posted questions getting worse?

    Can we stop the political discussions?

    Both parties have plenty of problems and we shouldn't be discussing who's worse.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: Are the posted questions getting worse?

    BrainDonor wrote:

    Any newly-elected leader should have to watch the entire West Wing series. That was an amazing show.

    Should they also watch House of Cards? Maybe Scandal.

    I wonder if Biden watched...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: SSC Fantasy Football 2020

    Sequelsurfer wrote:

    Well that's tough to take! 1 game in and I'm hanging on by my finger nails already.

    It will take something pretty special to get out of this hole against...

    • This reply was modified 5 years, 5 months ago by Luis Cazares.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: Are the posted questions getting worse?

    In case someone missed it. There seems to be a big problem with Solarwinds Orion products, which some of you might use.

    https://cyber.dhs.gov/ed/21-01/

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: SSC Fantasy Football 2020

    I'm just glad that I don't have to worry too much about my team these weeks. I still can't get a decent QB.

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: SSC Fantasy Football 2020

    Ray K wrote:

    Luis Cazares wrote:

    SQLDCH wrote:

    Luis Cazares wrote:

    Ray K wrote:

    I have a nice little win streak going right now.

    Trouble is, is it too little, too late?

    We could arrange something to ensure that win streak...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2
  • Reply To: SSC Fantasy Football 2020

    SQLDCH wrote:

    Luis Cazares wrote:

    Ray K wrote:

    I have a nice little win streak going right now.

    Trouble is, is it too little, too late?

    We could arrange something to ensure that win streak keeps going...

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2

Viewing 15 posts - 31 through 45 (of 8,731 total)