Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / July 2008

Tip: Looking for answers? Try searching our database.

creating a new database

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Pietro - 05 Jul 2008 20:59 GMT
Hi,
  I've installed a Visual Studio 2008CD and found out that the SQL is
installed as well,now i need to create a new datbase using SQL ,I go to
propgrams>SQL Server 2005>Configuration tools then i have three icons :
* SQL Server Configuration Manager.
* SQL Server Error and Reporting usage.
* SQL Server Surface Area configuration.
I don't know which option should i use to start creating a new database.
John Bell - 05 Jul 2008 21:54 GMT
> Hi,
>   I've installed a Visual Studio 2008CD and found out that the SQL is
[quoted text clipped - 4 lines]
> * SQL Server Surface Area configuration.
> I don't know which option should i use to start creating a new database.

Hi

You have SQL Express installed, so you can use Visual Studio to do this or
the command line utility SQLCMD where you can use the normal CREATE DATABASE
command. To do it in VS create a database project specifying an existing
database server and database, then open the server explorer (CTRL+ALT+S) on
the right click on data connection node and you will have an option to
create new database.

John
Norman Yuan - 06 Jul 2008 16:31 GMT
Besides John's suggestion, you can also download free SQL Server Management
Studio Express from MS. This GUI tool makes managing SQL Server database
(creating/deleing database, tables...) a lot easier.

> Hi,
>   I've installed a Visual Studio 2008CD and found out that the SQL is
[quoted text clipped - 4 lines]
> * SQL Server Surface Area configuration.
> I don't know which option should i use to start creating a new database.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.