Forum Replies Created

Viewing 15 posts - 15,991 through 16,005 (of 26,486 total)

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (4/14/2010)


    Lynn,

    On the topic of case consistency - please don't ever try Microsoft CRM. It will absolutely drive you bonkers. CRM requires objects be created through the GUI....

  • RE: Are the posted questions getting worse?

    Trey Staker (4/14/2010)


    Lynn Pettis (4/14/2010)


    I realize many run SQL Server using a case insensitive collation, but really, your code should be consistant. I'm sorry, but roleID and RoleID aren't...

  • RE: Methods for Backing Up Databases / Transaction Logs - SQL 2005

    Looking at a third party tool may also be needed if you have limited space to store backups files. Or you could implement a zip routine to compress your...

  • RE: Are the posted questions getting worse?

    I realize many run SQL Server using a case insensitive collation, but really, your code should be consistant. I'm sorry, but roleID and RoleID aren't the same. That's...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (4/14/2010)


    Lynn Pettis (4/14/2010)


    To the TinD I am going, fun you all can have.

    It looks like you can come back now.

    And I did. Just waiting now to see what...

  • RE: CTE

    ychen 55059 (4/14/2010)


    Would the 'into #tbl ' above suffice? I wanted to be consistent with the #tbl referenced in the CTE query.

    It works, just not the way you...

  • RE: CTE

    Here is my code:

    select distinct

    reportID,

    RoleID,

    stuff((select ', ' + t2.User2

    ...

  • RE: CTE

    Also, your code won't work as is when run on a system using a case sensitive collation.

  • RE: CTE

    Missing DDL for the table you are.

  • RE: SQL Question

    Make it easy on us, show us what the result set should look like based on your sample data. They do say a picture is worth a thousand words,...

  • RE: Today's Random Word!

    CirquedeSQLeil (4/14/2010)


    bcsims 90437 (4/14/2010)


    CirquedeSQLeil (4/14/2010)


    Steve Jones - Editor (4/14/2010)


    Taxes

    Why bother?

    Penalties

    Willie Nelson

    Celebrities and the super rich always seem to get special treatment, don't they.

  • RE: Missing last 2 Days records ..How can i recover ..

    Is this an on-line application or is the data loaded via files?

    Unfortunately, there is no way to recover your data at this point. Once data has been updated to...

  • RE: Are the posted questions getting worse?

    To the TinD I am going, fun you all can have.

  • RE: CTE

    If you can't be bothered with posting what is asked, I guess I can't be bothered with helping you. Search SSC, you'll find numerous examples on this site that...

  • RE: Raw Materials - Derek on Alert

    Trey Staker (4/14/2010)


    Bwhahahahaha... This is awesome. I had a manager once that wanted me to get the code off of microfishe. He also thought that we could restore...

Viewing 15 posts - 15,991 through 16,005 (of 26,486 total)