Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Oct 06, 2008 01:05 PM by AxleWack
Member
370 Points
649 Posts
Oct 06, 2008 11:33 AM|LINK
Hi,
I would like to create a local database(On my pc) - I am using MS Sql Server management Studio.
It bring up a login screen for current Databases created, but nothing to create a local(new) database.
Can anyone assist me please.
Thank you in advance
Star
9239 Points
1356 Posts
Oct 06, 2008 01:05 PM|LINK
By default SQLEXPRESS will be installed on your local machine.
Connect to the SQLExpress using Management Studio, by providing the server name as .\SQLExpress and use windows nt authentication.
Once after connecting to the Database instance then you create the database by right clicking on the Databases -> New Database.
AxleWack
Member
370 Points
649 Posts
Creating a local Database(On my pc) in MS Sql Server management Studio
Oct 06, 2008 11:33 AM|LINK
Hi,
I would like to create a local database(On my pc) - I am using MS Sql Server management Studio.
It bring up a login screen for current Databases created, but nothing to create a local(new) database.
Can anyone assist me please.
Thank you in advance
ksridharbabu...
Star
9239 Points
1356 Posts
Re: Creating a local Database(On my pc) in MS Sql Server management Studio
Oct 06, 2008 01:05 PM|LINK
Hi,
By default SQLEXPRESS will be installed on your local machine.
Connect to the SQLExpress using Management Studio, by providing the server name as .\SQLExpress and use windows nt authentication.
Once after connecting to the Database instance then you create the database by right clicking on the Databases -> New Database.
Visit My Blog
-------------------------------------------------
If this post was useful to you, please mark it as answer. Thank you!
AxleWack
Member
370 Points
649 Posts
Re: Creating a local Database(On my pc) in MS Sql Server management Studio
Oct 06, 2008 01:05 PM|LINK