Hi,
Thanks for the reply!
The sql script I was trying to import was just a regular generated SQL script from SQL 2000. One of its lines is:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Articles]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[Articles]
GO
However, I get the following error:
Line 1: Incorrect syntax near 'e'.
'.d.b.o.' is an invalid name because it contains a NULL character.
'.A.r.t.i.c.l.e.s.' is an invalid name because it contains a NULL character.
Has anyone encountered this error before? Any help would be greatly appreciated...
Many thanks!
Marlon
Marlon Villarama
|