Forum Replies Created

Viewing 15 posts - 601 through 615 (of 825 total)

  • RE: Hashing

    It seems too easy. So, I digged in deep on google and MSDN.

    Thanks for the qotd. 😀

  • RE: Better Backups

    Another question "Please, my points back!"

  • RE: Subscriptions

    WOW! First time, I answered right 10 qotd consecutively. 😀

  • RE: Checking database access

    I like qotd about new and/or particular feature.

    Thanks!

    😀

  • RE: Happy Holidays

    That's a good idea: a beefsteak of reindeer.

  • RE: Spatial Data Types

    I'd like deepen the argument, but i've limited time.

  • RE: Using TOP To Rank Columns In a Table

    CELKO (10/24/2011)


    Why did you encourage him? Sounds like time for re-education:w00t:

    I agree.

  • RE: Violating Foreign Keys

    Easy and too long question.

  • RE: Update table

    charlietuna (10/23/2011)


    The solution seems a bit opaque. Something like this is (to me) much more straightforward for the next person who has to read it:

    update #t

    set col1 = case col1...

  • RE: Out of order

    Stewart "Arturius" Campbell (10/21/2011)


    Good question...

    even then, the sort order of any select from the view is not guaranteed....

    In fact, the TOP clause with the "ORDER BY", in this case, is...

  • RE: Out of order

    paul.knibbs (10/21/2011)


    Carlo Romagnano (10/21/2011)


    CREATE VIEW vw_clients AS

    SELECT TOP 100 PERCENT Code, Name FROM Clients

    ORDER BY Code

    I am curious to know if the VIEW above always returns records in sorted...

  • RE: Out of order

    CREATE VIEW vw_clients AS

    SELECT TOP 100 PERCENT Code, Name FROM Clients

    ORDER BY Code

    I am curious to know if the VIEW above always returns records in sorted order.

  • RE: exceptional logic

    palotaiarpad (10/11/2011)


    That was a nice question. But in production code i would have used paraenthesis for better readability. 😛

    Me, too! 😀

  • RE: Using Regular expression to convert PL/SQL code to TSQL

    venus.pvr (10/10/2011)


    Comments posted to this topic are about the item <A HREF="/articles/Regular+Expressions/75121/">Using Regular expression to convert PL/SQL code to TSQL</A>

    Thanks! I found it very interesting for Regular expression syntax.

  • RE: Elementary Key Attributes

    I get it wrong, but I like this kind of questions.

    Thanks.

Viewing 15 posts - 601 through 615 (of 825 total)