HI All,
I have the following queries are still running slow eventhough I added some indexes it didn't get the indexes and still giving me table scan and table delete.
Have the following 2 tables each have more then 20 million rows.
CREATE TABLE [dbo].[STATUS](
[NAME] [nvarchar](10) NOT...
Hi there,
I have the following preparedStatement:
PreparedStatement proPreStProdProperties= connection.prepareStatement(" " +
" DELETE FROM properties" +
" WHERE id_itm = ?" +
" " +
" INSERT INTO properties " +
" (id_itm,property_key,property_value) "+
" VALUES (?,?,?)...
Hi all ,
I am loading data files intp Sql server 2005. I must delete then insert a large number of rows into tables.
The Queries for examples are
Delete from customer where name='John' and country='US'
.
.
Insert into customer values ('John','Bray','US')
Insert into customer values...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.