473,545 Members | 1,689 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help Installing SQL Server 2000 Desktop Engine

Alrighty, I am an web developer with most of my experience
bein in the Unix environment, php, perl etc..

I am trying to broaden my skills and have recently
installed windows 2000, IIS, .NET Framework, .Net SDK and
also installed SQL Server 2000 Desktop Engine which from
what I have read functions for the most part just like the
full version of SQL Server 2000 with an exception that
speed is considerably cut with simultaneious users
accessing the system as well as a size restriction on DB,
neither situations really matter to me seeing as how I am
developing just to learn the technology and will not be
building major applications that anyone other than myself
will be accessing.

My problem occured when installing the SQL Desktop Engine,
everything installed correctly with no errors, all
quickstart examples work fine, even the ones that utilize
db calls. However, my sql server manager always show up as
being "Not Connected -//" and no server or services are
listed in it. Also, none of the tools that I see most
people talking about were installed, enterprise manager
etc... the only thing I have is OSQL which I am not
familiar enough with the commands to create databases,
tables and stored procedures. I have tried using some
third party software to connect to the server so I can
create tables etc using a GUI but I always get an error
telling me that access is denied or the server doesn't
exist. I have reinstalled twice, I feel as though I have a
problem with SQL Server and feel like there should be some
tools or something that should have came with it to make
managing my db easier. Anybody have any idea?

THanks
jason
Nov 18 '05 #1
2 1564
Hi,

MSDE is a very crude version of SQL Server, and it sure does not have all the features and flexibility of the SQL Server. If you want it I would suggest you get hold of an SQL Server 2000 copy, mayit be a 60 day evaluation copy.

Well, if you database server is not registered, try doing it manually. Right click on 'MS SQL Server' and create a group if its still not made. Then right-click the group and click on 'New SQL Server Registration'. Enter your computer name and register your server, follow the on-screen instructions.

Well you can use OSQL, but for that you would need to learn those SQL commands like

create database MyDB
create table tablename (id int primarykey not null, ...

.......etc

Hope this helps

Regards,
Bhaskardeep Khaund
Nov 18 '05 #2
Thanks for the reply, you will have to excuse me but I
know very little about this stuff. I haven't used windows
in years....where exactly do I right click on MS SQL
Server? I don't even have a program group or anything
like that for it.
THanks
jason

-----Original Message-----
Hi,

MSDE is a very crude version of SQL Server, and it sure does not have all the features and flexibility of the SQL
Server. If you want it I would suggest you get hold of an
SQL Server 2000 copy, mayit be a 60 day evaluation copy.
Well, if you database server is not registered, try doing it manually. Right click on 'MS SQL Server' and create a
group if its still not made. Then right-click the group
and click on 'New SQL Server Registration'. Enter your
computer name and register your server, follow the on-
screen instructions.
Well you can use OSQL, but for that you would need to learn those SQL commands like
create database MyDB
create table tablename (id int primarykey not null, ...

.......etc

Hope this helps

Regards,
Bhaskardeep Khaund

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1460
by: Przemo | last post by:
Hi!! I`m looking for SQL server but somekind of OEM version. The program witch I`m working use the MSDE Desktop engine (5 user version) and I want to use it at 12 user. The SQL 2000 server is expensive for me and I`m looking for something cheap, becouse I use only a SQL database engine. Thanks Przemo
1
6879
by: Bilo Aga | last post by:
The installation of MSDE fails and I dont find any solution to get it work. If I start the setup than a windows with the time bar appears and says it will take 1 minute. After nearly 1 minute it closes the window and gives no additional information. But I see that it generates first all the directories and files in c:\Programme but after the...
3
8177
by: ebrahimbandookwala | last post by:
Hi , I am trying to connect to MS Sql server 2000 from Java (1.4.2 / 1.5 ). I installed my Sql Server(8.00.382) from the one supplied with VS.NET 2001. When I installed it on my laptop it did not ask me for a user name and password. After install when I re-started my machine I see the server started up with a green light. Now when I connect...
2
2172
by: Phil McKrackin | last post by:
Hello all, I've been blazing through John Sharp and Jon Jagger's "Microsoft Visual C# .NET Step by Step" book, but I've hit a bit of a roadblock once I made it to the database section. Specifically, chapter 24, "Using a Database." Can some kind soul help me get my machine in a state that I can continue the exercises in this book?
4
2046
by: Claire | last post by:
Hi, I know this isn't strictly C# language related, but my service IS written in c# and I checked out the list of microsoft newsgroups for win2000 and couldn't really see one that applies. I'm trying to test my service on a remote win2000 server machine, accessing the machine as user "administrator" on remote desktop. Im just at the install...
2
1113
by: eye5600 | last post by:
1) Is there a discussion of somewhere of exactly which versions of Sql Server will work with visual Studio and C#? 2) Is it possible to use the SQL Server 2000 Desktop Engine from a different PC over a network by sharing the folder or drive?
15
2069
by: DavidS | last post by:
Have Visual Studio.NET installed on MS 2000 Professional OS laptop. No issue ever with web development and SQL connections. Purchased new laptop with XP Professional SP2!!!!!!!! & Visual Studio.NET installed. Nothing but headaches. Continually getting System.Data.SqlClient.SqlException : Timeout expired message - The timeout period elapsed...
7
2904
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*" path="*.sgf" type="CustomExtensionHandler, Extenders.CustomExtensionHandler, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d831d925597c1031"...
14
3005
by: Developer | last post by:
Hello All, i have recently installed VS2005 and was trying to install SQL sever 2000. I have Win XP' SP2. But when I tried installing, it only installed client tools and not the database. Can anyone please help me with this as I want to install SQL server and also wouold be grateful, if you can suggest me any workaround to dealwith this...
0
7465
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7656
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7805
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7416
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5969
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
4944
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3449
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1013
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
701
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.