Why is it that when I right click Data Base Explorer from the C# IDE, the "Create New SQL Server Database" is greyed out I am logged in thru an account with administrative priveledges.
I can create a database thru the command line utilities and then attach it via Database Explorer but I can't create the database directly thru the explorer.

Database Creation thru C# IDE
rtconsultant
Go to the solution view and add a new item to the project, from there you should be able to add the new database file.