Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 8,731 total)

  • RE: Today's Random Word!

    Ed Wagner - Wednesday, February 8, 2017 6:09 AM

    Grapes

    Wine

    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
  • RE: Are the posted questions getting worse?

    Sean Lange - Tuesday, February 7, 2017 10:39 AM

    I think you should convert this to a scalar function....you know, for performance....

    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
  • RE: Are the posted questions getting worse?

    I was thinking of submitting a script that could hopefully be published in about 2 months. But I wanted to get your expertise on things that might be slipping my...

    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
  • RE: convert HH:MM:SS to datetime

    Jeff Moden - Tuesday, February 7, 2017 9:20 AM

    I have to ask why someone is storing something that will only ever contain...

    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
  • RE: convert HH:MM:SS to datetime

    mandavli - Tuesday, February 7, 2017 8:29 AM

    I receive duration data that is in hh:mm:ss format and stored in nvarchar(50) column
    I want...

    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
  • RE: Today's Random Word!

    Ed Wagner - Monday, February 6, 2017 8:05 AM

    Jeff Moden - Monday, February 6, 2017 7:35 AM

    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
  • RE: Importing data using bcp

    smatu - Friday, February 3, 2017 12:55 PM

    I'm not sure I understand your question....

    How are you calling bcp?

    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
  • RE: Interview Question

    People mention portability of code and correct placement of business rules as disadvantages of Stored Procedures.
    I've seen far more times systems changing their front end code language than their...

    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
  • RE: Interview Question

    Eric M Russell - Friday, February 3, 2017 8:46 AM

    Looking at the issue purely from the perspective of a developer, embedded SQL...

    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
  • RE: Importing data using bcp

    smatu - Friday, February 3, 2017 12:43 PM

    So, I was able to create my format file successfully. However, when I test the...

    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
  • RE: Your Favorite Feature that Needs Work

    Alex Gay - Friday, February 3, 2017 4:46 AM

    adelio.stevanato 21159 - Friday, February 3, 2017 4:26 AM

    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
  • RE: Are the posted questions getting worse?

    Jeff Moden - Friday, February 3, 2017 7:21 AM

    djj - Friday, February 3, 2017 6:14 AM

    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
  • RE: modifying a 'replace' function to use Lower and Upper

    Does something like this works?

    Create Function [dbo].[fn_iReplaceSpecialCharacters] (@TempString AS VARCHAR(100))
    RETURNS TABLE WITH SCHEMABINDING
    AS RETURN
    SELECT replace(replace(replace(replace(
       replace(replace(replace(replace(replace(replace(replace(replace(
       replace(replace(@TempString COLLATE...

    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
  • RE: How can I make my stored procedure more efficient?

    junk.mail291276 - Thursday, February 2, 2017 10:38 AM

    Thanks both for your suggestions.

    Luis, that's a very neat way of doing it. I'm sure...

    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
  • RE: Are the posted questions getting worse?

    Brandie Tarvin - Thursday, February 2, 2017 6:44 AM

    YAY, Koen!

    The drinks are on you now, right?

    Are you saying that MVP...

    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 - 1,591 through 1,605 (of 8,731 total)