Re: MSDE connection problems (I'm still a student!)
- From: "Arnie Rowland" <arnie@xxxxxxxx>
- Date: Mon, 17 Jul 2006 18:59:22 -0700
Use the Server Manager (the SQL Server icon in the lower right corner).
Double click on it, select the SQL Server Service, and click on the green
Start arrow. After it starts up, you 'should' be ok.
--
Arnie Rowland
"To be successful, your heart must accompany your knowledge."
"Parasyke" <kress1963nov22@xxxxxxxxx> wrote in message
news:1153168987.970860.200160@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am using a 2003 book by Dan Maharry called "Beginning VB .NET 1.1
Databases: from Novice to Pofessional" ISBN 1-59059-358-8. I'm simply
trying to view my MS-Access database tables and stored procedures from
my Visual Studio .NET 2003 Standard Edition (VB).
I downloaded the file: MSDE2000A.exe from Microsoft
I ran it to be stored in C:\MSDE2000A.exe
I opened a black Command Window, did a cd to get the C:\MSDERelA>
prompt then typed
setup instancename- "netdsk" sapwd="password"
So far so good, no errors here in my Command Window.
I run net start mssql$netsdk and the message "MSSQL$NETSDK service is
starting" appears.
So far so good, no errors here in my Command Window.
I reboot and my SQL Server icon appears in my tray icon in the lower
right corner of my screen shows: Not Connected - \\ (is this a
problem?) A note in the book says to make sure MSSQL$NETSDK service is
started.
I then proceed to install the sample database with my download of
SQL2000SampleDb.msi
In my black Command Window I type osql -E -S (local)\netsdk -i
instnwnd.sql
instead of the expected:
(1 row affected)
(1 row affected)
(1 row affected)
(1 row affected)
etc.....
I get just a lot of definitions of various -i's & -p's etc.
I try to go into visual studio to connect and the connection window
gives an error.
I tried also to go to the folder C:\SQL Server 2000 Sample Databases to
run the file: instnwnd.sql
but all I got was a launching of visual studio and what looked to be
some downloads of the database (I don't know), but I still can't
connect to the database in my server explorer through the datalink
properties window.
Any clues, the crazy thing is about a year ago this worked for me and I
followed the directions just as above. By the way, I'm using WinXP Pro.
Thanks!
.
- References:
- MSDE connection problems (I'm still a student!)
- From: Parasyke
- MSDE connection problems (I'm still a student!)
- Prev by Date: MSDE connection problems (I'm still a student!)
- Previous by thread: MSDE connection problems (I'm still a student!)
- Index(es):
Relevant Pages
|
Loading