Re: How to improve performance of the report's display while updating the table?
_at_Ariel
Date: 03/29/04
- Next message: Bruce de Freitas: "DB Files & Perf question"
- Previous message: Uri Dimant: "Re: How to grant select permission to multi table"
- In reply to: Wayne Snyder: "Re: How to improve performance of the report's display while updating the table?"
- Next in thread: Wayne Snyder: "Re: How to improve performance of the report's display while updating the table?"
- Reply: Wayne Snyder: "Re: How to improve performance of the report's display while updating the table?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Mar 2004 06:01:11 -0800
Thanks Uri and Wayne.
Yes, my table got join statements within.
select * from table a, table b with (nolock), table c and table d
where a.id = b.id and
b.id = c.id and
c.id = d.id;
// the b table I assume is the attendance table.
uri, did you mean that my result will be wrong after I use the nolock syntax?
Or you mean it will be wrong in terms of some of the data it linked will be deleted or updated?
Thanks Again
- Next message: Bruce de Freitas: "DB Files & Perf question"
- Previous message: Uri Dimant: "Re: How to grant select permission to multi table"
- In reply to: Wayne Snyder: "Re: How to improve performance of the report's display while updating the table?"
- Next in thread: Wayne Snyder: "Re: How to improve performance of the report's display while updating the table?"
- Reply: Wayne Snyder: "Re: How to improve performance of the report's display while updating the table?"
- Messages sorted by: [ date ] [ thread ]