Forum Replies Created

Viewing 14 posts - 196 through 209 (of 209 total)

  • RE: Restoring backup, can't get into EM

    During repeated attempts to get SQL started I found that 'opends60.dll' and a couple of other DLL files were being reported as 'file or directory is corrupt'. I tried...

  • RE: You have been chosen as dead victim …

    George - You wrote:

    quote:


    Example:

    User 1

    Update table TABLE_A set Field1 = ‘X’ where ID = ‘11111’

    Update table TABLE_A set...

  • RE: You have been chosen as dead victim …

    The root cause of deadlocks is a design issue. The most common way to get a deadlock is when User1 has Table A locked and then needs a lock...

  • RE: Connection Read (recv())

    I appreciate the suggestion about Profiler, but the customer is not that savvy. What in particular would I be asking him to look for?

    Any other ideas? I'm getting...

  • RE: Connection Read (recv())

    Thanks for the Ping idea, here are the results:

    Like most folks, customer has "Discard Pings" on his router. Helped him find and disable that. Ran the Ping test...

  • RE: Connection Read (recv())

    Anything over a few hundred bytes fails using Enterprise Manager, Query Analyzer, and our software. The client does not have FTP or web services. Did you have a...

  • RE: Connection Read (recv())

    It's not just rowcount though. It's more like a certain byte count of data. I can pull about 5 rows on a small table (Select * from Defaults...

  • RE: Connection Read (recv())

    Thanks Andy. I had already used ODBCPING to verify that we were getting through his firewall to the server (although I knew I was since I could access the...

  • RE: More Powerful Stored Procedure Code?

    Steve: Now that's what I'm hoping for. The ability to write a SP in VB, using powerful structures like a real Select Case and the non-convoluted If Then...

  • RE: Reminiscing

    I'd just like to know how you posted this article on 5/23/02 when it's only 5/19/02 in Florida. I know we can't count votes correctly, but I thought we...

  • RE: Understanding Your Identity

    Thanks Steve. You always have such clear precise answers. I knew about SET IDENTITY_INSERT, seems that would only apply when one wants to deliberately copy data from one...

  • RE: Understanding Your Identity

    Good article, I hadn't thought that much about it - we don't care that the Identity columns are sequential. Unique we do care about. Your quote from MS...

  • RE: ASP and ADO Gotcha - Duplicate Field Names in a Query

    Once the Join is done, there are no P. and A. qualifiers anymore. You simply have to alias the fieldnames to something meaningful. I suppose it's considered a...

  • RE: Cheapest RAID solution?

    I have used the Promise SuperTrack series with IBM 60 Gig Hard Drives in two production machines and can only say that they work great. Cost effective, true Raid...

Viewing 14 posts - 196 through 209 (of 209 total)