Viewing 12 posts - 1 through 12 (of 12 total)
Thanks a lot, I'll try the optimize first.
January 31, 2006 at 3:48 pm
He have processes that load data into tables every 15 min and another process every 30 min. and web user viewing data around the same...
January 31, 2006 at 3:09 pm
Yes, tables are being accessed via insert/update
or a SQL command that look for the transaction isolation level on the table
January 31, 2006 at 2:26 pm
The reason I want to know, when people come to my site and the tables are in process mode I will send a message to...
January 31, 2006 at 10:02 am
Thanks,
insert into tablename01 select * from tabledump01 (process time 10sec)
select * from tablename01 (process time 5sec)
If I insert new records and it takes longer than the select, the select process first?
I...
January 30, 2006 at 11:08 am
Thanks you for your reply, it was very helpful.
Thanks
January 24, 2006 at 7:52 am
Thanks ericwallace,
that works fine, now how do i add the ',' to it.
i.e.
2794
2,794
December 30, 2005 at 10:16 am
Thanks SQLBill
This did not give me what I am looking for.
I'm going to dump the results in excel and format it that way for a quick fix.
I was trying to...
December 29, 2005 at 11:16 am
I’ve tried that but it is not working.
Here is how it looks in the table
December 29, 2005 at 10:53 am
Viewing 12 posts - 1 through 12 (of 12 total)