表有id、哈希值(int)、哈希字符串(string)、下標(biāo)(int)和其他列刪除的時(shí)候不知道ID,只知道哈希值,哈希字符串,下標(biāo)但是每條數(shù)據(jù)的哈希值,哈希字符串和下標(biāo)都不一樣刪除的時(shí)候只能delete table where (hashCode = 1 and hash = 'hash' and index = 1)or(hashCode = 2 and hash = 'hash2' and index = 2)or(hashCode = 3 and hash = 'hash3' and index = 3)這只是刪了3條。。每次刪除的數(shù)據(jù)都要在1W條以上。。速度太慢了。。。有什么好的
SqlServer批量刪除數(shù)據(jù)
繁花不似錦
2018-08-08 09:10:12