|
Posted by Tonio Tanzi on 06/02/07 15:02
Seribus Dragon ha scritto:
>
>
> there is a HINT Command in Trans-SQL that Allows you to tell the RS not
> to lock the rows.
> select * from detail with (nolock)
> i think that would solve the problem.
Thanks for the solution, however I've solved with this query:
insert into detail (id, data, sede, esecutori, brani_autori)
select new_id_master, data, sede, esecutori, brani_autori
from detail where id= old_id_master
Tonio Tanzi
Navigation:
[Reply to this message]
|