How Do You Create A SQL Server Database?
• Launch Visual Studio. • Click on “View…” and then “Server [Database] Explorer”. • Right-Click where it says “Data Connections” and select “Create New SQL Server Database”. • Enter “.\SQLEXPRESS” for the server name if you are using SQL Server Express. Otherwise, use any name. • Verify that “Use Windows Authentication” radio button is checked. • Click on “Ok”. Add data into the tables and you’re away!