Thanks
Peter Ty
>I learnt that SELECT INTO can lock up system tables and if used as a long
>running transaction can be very bad for the system as a whole.....
I do not believe this is the case for 7.0, and I know that for earlier
releases it was only true for release 6.5 and even for 6.5 it was
avoidable for #temp tables at least. Service Pack 1 (SP1) for release
6.5 introduced a trace flag to fix this; we implement it by adding the
command line parameter -T5302 to SQL Server. See Knowledge Base (KB)
article Q153441 for details.
Roy
In 7.0 no such problem exists.
--
Tony Rogerson SQL Server MVP
Torver Computer Consultants Ltd
www.sql-server.co.uk (UK User group, code library, FAQ etc..)
Peter Ty <pet...@hotmail.com> wrote in message
news:O9oCXo$j$GA.282@cppssbbsa04...
> I learnt that SELECT INTO can lock up system tables and if used as a long
Tony Rogerson wrote in message ...