Can`t create database in SQL Server 2012 Management Studio -


havent used ssms in while, today tried make new database , got error:

enter image description here

i tried running admin, tried security > logins > myaccount > server roles > checked : sysadmin, dbcreator , still getting error.

edit: how im trying add new db:

enter image description here

check server properties -- > database settings -- > database default locations --> data , log path.

reason : data , log path pointed doesn't exist or full rights not given path.

solution : specify correct data , log path or give full rights folder , try create database.it should work.

enter image description here

below link :-

https://support.microsoft.com/en-us/kb/836873


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -