Forum Replies Created

Viewing 15 posts - 16,216 through 16,230 (of 26,486 total)

  • RE: Today's Random Word!

    bcsims 90437 (3/31/2010)


    dbowlin (3/31/2010)


    weight loss

    2 words: discipline and difficult (I gotta lose 25 lbs, ugh)

    I need to lose between 30 and 40 depending on what you read on the net.

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (3/31/2010)


    Paul White NZ (3/31/2010)


    Trey Staker (3/31/2010)


    @paul-2 -- Thanks

    Your links on that dear thread were very helpful. That is what I had on my study agenda today, it...

  • RE: How to hide error messages?

    You are looking for something more like this:

    declare @xx as datetime;

    begin try

    select @xx = convert(datetime, '2010-02-31 00:00:00', 102);

    end try

    begin catch

    select 'only 28 days in February';

    end catch

    Not necessarily how I would...

  • RE: SQL 2008 Compressed Backups

    Paul White NZ (3/31/2010)


    Lynn Pettis (3/31/2010)


    Now, if they could incorporate encryption natively as well, I'd be a really happy camper

    Encrypt the compressed backup you mean?

    Otherwise, encyption and compression do not...

  • RE: How do I sum up YTD column?

    The sample data is not in a usable format, should be provided as a series of INSERT INTO statements that can be cut/paste/run in SSMS.

    Also need the expected results based...

  • RE: Are the posted questions getting worse?

    I think people are just trying to find ways to get The Thread to 20,000 posts before the end of the year.

    Time to clear the tables ............. Hippo style...

  • RE: Today's Random Word!

    Lizards, snakes, and spiders Oh My! (Just keep them away from me!)

  • RE: How do I sum up YTD column?

    A few things tht would really help, the DDL (CREATE TABLE statement(s)) for the table(s) involved, sample data (series of INSERT INTO statements) for the table(s) involved, expected results based...

  • RE: SQL 2008 Compressed Backups

    We are using it in production as well. I am quite happy with the native compression. I am also quite happy with the speed with which our backups...

  • RE: SQL Server licensing information

    Your invoice for the product. I don't believe there is any way to query SQL Server 2005 to know how it is licensed. Please let me know if...

  • RE: What is the RAM ramification of CTE?

    keepintouch2b (3/31/2010)


    Thanks all who have replied.

    To sum it up, "In general, you use table variables whenever possible except when there is a significant volume of data and there is repeated...

  • RE: The Missing Certification

    Jason, I read your blog post and I'm not sure what else I could add to your well written summary of the discussion we have been having on this thread....

  • RE: Scheduled SQL Server Agent Jobs

    CirquedeSQLeil (3/30/2010)


    Lynn,

    Do you have any other jobs or processes that may be trying to fire it off? I ask because I have a ton of jobs that are setup...

  • RE: Trying to JOIN

    See what happens when you provide both sample data AND expected results based on the sample data?

    That's why we ask for all the info we do, to help...

  • RE: Trying to JOIN

    Okay, I am getting a bit confused. Based on the sample data provided, what is the results set you are expecting to get?

Viewing 15 posts - 16,216 through 16,230 (of 26,486 total)