Can't connect to SQL Server(SQL Express) in VS 2005

D

danofweaver

In SQL Server Configuration Manager I apparantly have a server named
SQL Server(SQL Express) running - however, in VS 2005 when I try to
'add conection' (right click in server explorer) I cant see it- I
would like to see it so I can create a new SQL server database.

Any help much appreciated- trying to learn web programming using
vb.net, asp, html, vbscript and SQL server.

D
 
D

David Browne

In SQL Server Configuration Manager I apparantly have a server named
SQL Server(SQL Express) running - however, in VS 2005 when I try to
'add conection' (right click in server explorer) I cant see it- I
would like to see it so I can create a new SQL server database.

Any help much appreciated- trying to learn web programming using
vb.net, asp, html, vbscript and SQL server.

Type

(local)\sqlexpress

in the "Server name" box on the "Add Connection" dialog.

David
 
P

punjab_tom

sorry bud

Microsoft killed VB so you WON'T be using VbScript to say the least :)

I do not know why your SQL Server won't work.
my laptop won't install SQL 2005 Express because those dipshits didn't
think that it was important to include support for transmeta

kinda laughable in my opinion

I mean; the Xbox portable is built using Transmeta chips.. right??
 
P

punjab_tom

sorry bud
did you really name your server 'sql server'?

I would really avoid putting a space in the machine name; I would try
127.0.0.1\sqlexpress instead

Microsoft killed VB so you WON'T be using VbScript to say the least :)

I do not know why your SQL Server won't work.
my laptop won't install SQL 2005 Express because those dipshits didn't
think that it was important to include support for transmeta

kinda laughable in my opinion

I mean; the Xbox portable is built using Transmeta chips.. right??
 
B

Bruce W. Darby

So MS is supposed to support YOUR laptop? And you are??? Oh, yeah, Aaron
Kempf... that's right.... I've heard of you... ain't you the fellow that
programs in Access, but can't stand using a standard Access database format?

Bruce
 
B

Bruce W. Darby

Hmmm...
Microsoft killed VB so you WON'T be using VbScript to say the least :)

When did they kill it Aaron???? When they fired you??? Or was it when you
figured out that you can't tell the difference between VB Classic and
VB.Net?
 
R

RobinS

Bruce,

I don't want to be critical, but you actually think he *programs* in
Access? All he does is link up datatables and tell his users to write their
own queries. Have you started drinking yet? ;-)

Robin S.
King of Russia
---------------------------------------------------
 
R

RobinS

Bruce W. Darby said:
Hmmm...


When did they kill it Aaron???? When they fired you??? Or was it when you
figured out that you can't tell the difference between VB Classic and
VB.Net?

It was when they figured out he couldn't tell the difference between VB6,
VBA, and VBScript!

ROFL.

Robin S.
(King of Russia)
 
D

danofweaver

Type

(local)\sqlexpress

in the "Server name" box on the "Add Connection" dialog.

David


Thanks all for an entertaining and (sometimes informative!-)
discussion.
..\SQLEXPRESS in add data (after right clicking server explorer for new
connection) worked a treat.

Thanks again,

Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top