Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Flatliner
Starting Member
3 Posts |
Posted - 2002-09-29 : 09:19:03
|
Well I have a little problem. I have a Windows 2000 Server and A machine with windows 98 with access 2000. What I would do Is do convert the Database to MSDE. But I don’t see the SQL SERVER. On the Server self the SQL service is running normally. How can I check if the MSDE Program is really working. I mean working so that other machine can see it in the network.Thanks! |
|
chadmat
The Chadinator
1974 Posts |
Posted - 2002-09-30 : 12:40:22
|
use OSQL to see if you can run a query on the MSDE DB.-Chad |
 |
|
Doug G
Constraint Violating Yak Guru
331 Posts |
Posted - 2002-09-30 : 21:57:52
|
You will have to connect with tcp/ip to/from W9x, named pipes isn't supported.======Doug G====== |
 |
|
Flatliner
Starting Member
3 Posts |
Posted - 2002-10-01 : 15:56:11
|
Thanks for the Info I will try out and let you know. I |
 |
|
Flatliner
Starting Member
3 Posts |
Posted - 2002-10-14 : 08:31:36
|
Problem solved Thanks |
 |
|
|
|
|