Forum Replies Created

Viewing 15 posts - 2,581 through 2,595 (of 7,429 total)

  • RE: How old are you?

    quote:


    0x634D206B72614D0A...

    Cheers,

    - Mark


    Good, but not good enough!

    Finally gotcha with the help of Crappy

    Frank

    [/quote]

    Very interesting Mark, nice...

  • RE: IS NOT NULL vs != NULL

    Just a thought.

    Have you tried explicitly setting ANSI_NULLS off for the connection on both to see if the behavior remains the same? This will at least tell us if the...

  • RE: $123 --> One Hundred Twenty-three ...

    quote:


    and why are you already at work?

    suddenly see the need to do some extratime

    what about working on weekends?

  • RE: Anti-virus software and SQL Server

    I agree with Franks choice as most look in realtime at what is being accessed so by excluding those that are accessed all the time it should be a non-issue...

  • RE: $123 --> One Hundred Twenty-three ...

    Thanks, but topping things really isn't my goal. I can see your code does a quite lovely job. Just offering ("a better", just kidding ) another option...

  • RE: DTS Workflow - On Success? On Completion?

    Thanks phillcart, something new I had not used yet. I have a developer who has several places this will come in handy.

  • RE: stored procedure problem

    Classic case for using at least the two part name and why all objects should be owned by DBO.

  • RE: stored procedure problem

    Try the following tests to see what happens.

    I run the code with all the variables and set them to static values to see if they return.

    Also, try removing all the...

  • RE: Index Wizard and Memory

    Ok, you could try SP 4 but sounds like you are trying to avoid. However, I have looked around and the problem is taht there are some similar things in...

  • RE: DTS Workflow - On Success? On Completion?

    That would be using

    DTSTaskExecResult

    which means you return retry failure or success. So you actually are returning a failure message thru the message pump. Just not thru the errors collections.

    For you...

  • RE: Index Wizard and Memory

    Ok I suggest taking a look at the memory on the server thru Task Manager while running and if using the wizard via your local machine do the same there...

  • RE: Help with a Query

    If I understand correctly I think you are after this.

    SELECT

    BranchNode.NodeName as Site,

    SUM(CASE WHEN DATVer < '4.0.4290' THEN 1 ELSE 0 END) as OutOfDate,

    SUM(CASE WHEN DATVer >= '4.0.4290' THEN 1 ELSE...

  • RE: $123 --> One Hundred Twenty-three ...

    Here is a script I wrote a long while back that does it and should cover all possiblities including the difference between hyphenation of things like Twenty-Five as opposed to...

  • RE: 7.0 to 2000 Migration

    Replication will be lost with backup restore if using.

    Some old implicit datatype conversions no longer work so you may run into code that has varchar field and and int...

  • RE: Is this impossible?

    You might even try using C2 audit mode. This will produce a nice trace of those events without a lot to do ourself. However as with any tracing it is...

Viewing 15 posts - 2,581 through 2,595 (of 7,429 total)