Viewing 4 posts - 1 through 4 (of 4 total)
Thank you very much for your reply.
I already run dbcc checktable command and i found one of my table currupted. so drop clustered index and recreated it. now its workd...
September 21, 2005 at 8:00 am
try this.
select t1.id,(select count(t1a.id)
from temp1a t1a where
t1.id=t1a.id),
(select count(t1b.id) from temp1b t1b where
t1.id=t1b.id)
from Temp1 t1
September 2, 2005 at 1:36 pm
if not then let me know. I have done this many time. so i think i will definately help you out in this issue.
September 2, 2005 at 1:21 pm
Hi,
first run sp_resetstatus <dbname>
then restart your server and see if it is fine.
September 2, 2005 at 1:19 pm
Viewing 4 posts - 1 through 4 (of 4 total)