473,387 Members | 1,536 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

SQL Server Desktop Installation

I recently bought a copy of Visual C#.NET Deluxe Learning addition. I was
under the impression that this comes with SQL Server Desktop Engine. I
installed everything I should have (I think), but when I type the commands
to grant access to SQL at the DOS prompt, it tells me that SQL Server
doesn't exist. The actual error message reads as follows:

[DBMSLCPN]SQL Server does not exist or access denied.
[DBMSLCPN]ConnectionOpen (Connect()).

The problem might be that I also bought a learning addtion of Visual
Basic.NET, and it told me it was installing "different" components than
those already installed. However, I have two DIFFERENT installations of the
..NET framework now; one that allows for C# development and one that allows
for VB development. I can't imagine that ALL components were overwritten.

I suppose I could re-install C# and hope for the best. Does anyone out
there have any experience with this?

Thanks in advance for your help.


Nov 18 '05 #1
4 1174
I have no clue about what comes in deluxe learning editions... thankfully i
got myself a bargain on msdn professional subscription.
But if you have the 2003 release then it doesnt come with SQL Desktop
engine. You can download it here
http://www.microsoft.com/downloads/d...DisplayLang=en

Before you say anything... its free.... and please help yourself.

Well it installs totally different components well it depends on your
learning editions... VS.NET as such is just a single entity with compliers
and libraries for different languages.
Your learning editions can as well be two standalone entities.
Well no you wont have all your components of previous installation over
written. If there are any newer version they then they are copied as well..
with .NET you have something called side by side execution. ie if one
program requires version 1.9 and other required 2.0 and both will be kept on
your system. The installer should take care of that

HTH

HD
"Curt Emich" <ce****@comcast.net> wrote in message
news:76********************@comcast.com...
I recently bought a copy of Visual C#.NET Deluxe Learning addition. I was
under the impression that this comes with SQL Server Desktop Engine. I
installed everything I should have (I think), but when I type the commands
to grant access to SQL at the DOS prompt, it tells me that SQL Server
doesn't exist. The actual error message reads as follows:

[DBMSLCPN]SQL Server does not exist or access denied.
[DBMSLCPN]ConnectionOpen (Connect()).

The problem might be that I also bought a learning addtion of Visual
Basic.NET, and it told me it was installing "different" components than
those already installed. However, I have two DIFFERENT installations of the .NET framework now; one that allows for C# development and one that allows
for VB development. I can't imagine that ALL components were overwritten.

I suppose I could re-install C# and hope for the best. Does anyone out
there have any experience with this?

Thanks in advance for your help.

Nov 18 '05 #2

OK, I downloaded the SQL Server Desktop Engine. Now a small
question...WHERE IS IT? I don't see a desktop icon, and I don't see it in
the start menu. I don't see anywhere where I start an start services in
Windows XP. Also when I type in the commands to initialize SQL Server for
..NET I still get the message the SQL Server doesn't exist. Do I need to
install the entire service pack?

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:u%******************@TK2MSFTNGP12.phx.gbl...
I have no clue about what comes in deluxe learning editions... thankfully i got myself a bargain on msdn professional subscription.
But if you have the 2003 release then it doesnt come with SQL Desktop
engine. You can download it here
http://www.microsoft.com/downloads/d...DisplayLang=en
Before you say anything... its free.... and please help yourself.

Well it installs totally different components well it depends on your
learning editions... VS.NET as such is just a single entity with compliers
and libraries for different languages.
Your learning editions can as well be two standalone entities.
Well no you wont have all your components of previous installation over
written. If there are any newer version they then they are copied as well.. with .NET you have something called side by side execution. ie if one
program requires version 1.9 and other required 2.0 and both will be kept on your system. The installer should take care of that

HTH

HD
"Curt Emich" <ce****@comcast.net> wrote in message
news:76********************@comcast.com...
I recently bought a copy of Visual C#.NET Deluxe Learning addition. I was under the impression that this comes with SQL Server Desktop Engine. I
installed everything I should have (I think), but when I type the commands to grant access to SQL at the DOS prompt, it tells me that SQL Server
doesn't exist. The actual error message reads as follows:

[DBMSLCPN]SQL Server does not exist or access denied.
[DBMSLCPN]ConnectionOpen (Connect()).

The problem might be that I also bought a learning addtion of Visual
Basic.NET, and it told me it was installing "different" components than
those already installed. However, I have two DIFFERENT installations of

the
.NET framework now; one that allows for C# development and one that allows for VB development. I can't imagine that ALL components were overwritten.
I suppose I could re-install C# and hope for the best. Does anyone out
there have any experience with this?

Thanks in advance for your help.


Nov 18 '05 #3
Hey,

MSDE connection is through VS.NET as such. It doesnt ship with client
connectivity tools since it is stripped version (though you can ship it with
your app)
Open your Dev Tool (on right hand side do you have servers expandable menu.
if so you have to set a link there...

and go down to services.... and make sure any sql services are set to auto.
If you still have problems... message me and i'll step you through it.

Regards,

HD

"Curt Emich" <ce****@comcast.net> wrote in message
news:RI********************@comcast.com...

OK, I downloaded the SQL Server Desktop Engine. Now a small
question...WHERE IS IT? I don't see a desktop icon, and I don't see it in
the start menu. I don't see anywhere where I start an start services in
Windows XP. Also when I type in the commands to initialize SQL Server for
.NET I still get the message the SQL Server doesn't exist. Do I need to
install the entire service pack?

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:u%******************@TK2MSFTNGP12.phx.gbl...
I have no clue about what comes in deluxe learning editions... thankfully
i
got myself a bargain on msdn professional subscription.
But if you have the 2003 release then it doesnt come with SQL Desktop
engine. You can download it here

http://www.microsoft.com/downloads/d...DisplayLang=en

Before you say anything... its free.... and please help yourself.

Well it installs totally different components well it depends on your
learning editions... VS.NET as such is just a single entity with compliers and libraries for different languages.
Your learning editions can as well be two standalone entities.
Well no you wont have all your components of previous installation over
written. If there are any newer version they then they are copied as

well..
with .NET you have something called side by side execution. ie if one
program requires version 1.9 and other required 2.0 and both will be kept on
your system. The installer should take care of that

HTH

HD
"Curt Emich" <ce****@comcast.net> wrote in message
news:76********************@comcast.com...
I recently bought a copy of Visual C#.NET Deluxe Learning addition. I

was under the impression that this comes with SQL Server Desktop Engine. I installed everything I should have (I think), but when I type the commands to grant access to SQL at the DOS prompt, it tells me that SQL Server
doesn't exist. The actual error message reads as follows:

[DBMSLCPN]SQL Server does not exist or access denied.
[DBMSLCPN]ConnectionOpen (Connect()).

The problem might be that I also bought a learning addtion of Visual
Basic.NET, and it told me it was installing "different" components than those already installed. However, I have two DIFFERENT installations of the
.NET framework now; one that allows for C# development and one that allows for VB development. I can't imagine that ALL components were overwritten.
I suppose I could re-install C# and hope for the best. Does anyone

out there have any experience with this?

Thanks in advance for your help.



Nov 18 '05 #4
You can use OSQL.

Anthony
"Curt Emich" <ce****@comcast.net> wrote in message
news:RI********************@comcast.com...

OK, I downloaded the SQL Server Desktop Engine. Now a small
question...WHERE IS IT? I don't see a desktop icon, and I don't see it in
the start menu. I don't see anywhere where I start an start services in
Windows XP. Also when I type in the commands to initialize SQL Server for
.NET I still get the message the SQL Server doesn't exist. Do I need to
install the entire service pack?

"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message
news:u%******************@TK2MSFTNGP12.phx.gbl...
I have no clue about what comes in deluxe learning editions... thankfully
i
got myself a bargain on msdn professional subscription.
But if you have the 2003 release then it doesnt come with SQL Desktop
engine. You can download it here

http://www.microsoft.com/downloads/d...DisplayLang=en

Before you say anything... its free.... and please help yourself.

Well it installs totally different components well it depends on your
learning editions... VS.NET as such is just a single entity with compliers and libraries for different languages.
Your learning editions can as well be two standalone entities.
Well no you wont have all your components of previous installation over
written. If there are any newer version they then they are copied as

well..
with .NET you have something called side by side execution. ie if one
program requires version 1.9 and other required 2.0 and both will be kept on
your system. The installer should take care of that

HTH

HD
"Curt Emich" <ce****@comcast.net> wrote in message
news:76********************@comcast.com...
I recently bought a copy of Visual C#.NET Deluxe Learning addition. I

was under the impression that this comes with SQL Server Desktop Engine. I installed everything I should have (I think), but when I type the commands to grant access to SQL at the DOS prompt, it tells me that SQL Server
doesn't exist. The actual error message reads as follows:

[DBMSLCPN]SQL Server does not exist or access denied.
[DBMSLCPN]ConnectionOpen (Connect()).

The problem might be that I also bought a learning addtion of Visual
Basic.NET, and it told me it was installing "different" components than those already installed. However, I have two DIFFERENT installations of the
.NET framework now; one that allows for C# development and one that allows for VB development. I can't imagine that ALL components were overwritten.
I suppose I could re-install C# and hope for the best. Does anyone

out there have any experience with this?

Thanks in advance for your help.



Nov 18 '05 #5

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

Similar topics

6
by: Joe Bloch | last post by:
I'm trying to install SQL Server 2000 on a newly-installed Win 2003 Server box. My disk is SQL Server SP 2. I got the error message stating that I couldn't run SQL Server less than SP 3, but I...
1
by: Linda Lee | last post by:
I purchased Visual Basic .NET version 2003 Standard I first try to connect Visual Basic .NET 2003 Standard to SQL Server 2000 Personal edition. When I go into Visual Basic .NET under Server...
0
by: Jim | last post by:
I want the users to have the ability to control the installation of shortcuts to an application on the desktop. While a shortcut to the desktop can either be assigned to the Users Desktop folder or...
0
by: AlessanBar | last post by:
Hello Friends !! I have a strange problem, and I need to know what would be the source of this. I have a laptop computer with the following configuration: Pentium III Brand : Toshiba Speed :...
2
by: | last post by:
When I first deployed my project, I set up the File System>User's Desktop to display a shortcut to MyProgam.exe When install completed from setup.exe the shortcut was there, and selecting it...
0
by: Alan M Dunsmuir | last post by:
After some early aborted installations and botched de-installations of VS 2005, SQL Server Express no longer wants to install on my desktop machine, and doesn't even get mentioned during the...
20
by: piggy | last post by:
I have developed an application using C# under .NET 2.0 framework. It is almost done and it is time for me to think about deploymnet to all users. I don't have any background about this and would...
11
by: Jeff | last post by:
Hello everyone. I've searched through the archives here, and it seems that questions similar to this one have come up in the past, but I was hoping that I could pick your Pythonic brains a bit. ...
2
by: baron06 | last post by:
Hi there , I've downloaded the sql server developer edition dvd from msdnaa.It came with two .iso files.Before extract these .iso files I combined them with "copy /b" command , created a new .iso...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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...

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.