表有id、哈希值(int)、哈希字符串(string)、下標(int)和其他列刪除的時候不知道ID,只知道哈希值,哈希字符串,下標但是每條數據的哈希值,哈希字符串和下標都不一樣刪除的時候只能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條。。每次刪除的數據都要在1W條以上。。速度太慢了。。。有什么好的
SqlServer批量刪除數據
繁花不似錦
2018-08-08 09:10:12