Viewing post 16 (of 16 total)
Try this...
Create Table [dbname]..[TableName]
example:
From the master db I would use:
Create Table MyDatabase..MyTable
(
MyColumn1 Int,
MyColumn2 Float
)
To create a table in MyDatabase
April 3, 2002 at 2:38 am
#426514