Forum Replies Created

Viewing 15 posts - 44,326 through 44,340 (of 59,063 total)

  • RE: T-Sql rant

    steve dassin (4/5/2009)


    I'm not trying to sell you anything. I'm trying to get you to go in for some trippy stuff 🙂

    Heh... it's some trippy stuff, alright. I've never...

  • RE: T-Sql rant

    Mike C (4/5/2009)


    Oracle is good about implementing new features and functionality really quickly... sometimes they even get their features out to market before the ISO standards updates are approved.

    That's...

  • RE: How to find the one_space string in a CHAR data type?

    Heh... ok... understood. And absolutely spot-on with the rest of what you said. Thanks, Paul. And good "meeting" you.

  • RE: How to find the one_space string in a CHAR data type?

    I stand corrected. Thanks for the code.

    I'd be curious to know why anyone would want to use the difference between an empty string and a sting of 1 or...

  • RE: T-Sql rant

    steve dassin (4/4/2009)


    Mike C (4/4/2009)


    Jeff Moden (4/4/2009)


    steve dassin (4/4/2009)


    C'mon do you really have something against parentheses?

    Actually, yeah. 😉

    Personally I hate those curly braces. Growl.

    C'mon you got something against the three...

  • RE: T-Sql rant

    steve dassin (4/4/2009)


    C'mon do you really have something against parentheses?

    Actually, yeah. 😉

  • RE: How to find the one_space string in a CHAR data type?

    apat (4/4/2009)


    So, second row gives 1 as a result whereas there is actually no space between quotes. It should give 0....

    That's what I was saying... you cannot get what you...

  • RE: Rounding Problem

    Leo (4/2/2009)


    Hello Everyone,

    I have some problem in table to round up some values.

    Example 1. value(declared as money) is 0.1234 base on 0.001 round up, final value will...

  • RE: datatype to store files

    I would imagine that IMAGE or VARBINARY would do the trick. See Books Online for the details.

  • RE: how to replace uncounted multiple commas into one comma

    Ramesh (4/4/2009)


    vijays (4/4/2009)


    Nice one, but frankly i m not satisfied with Mr. Ramesh answers, because i run and tried the query and found that sometimes it shows incorrect output. Sorry...

  • RE: how to replace uncounted multiple commas into one comma

    vijays (4/4/2009)


    Nice one, but frankly i m not satisfied with Mr. Ramesh answers, because i run and tried the query and found that sometimes it shows incorrect output. Sorry Boss...

    Post...

  • RE: Timed Triggers.. Possible ???

    Heh... I agree... probably an inteview question.

    I believe the question actually asks "how would you write a trigger that executed another stored procedure but only at certain times of the...

  • RE: How to find the one_space string in a CHAR data type?

    Very good info on the Ansi-Padding and how CHAR columns respond, John...

    It's still not going to help for this problem, though, because empty strings (in T-SQL) are never empty in...

  • RE: steve's dataphore

    steve dassin (4/1/2009)


    relationaland thinks sql is such a blivet why is it the backend for dataphor?

    It's the backend for a lot. Why isn't DataPhor the new backend? ;-)...

  • RE: Performance of user defined functions

    Torres (4/3/2009)


    Thanks for the replies.

    The udf is a Table-valued Function, returning a dataset.

    I could add the RegionID as a parameter to the udf, but was wondering if that was necessary.

    Thanks.

    Torres

    I'd...

Viewing 15 posts - 44,326 through 44,340 (of 59,063 total)