我試圖執行這個查詢:超時已過期。之前完成上述操作超時時間已過或服務器沒有響應
SELECT * from vwLstDtaLines d1,vwLStDtafiles d2 where d1.DtaLinePaymentDate='1/1/2000'or d1.DtaLinePaymentDate='1/1/2012' or d1.DtaLineUserCre='abc' or d1.DtaLineUserMatch='abc' or d2.DtaFileName='Sent'
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
再次得到這個錯誤,並再次
你確定你想成爲做一個交叉聯接? – pete
我想從兩個視圖中獲取和比較數據。必須這樣做:/ – vini
2個不同的視圖是否有相似的列。可能你能夠對這兩個(每個都有自己的'WHERE'子句)做一個'UNION',而不是加入? 你在做什麼,從SQL的角度來看,似乎只是根本性的錯誤 - 這是造成你的超時。 – MattW