Forum Replies Created

Viewing 15 posts - 2,011 through 2,025 (of 2,469 total)

  • RE: Seen This?

    Now you really have me intrigued!!! Was that just a general correction or is your gender female ?!?!

    Only reason I ask is 'cos there're so few women around this site...

  • RE: Seen This?

    adding to my acronym vocabulary...(shudder!!)

    sswords - there are 50 states in the U.S - I was asking about which state the "here" was in !!! I think I knew (can't...

  • RE: Seen This?

    Just so I have everything stowed away neatly - what's IIRC ?! And where's "here" ?!

  • RE: Seen This?

    How typical of your gender Remi!!! (YOU said it this time, not I....)

    Gay marriages...off we go at a tangent again...don't throw too many variables in!

  • RE: Seen This?

    And you have to admit (in all fairness)...that one NEVER comes across "married with 'master'"....right ?!?! <;-)

  • RE: Seen This?

    Don't stop the car yet...this is toooo much fun!

    sswords - Remi always rises to the bait...it's so much fun casting...

  • RE: Seen This?

    Point taken about the system db explanation!!

    Re: "Who on earth would put that on a credit application or purchase?" - obviously a married man with a mistress...there can't be a...

  • RE: cast / convert NVARCHAR into INT

    how about "agreed" Remi...it's "almost" Friday & plus you're right! <:-)

  • RE: cast / convert NVARCHAR into INT

    How about something like this....

    select ColInt =

    case

    when isnumeric(fieldvarchar) = 1 then convert(int, fieldvarchar)

    else 0

    end

    from table

  • RE: select one records from each group

    Yes - it was when Noel pointed out the exact same flaw that started off the whole discussion...and led me to help another user with a similar problem....

  • RE: Another Removing Duplicates Problem

    Don't worry about it Charlotte - it happens all the time!

    Last week I responded to a post and the poster thanked Remi - <:-(

  • RE: Full-text search

    As far as I know (haven't come up with this issue myself) - if you just reset the permissions via the "server roles" and "database access" tabs to what it...

  • RE: Another Removing Duplicates Problem

    Noel - Reestablishing "ownership chains" of thank yous ?!?! <;-)

  • RE: SQL 7 Can''''t Remove Second Log File?

    Here's something you can look into for "possible cause"...

    You mention 2 log files - since the "emptyfile" option empties a file by moving the data to other files in the...

  • RE: Full-text search

    Have you tried just adding "BUILTIN\Administrators" (typing it in) via EM - Security ?! What error messages do you get when you try to do this ?!

Viewing 15 posts - 2,011 through 2,025 (of 2,469 total)