Forum Replies Created

Viewing 15 posts - 17,926 through 17,940 (of 26,489 total)

  • RE: Are the posted questions getting worse?

    I have a co-worker who is also a professional musician. He sent out a Christmas Song this year. You can find this song here

  • RE: Any SQL gurus / n00bs that are closet musicians?

    I'm not a musician, but my co-worker is also a professional musician. Here is a Christmas Gift song he sent out this year. If you like that song,...

  • RE: SQL Inner Joins

    Please read the first article I have referenced in my signature block below regarding asking for assistance. Please follow the instructions for posting code and sample data. You...

  • RE: Need help in complex query/subquery

    Probably, but then how would you learn how to do it if we do it for you? Give it a try first, and as you have problems, ask for...

  • RE: Where's My Additional Free Space ?

    I'b build a clustered index. You may want to analyze the usage on the table. There may be a useful index that may benefit from being a clustered...

  • RE: Indexed View Sql Server 2005

    Not sure if this is relavent, but an INDEX scan on a clustered index is a table scan.

  • RE: How to detmine a user's groups

    Lookup xp_logininfo in BOL (Books Online).

  • RE: How to do this...?

    krypto69 (12/15/2009)


    No Jeff,

    The balance data is updated throughout the day and is a rolling balance.

    Do I don't really have a way..

    The balance may be a rolling balance, but if you...

  • RE: cursors and order by

    Magy (12/15/2009)


    But it didn't order the data according to my ORDER BY clause...that's why I'm confused.

    When I run the cursor, and then check the table, it is not...

  • RE: Snapshot Question

    Also, Jeff asked a question in the other thread that you still should answer.

    What you may need to do is write quesries that recalc the balances as of a certain...

  • RE: Snapshot Question

    It depends.

    Also, remember that, if for any reason, you have to restore the database you will have to drop all your snapshots.

  • RE: Have to use force recompile to get the SP to use indexes

    one-1016367 (12/15/2009)


    Nope, no table variables. I'm not at work at the moment, and I didn't write the stored procedure myself so I don't remember the details. I'll paste the...

  • RE: Snapshot Question

    When initially created, it will be empty. It will start occupying space as your database is updated as it needs to retain a copy of the data as it...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (12/15/2009)


    Totally Cute!!

  • RE: tables created

    Bru Medishetty (12/15/2009)


    CirquedeSQLeil (12/15/2009)


    Usually people are much more willing to help if you have shown that you have tried something.

    Absolutely right !

    Spot On!!

Viewing 15 posts - 17,926 through 17,940 (of 26,489 total)