Viewing 3 posts - 1 through 3 (of 3 total)
Hi,
This may be an oledb driver related issue in your box.
Can you Reinstall MDAC and Jet SP8 in your box.
Click the following link to download latest SP for Microsoft...
February 7, 2008 at 2:41 am
#775911
Hi Jeff,
There is no harm by using Temp tables. I also use for most of my complex update & select queries.
May be if somebody is not using a stored...
January 13, 2008 at 9:01 pm
#767555
Hi Ramesh,
Try the follwoing query
Select * from Employee
where slno
not in( select min(slno) from Employee group by name,ssn)
If the above select gives your duplicate records then replace the select statement...
January 11, 2008 at 1:56 am
#766992