[Company Logo Image] 

Home Up Contents Coffee Break Credits Glossary Links Search

 
Error 102 Create Failed for Database

 

 

Home
Analysis Services
Azure
CLR Integration
High Availability
Open Source
Security
SQL Server 2008
SQL Server 2012
SQL Server 2014
SQL Server 2016
SQL Server 2017
SQL Server 2019
Tips
Troubleshooting
Tuning

Error 102 Create Failed for Database.


Applies to: Azure SQL Managed Instance, SQL Server Management Studio 17.9.

Date created: February 28, 2019.
 

Problem Description.
 

Once you get connected with SQL Server Management Studio (SSMS) to an Azure SQL Managed Instance, if you try to create a new database using the GUI, you make a right click on the Databases folder and select "New database" you may get the following error message:


Microsoft SQL Server Management Studio
Create failed for Database  (Microsoft.SqlServer.Smo)
Additional Information:
An exception occurred while executing a Transact-SQL statement or batch.
(Microsoft.SqlServer.ConnectionInfo)
Incorrect syntax near '('. (Microsoft SQL Server, Error: 102)








Workaround/Solution.


Try creating a database using Transact-SQL as shown below:


CREATE DATABASE YourDatabaseName


 

 

 

.Send mail to webmaster@sqlcoffee.com with questions or comments about this web site.