Viewing 4 posts - 1 through 4 (of 4 total)
Hi dear,
Sorry for addee this question as a poll
But i have searched in goggle and many other site also but i m not getting a correct answer...................
Any way i remember...
May 22, 2008 at 10:45 pm
this query Executing fine and displayed currect output in SQL2000
SELECT *
FROM tbl_dxu_entitydetails WITH (NOLOCK), tbl_dxu_templatedetails WITH (NOLOCK), tbl_DXU_LookUp WITH (NOLOCK)
WHERE ...
May 20, 2008 at 10:41 pm
Hi,
Join will not create any problem if u have proper indexes on tables..... And also if posible then use "with (NO LOCK)" on table at the time of selecting records...
March 17, 2008 at 10:35 pm
Viewing 4 posts - 1 through 4 (of 4 total)