Forum Replies Created

Viewing 7 posts - 5,386 through 5,393 (of 5,393 total)

  • RE: Best Way to Calculate Age

    It looks like some queries work for some people and other queries work for some other people: the only thing I know is I would never put any of these...

    -- Gianluca Sartori

  • RE: Execution Plan

    Ctrl + L if you just want the estimated execution plan

    -- Gianluca Sartori

  • RE: Understanding INNER join in detail

    The concepts involved are really basic, so basic that I wouldn't even understand why sitting at your desk typing queries without perfect knowledge of these concepts.

    -- Gianluca Sartori

  • RE: Sort Order - Include Null al last

    Really funny! I've been a member since 2002 and I've never answered qod before: I answered two questions in the last ten days and both were wrong!

    There's something wrong with...

    -- Gianluca Sartori

  • RE: Cursors

    I see that others found out there's no way to get the number of rows in a cursor with sp_describe_cursor_columns, but I'll be glad to admit I was wrong if...

    -- Gianluca Sartori

  • RE: Is a Temporary Table Really Necessary?

    I found temp tables very handy to work around long running queries ad I learned how to use them to cut down complex problems, but there are some things you...

    -- Gianluca Sartori

  • RE: Select from stored procedure

    Nice way to get it to work!

    I don't see why it shouldn't be used in production environment, it just needs to be a bit refined... I wouldn't include connection strings...

    -- Gianluca Sartori

Viewing 7 posts - 5,386 through 5,393 (of 5,393 total)