Forum Replies Created

Viewing 15 posts - 16,531 through 16,545 (of 39,827 total)

  • RE: qry?

    If you use Execute As and the service account for SQL Agent, what comes back?

  • RE: SQL Beginner

    Please start a new thread if you have a new question.

  • RE: null vs IS NOT NULL

    gissah (3/16/2011)


    WHERE (Type NOT IN ('Siu-ai', 'Subrogation', 'Siu-fi', 'SIU', 'Siu-mi')) AND (Company = 'xxx') AND ([Compliant Status] = 'xxxxx') AND

    ...

  • RE: Transaction log usage

    Also keep this in mind. If you do a large transaction, maybe a large update. You need log space for the update PLUS log space for the rollback. That's because...

  • RE: March Madness 2011

    Not too late. I'll send an email shortly.

  • RE: Transaction log usage

    Do you mean large in terms of the activity? Or is the log just large all the time? Do you have log backups running?

    The log writes down records based on...

  • RE: null vs IS NOT NULL

    Please show some sample data and explain what you are trying to do. Your explanation of what you need and what is happening is lacking details. Write more information about...

  • RE: How to tune my update from query.

    We do not have that. We have talked about it, but it's a double edged sword. what you get to work, and think is a good answer may not be...

  • RE: null vs IS NOT NULL

    Does this return something?

    select open

    from view_rpt

    where open = 'null'

    I suspect that application might be storing 'NULL' and not NULL.

  • RE: Create stored procedure

    Scott Arendt (3/16/2011)


    ronmoses (3/16/2011)


    paul s-306273 (3/16/2011)


    I don't really see the value of this question...

    The nearly 40% of respondents who got it wrong learned something today. That alone seems valuable...

  • RE: Why does this query only run in master?

    The select works for me, inside and outside of master.

    Not sure what's wrong for you.

  • RE: Are the posted questions getting worse?

    Nice job, Gail, and I didn't think you insulted Robert. I think sometimes they are asking to learn something (they don't know everything) and sometimes just giving you a hard...

  • RE: March Madness 2011

    I'll run the draft tomorrow, sending emails to everyone and asking for picks. You'll have to trust me to draw the numbers here for ordering.

    If we don't get more, we'll...

  • RE: null vs IS NOT NULL

    Please show the query, table DDL and sample data

  • RE: Are the posted questions getting worse?

    I also don't see the point in not offering downloads. Not like it couldn't require a login or a page view to get them.

    The Windows Media streaming sucks. Never seems...

Viewing 15 posts - 16,531 through 16,545 (of 39,827 total)