Hi,
I am using SQL SEVER 2008 R2. I've a doubt, if there any possible to reduce executing time while deleting more than 3 lakhs records. I will explain about the table structure. Table_Name : test. In that table have 15 Columns , 6 Indexes ,Foreign and Primary Key releationships.
Query : DELETE FROM test WHERE roleid=1 [roleid is not primary key]
Message: (308240 row(s) affected)
Time : 28 seconds.
Cheers,
RAM BHARATH