> I never do a database structure change when users are connected and do not > allow them to use the system at this time. So in my case, it is to slow
It's almost always like that, when you altering DB structure - you must disconnect all users to avoid problems.
