Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 mySQL Question

Author  Topic 

Rosyna
Starting Member

1 Post

Posted - 2001-09-23 : 20:19:01
Does mySQL not understand things like

CREATE DATABASE newDB ON(NAME = 'newDB', FILENAME = '~/newDB.mdf', SIZE = 10MB, MAXSIZE = 20MB, FILEGROWTH = 1MB )

   

- Advertisement -