Microsoft
Software
Hardware
Network
Question : update table never ending
Hi Experts
i have a problem:
when i try to update a column of a specific table with no where clause, to update all rows,
the update is continue and never finish.
when i update 1 column with where by key- all fine.
the query: (very simple...)
update karstoel.T_PlantItem set SP_AllowPublishFlag =1
what i did:
1. rebuild indexes - not help
2. build new index for the update column with the key column - not help.
3. check if the table is locked - not locked.
4. delete the column and recreate it -not help
5. try to update another column - not help so the problem in table.
please help.
10x
Answer : update table never ending
Yes, this is the fact if you want to update 190,000 records in an average computer.
Random Solutions
Exchange 2010 Public Folder Error
WebSphere Application Server Network Deployment
Oracle Join null rows.
Dell PowerEdge Perc 4e/Di RAID 1 expansion
Windows 2003 WMI Errors after VMWare Virtualization
How do you use an underscore character in an AutoCad LISP script?
MySql injection hack
Is it possible to encrypt an email message using PHP?
How to Create Firebird Trigger to get AutoID by using Vb.net code
Send two files in email as attachment in unix shell scripting using ksh