M
Michael Jackson
I'm trying to create a SQL Server 2000 database via the following TSQL code
in .NET 2003.
if not exists (SELECT * FROM dbo.sysdatabases WHERE name='Test-Co') create
database Test-Co
I get an error message regarding the dash in the database name. I know SQL
Server allows database names with dashes in them.
Any ideas.
Michael
in .NET 2003.
if not exists (SELECT * FROM dbo.sysdatabases WHERE name='Test-Co') create
database Test-Co
I get an error message regarding the dash in the database name. I know SQL
Server allows database names with dashes in them.
Any ideas.
Michael