How to create a local SQL Server database in SharpDev?

Renekton_Fan

I'm trying to follow the HeadFirst book by O'Reily but using SharpDev instead of Visual Studio. I'm on the 2nd edition and have done well up until this point.

Now the instructions are the following:

We need a database to store our information.

So for Visual Studio, the instructions are:

  1. In Solutions Explorer, right-click on project, select Add, and choose new Item.
  2. Select SQL datbase and name it something.

I don't know how to replicate that in SharpDev. I assume that it doesn't come with its own SharpDev SQL Server Express, so I downloaded Microsoft SQL Server 2008 Express. From that point on, I add a...database connection? I create a blank database in SQL Server 2008 Express?

What do I do to create my local database?

Thanks in advance.

Matt Ward
  1. Open Sql Server Management Studio.
  2. Connect to your local Sql Server when the dialog prompts you.
  3. In the Object Explorer select Databases, right click and select New Database.
  4. Give it a name and select OK.

Another alternative would be to install Visual Studio Express which may allow you to follow the book without hitting missing features in SharpDevelop.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to create database on external hard drive with local SQL Server instance

From Dev

How do I create a local database inside of Microsoft SQL Server 2014?

From Dev

How to create an alias of database in SQL Server

From Dev

Sql server 2005 how to create a database from a dump of a database

From Dev

How to update data from local SQL Server database to online SQL Server database?

From Dev

How to create the Report Manager Website on a local machine in SQL Server 2012?

From Dev

Create User in SQL Server database

From Dev

How to create SQL Server 2012 database with C#?

From Dev

how to create XML schema from an existing database in SQL Server 2008

From Dev

How to create a user for a login in 2013 SQL Server Database Project

From Dev

How to create schema bound, cross-database view in SQL Server

From Dev

how to create SQL Server Database with vb.net code

From Dev

How to create SQL Server 2012 database with C#?

From Dev

How to create unique combination of sql server database columns

From Dev

How to create a database diagram for SQL Server in Visual Studio 2015?

From Dev

How to create an .EXE file with winForms and Database SQL server

From Dev

How can I create a simple database without actually using a database software (like Access / local SQL)?

From Dev

How can I redirect my views correctly with a SQL server Database? (not local database on the computer)

From Dev

How to restore SQL server database from external drive without uploading database to local hard disk?

From Dev

Connecting to local SQL Server CE database issue?

From Dev

How to execute a SQL statement with SQL Server CE using a local database in C#

From Dev

How to create local database using JPA?

From Dev

How to create a local database for MYSQL workbench?

From Dev

How do you close all connections to a local database in SQL Server Management Studio?

From Dev

How can I run C# app which contains local SQL Server database on another computer?

From Dev

WPF C# : How to set Dynamic Connection String of SQL Server local database

From Dev

How do you close all connections to a local database in SQL Server Management Studio?

From Dev

How to connect to a local SQL server database in asp.net using Visual Studio 2013?

From Dev

Create a sql server database programmatically at run time

Related Related

  1. 1

    How to create database on external hard drive with local SQL Server instance

  2. 2

    How do I create a local database inside of Microsoft SQL Server 2014?

  3. 3

    How to create an alias of database in SQL Server

  4. 4

    Sql server 2005 how to create a database from a dump of a database

  5. 5

    How to update data from local SQL Server database to online SQL Server database?

  6. 6

    How to create the Report Manager Website on a local machine in SQL Server 2012?

  7. 7

    Create User in SQL Server database

  8. 8

    How to create SQL Server 2012 database with C#?

  9. 9

    how to create XML schema from an existing database in SQL Server 2008

  10. 10

    How to create a user for a login in 2013 SQL Server Database Project

  11. 11

    How to create schema bound, cross-database view in SQL Server

  12. 12

    how to create SQL Server Database with vb.net code

  13. 13

    How to create SQL Server 2012 database with C#?

  14. 14

    How to create unique combination of sql server database columns

  15. 15

    How to create a database diagram for SQL Server in Visual Studio 2015?

  16. 16

    How to create an .EXE file with winForms and Database SQL server

  17. 17

    How can I create a simple database without actually using a database software (like Access / local SQL)?

  18. 18

    How can I redirect my views correctly with a SQL server Database? (not local database on the computer)

  19. 19

    How to restore SQL server database from external drive without uploading database to local hard disk?

  20. 20

    Connecting to local SQL Server CE database issue?

  21. 21

    How to execute a SQL statement with SQL Server CE using a local database in C#

  22. 22

    How to create local database using JPA?

  23. 23

    How to create a local database for MYSQL workbench?

  24. 24

    How do you close all connections to a local database in SQL Server Management Studio?

  25. 25

    How can I run C# app which contains local SQL Server database on another computer?

  26. 26

    WPF C# : How to set Dynamic Connection String of SQL Server local database

  27. 27

    How do you close all connections to a local database in SQL Server Management Studio?

  28. 28

    How to connect to a local SQL server database in asp.net using Visual Studio 2013?

  29. 29

    Create a sql server database programmatically at run time

HotTag

Archive