in reply to T-SQL problem - Perl solution?
Note that you also need to take the object owne into account - the code above assumes the table is owned by 'dbo'.if exists (select * from sysobjects where type = 'U' and name = 'table +_name') begin drop table table_name end
Michael
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: T-SQL problem - Perl solution?
by EdwardG (Vicar) on Oct 25, 2004 at 11:38 UTC | |
by mpeppler (Vicar) on Oct 25, 2004 at 12:25 UTC | |
by gellyfish (Monsignor) on Oct 25, 2004 at 12:27 UTC |