What's the best way to deal with packing tables within a database when it is shared by other users? I have no problem sharing it, but since it needs to be opened exclusively,
I'm at a loss to how to deal with when and how to pack the table. One note... when the tables are being shared... they are being accessed only through local views created.
Maybe there's a way to check who is using the tables and who is not?
Or is there a way to perminately delete these records out of the tables while its being shared? (currently i use the DELETE - SQL cmd to mark then)
Thanks,
Stephen Hardie
I'm at a loss to how to deal with when and how to pack the table. One note... when the tables are being shared... they are being accessed only through local views created.
Maybe there's a way to check who is using the tables and who is not?
Or is there a way to perminately delete these records out of the tables while its being shared? (currently i use the DELETE - SQL cmd to mark then)
Thanks,
Stephen Hardie