-
Notifications
You must be signed in to change notification settings - Fork 4
New AcmaDatabase
Ryan Newington edited this page May 26, 2022
·
4 revisions
The New-AcmaDatabase creates a new, empty ACMA database on the specified server. You must have sysadmin rights on the SQL server in order to create a new database
New-AcmaDatabase -DatabaseName <string> -ServerName <string>
The name of the database to create
The name of the SQL server where the database is to be created
New-AcmaDatabase -DatabaseName Lithnet.Acma -ServerName localhost