Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: the server sends a premature EOF which usually indicates an

    I'm trying to connect to a sql server remotely and getting this:

    DB-Lib error message 20017, severity 9:

    Unexpected EOF from the server

    Net-Lib error during Operation now in progress

    Error 36 -...

  • RE: Why does this take so long?

    thanks, I guess I don't understand why OR's take more time than AND's, but I'll take your word for it and investigate more on my own. I understand what...

  • RE: Why does this take so long?

    So I came up with this:

    SELECT Distinct VenueID

    FROM VirtualVenues V join (Meetings M join Reservations R ON ReservationMeetingID=MeetingID) on M.VirtualVenue=VenueID

    WHERE V.IncludeRandom = 1

    AND V.Inactive = 0

    AND V.SiteID=39

    and...

  • RE: Why does this take so long?

    Thanks everyone, I take all these comments to heart. I'm not sure I understand the advantages/disadvantages of various joins, is there an online resource that discusses the related concepts?...

Viewing 4 posts - 1 through 4 (of 4 total)