Get the latest news, exclusives, sport, celebrities, showbiz, politics, business and lifestyle from The VeryTime,Stay informed and read the latest news today from The VeryTime, the definitive source.

How to Create a Database in SQL Server Express

7
    • 1). Click the "File" menu in your Visual Studio console and select "New Project." This opens a window asking what type of application to create.

    • 2). Select "Windows Application" for this sample. You can also create a web application from this window. Enter the name of the project, and press the "Ok" button.

    • 3). Click the "Project" menu at the top of the Visual Basic application and select "Add New Item." This opens a list of item types to add to the current project. Select "SQL Database."

    • 4). Enter a name for the database. This name should correspond with the application's name. Click the "Add" button.

    • 5). Click the "Finish" button at the "Data Source Configuration Wizard" window.

Source...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.