Forum Replies Created

Viewing 15 posts - 11,191 through 11,205 (of 14,953 total)

  • RE: The Oscars

    Don't Mess with the Zohan is wretched.

    I just watched the Star Wars prequels again over the last three nights. Strange to realize while watching Clones that Jar Jar is...

  • RE: Are the posted questions getting worse?

    This one:

    http://www.sqlservercentral.com/Forums/Topic645585-146-1.aspx

    Deserves some sort of "Hall of Fame" entry.

    I have to admit to a strong desire to tell the guy to step away from the database and keep his hands...

  • RE: The Oscars

    I can recommend Iron Man, The Hulk and Dark Knight, for just plain special-effects, comic-book fun. Hancock is quite good. Gran Torino is in theatres, but when you...

  • RE: Urgent HELP ME¡¡¡¡¡¡ Some one

    clperez271172 (1/29/2009)


    quisiera saber como poder hacer que se guarde el log de mis dts en una tabla especifica , o como hago para que mis dts guarden el log de...

  • RE: SQL or Oracle

    And that statement right there is why I wonder about the people who are so hooked on the idea of code portability. In most cases, the gain from switching...

  • RE: Select all months bewtween two dates

    It'll depend on what he's looking for. If he needs the start month, it needs a -1 on the row_number function, so that it starts with 0 instead of...

  • RE: Best way to handle massive inserts?

    "SSC Carpal Tunnel" is just a title for writing far too many posts on these boards. The actual screen name is in bold right above that, "GSquared". You've...

  • RE: Are the posted questions getting worse?

    GilaMonster (1/29/2009)


    Bruce W Cassidy (1/29/2009)


    sometimes it's fun having a good ol' mud-slinging match with someone who is absolutely sure they are right. And sometimes that's even me!

    We...

  • RE: Urgent HELP ME¡¡¡¡¡¡ Some one

    Still don't understand. Can you ask in Spanish, so I can look up the words for it? Would that help?

  • RE: Finding Earliest Available Date Between Dates

    I'd build a "Schedules" table, comparable to a Calendar table, for this kind of thing.

    It would contain something like ten years of dates, broken down by minutes.

    Then, you could join...

  • RE: Select all months bewtween two dates

    The Numbers version can work across years, just have to have enough rows in the Numbers CTE (you can get quite a few with just sys.all_objects; if that's not enough,...

  • RE: One to many table to update field.. HELP!!

    Check out Exists in Books Online. You should be able to build an update with "Where Not Exists" in the Where clause.

    If you need help with writing it, post...

  • RE: SQL or Oracle

    Bruce W Cassidy (1/29/2009)


    [font="Verdana"]I guess we are verging from the original topic.

    I've always found security is a better mechanism for enforcing access to database objects. Oh, there's a feature...

  • RE: I like something to help, please

    clperez271172 (1/29/2009)


    since I can do so that the logs of a dts keep in a specific table that is not that of sysdtspackageslog

    That is not the log table. There...

  • RE: I like something to help, please

    Bruce, on another thread with this same guy, we decided that the probem is that he's apparently using Babel Fish to translate from Spanish. It gets incomprehensible really fast.

Viewing 15 posts - 11,191 through 11,205 (of 14,953 total)