Forum Replies Created

Viewing 15 posts - 25,081 through 25,095 (of 39,810 total)

  • RE: in where 'Or' or 'and'

    As many as you want.

    I know there might be a max stored procedure byte count (or batch size), but apart from that, as many as you want.

    How many do...

  • RE: use of Curser to purge data+sql server 2005

    I'd experiment with the counts. I've had systems run better with 1000 than 10,000, but it's varied. Test a little, maybe for few batches and get timings.

  • RE: problem calling stored procedure

    How are you compiling as a script? Perhaps there's something in the script that gets left out. For example, a GO might terminate a batch, and let the rest of...

  • RE: The Scary DBA

    Please tell me it isn't a friend at a government agency or other place where security should be taken a bit more seriously.

  • RE: Are the posted questions getting worse?

    I think serious-ness departed this thread long ago.

    A long, long time ago, in a post far, far away....

  • RE: Are the posted questions getting worse?

    Just venting, just venting, my friends. A good way to relieve some stress.

  • RE: Downtime

    A broken URL has no answers today 🙁

    However here's one I got in email:

    For the record, the main reason to remove SPs that are surplus to requirements is to ensure...

  • RE: Are the posted questions getting worse?

    Cynical indeed, though advanced education in CS doesn't necessarily mean that you know how to do anything in production.

    However, I agree that this person, while possibly having trouble understanding, is...

  • RE: Maximum character in result in SQL Server 2000

    How are you viewing this? Some apps might limit it there. TEXT should bring back the full value unless you are CASTing it somehow.

  • RE: How to handle CASE related query??

    I'm guessing you have some data that is throwing this off.

    Do the subselect's work fine by themselves?

    I'd think you'd be able to CASE the SUM and not need the...

  • RE: 1=1

    where string like column?

    Isn't it WHERE MyCol like '%searchstring%'

    I hate these types of searches. I think it's a lazy developer. It might take you more time to build a few...

  • RE: Are the posted questions getting worse?

    Crazy as a Jedi?

  • RE: Search results

    Google might do that. We actually have some development resources coming available in a couple weeks and this is one of the priorities to fix the search so it works...

  • RE: SSC Members Name

    There shouldn't be a lot of duplication. There are some older ones from before we had a unique check on the column.

    Who's duplicate?

  • RE: Are the posted questions getting worse?

    I'm sure he knows how to cut and paste, but might not use that term. What if he's primarily a *nix guy? Might not be used to the term. I'm...

Viewing 15 posts - 25,081 through 25,095 (of 39,810 total)