HOME > .NET Framework > Forum > Timeout expired. Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Timeout expired. Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
ถ้าโปรแกรมฟ้องอย่างนี้มีวิธีแก้ไขอะไรได้บ้างคะ
SELECT *
FROM (SELECT ROW_NUMBER()
OVER (ORDER BY <เลือกมาสัก field หนึ่งมาทำ paging> DESC)
AS Row, *
FROM "table คุณชื่ออะไร")
AS WithRowNumbers
WHERE Row>=<เลขที่คุณต้องการ เช่น 50> AND Row <= <เลขที่คุณต้องการ เช่น 100>
SELECT *
FROM (SELECT ROW_NUMBER()
OVER (ORDER BY <เลือกมาสัก field หนึ่งมาทำ paging> DESC)
AS Row, *
FROM "table คุณชื่ออะไร")
AS WithRowNumbers
WHERE Row >= 50 AND Row <= 100
SELECT *
FROM (SELECT ROW_NUMBER()
OVER (ORDER BY <เลือกมาสัก field หนึ่งมาทำ paging> DESC)
AS Row, *
FROM "table คุณชื่ออะไร")
AS WithRowNumbers
WHERE Row >= 101 AND Row <= 200
Date :
2010-02-24 16:50:12
By :
numenoy
No. 10
Guest
1. ตั้งค่าเวลาใน ms sql ให้เป็น 0
อยากทราบว่า ตั้งค่าตรงไหน ยังไงค่ะ