I can't figure out what I'm doing wrong here.
I want to allow the user to name the database on their own. Can you use parameters in a situation where the command is simple like:
CREATE DATABASE @DatabaseName
I've been trying forever and it just keeps creating a database called @DatabaseName, it just ignores the parameter.