![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've succesfull connected to a database on a remote server, created tables, working fine. I wanted to create a database on my local machine using Management studio to do some experiments. I went to the ASPnet_regsql.exe to create it and was unable to complete the task. It errored out saying it could not create it. Can I create a local database on my computer, or as I think it's referred to, an instance? |
#3
| |||
| |||
|
|
Steve Byrd (SteveByrd (AT) discussions (DOT) microsoft.com) writes: I've succesfull connected to a database on a remote server, created tables, working fine. I wanted to create a database on my local machine using Management studio to do some experiments. I went to the ASPnet_regsql.exe to create it and was unable to complete the task. It errored out saying it could not create it. Can I create a local database on my computer, or as I think it's referred to, an instance? I don't know why you used this ASPnet_regsql.exe (never heard of it before) to create a database. The normal way would be say "CREATE DATABASE db" from a query window. Of course, you need to have an instance of SQL Server installed on your computer. It is not clear from your post if you have. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx . |
#4
| |||
| |||
|
|
And to be perfectly honset I don't know the answer. What I can tell you is that I went back into the SQL Server INstallation center (2008 Express) to confirm all my installation settings and for every option, I was met with a dialogue box that said it needed the installation media, which I don't have becasue I downloaded it from Microsoft.com. |
![]() |
| Thread Tools | |
| Display Modes | |
| |