Viewing 4 posts - 1 through 4 (of 4 total)
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 -...
October 16, 2008 at 1:47 pm
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...
June 5, 2006 at 7:15 am
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...
June 2, 2006 at 10:56 am
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?...
June 2, 2006 at 7:27 am
Viewing 4 posts - 1 through 4 (of 4 total)