473,396 Members | 2,009 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,396 software developers and data experts.

Server Explorer and SQL Server

Something is messed up...

I was using MSDE but I just bought/installed SQL Server instead and stuff
has stopped working. I used to be able to connect to the server through
VS2002 (and VS2003)'s Server Explorer window and from there I could add/edit
databases, tables and stored procedures.

Upon installing SQL Server I have read/only access to the server. This is
getting very frustrating :-)

Does anybody have any idea what I may have failed to set properly? I've set
my Windows account as an administrator in SQL Server so I should have all
the rights that the sa account does. I don't mind using the sa account even
but I don't believe that the Server Explorer connects in any way except by
using the current Windows account.

And now I'm stuck... any ideas?

Thanks,
Tom

Nov 20 '05 #1
15 1154
Hi Tom,

It's probably a simple tweak, but I don't know it. I'd strongly recommend
you post to microsoft.server.sqlserver.server - they always have the sql
server answer I need.

Bernie

"Tom Leylan" <ge*@iamtiredofspam.com> wrote in message
news:d7*********************@twister.nyc.rr.com...
Something is messed up...

I was using MSDE but I just bought/installed SQL Server instead and stuff
has stopped working. I used to be able to connect to the server through
VS2002 (and VS2003)'s Server Explorer window and from there I could add/edit databases, tables and stored procedures.

Upon installing SQL Server I have read/only access to the server. This is
getting very frustrating :-)

Does anybody have any idea what I may have failed to set properly? I've set my Windows account as an administrator in SQL Server so I should have all
the rights that the sa account does. I don't mind using the sa account even but I don't believe that the Server Explorer connects in any way except by
using the current Windows account.

And now I'm stuck... any ideas?

Thanks,
Tom

Nov 20 '05 #2
"Bernie Yaeger" <be*****@cherwellinc.com> wrote...
It's probably a simple tweak, but I don't know it. I'd strongly recommend
you post to microsoft.server.sqlserver.server - they always have the sql
server answer I need.


Thanks Bernie... I've posted it over there now. As complicated as
everything is these days "it's always something." :-)

Tom

Nov 20 '05 #3
We use SQL server strictly with SQL Authentication, and the Server Explorer works with that, so it
will definitely work with something other than windows auth.
"Tom Leylan" <ge*@iamtiredofspam.com> wrote in message
news:d7*********************@twister.nyc.rr.com...
Something is messed up...

I was using MSDE but I just bought/installed SQL Server instead and stuff
has stopped working. I used to be able to connect to the server through
VS2002 (and VS2003)'s Server Explorer window and from there I could add/edit
databases, tables and stored procedures.

Upon installing SQL Server I have read/only access to the server. This is
getting very frustrating :-)

Does anybody have any idea what I may have failed to set properly? I've set
my Windows account as an administrator in SQL Server so I should have all
the rights that the sa account does. I don't mind using the sa account even
but I don't believe that the Server Explorer connects in any way except by
using the current Windows account.

And now I'm stuck... any ideas?

Thanks,
Tom

Nov 20 '05 #4
* "Tom Leylan" <ge*@iamtiredofspam.com> scripsit:
Something is messed up...

I was using MSDE but I just bought/installed SQL Server instead and stuff
has stopped working. I used to be able to connect to the server through
VS2002 (and VS2003)'s Server Explorer window and from there I could add/edit
databases, tables and stored procedures.

Upon installing SQL Server I have read/only access to the server. This is
getting very frustrating :-)


AFAIK VS.NET 2003 professional only supports MSDE with the Server
Explorer.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
Nov 20 '05 #5
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote...
AFAIK VS.NET 2003 professional only supports MSDE with the Server
Explorer.


The trouble I'm having is that most of what I have found on the subject
seems to be rumor. And these days I can't even figure out what "supports'
means... I can view everything, I can add data to the tables I just can't
create a table. Other people have posted they use the pair and strangely
enough I have a book which illustrates doing it.

At the moment I have questions posted a few places. And all things
considered (if this is the case) I think MS has made a very dumb move. I
cannot imagine what the upside would be for them. They can't be hoping that
more people opt to use the free MSDE version.

Nov 20 '05 #6
"Rick Mogstad" <ri**@NOSPAM.computetosuit.com> wrote...
We use SQL server strictly with SQL Authentication, and the Server Explorer works with that, so it will definitely work with something other than windows auth.


That sounds good to me... I just updated to MDAC 2.8 because somebody posted
something which I found in Google but no dice... Can I confirm that you can
actually create a table and/or add a stored procedure? I can view, add/edit
records and such but I can't add a table.

Tom
Nov 20 '05 #7
"Tom Leylan" <ge*@iamtiredofspam.com> wrote...
The trouble I'm having is that most of what I have found on the subject
seems to be rumor.


OK... I think I've found it. As you wrote it seems to be a limitation of VS
"Pro" and it is supported by Enterprise, etc. it's in the docs as a missing
check mark. I've been reading the replies as "VS .Net 2003" didn't support
it...

So now I have to install MSDE again (for development) and try to automate
the transfer into SQL Server for testing purposes.

Nov 20 '05 #8
* "Tom Leylan" <ge*@iamtiredofspam.com> scripsit:
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote...
AFAIK VS.NET 2003 professional only supports MSDE with the Server
Explorer.


The trouble I'm having is that most of what I have found on the subject
seems to be rumor.


I found that in a German language "advertisement flyer" by Microsoft
that functionality for designing stored procedures and triggers/... with
the visual database tools is limited to MSDE in the Professional Edition.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

<http://www.plig.net/nnq/nquote.html>
Nov 20 '05 #9
"Tom Leylan" <ge*@iamtiredofspam.com> wrote...
Something is messed up...


To recap (somebody might see this and save a couple of hours) :-) I
uninstalled SQL Server, reinstalled MSDE (that makes VS2003 Pro happy again)
and then went back and added just the tools from SQL Server (that makes me
happy again.)

I have SQL Server itself installed on another machine so I can still test
stuff there when necessary.

Nov 20 '05 #10
in addition you could have a look at access
you can create a project on existing data and point that to your sql server
(if you don't have an enterprise manager it can be usefull)
"Tom Leylan" <ge*@iamtiredofspam.com> wrote in message
news:uC**************@TK2MSFTNGP09.phx.gbl...
"Tom Leylan" <ge*@iamtiredofspam.com> wrote...
Something is messed up...
To recap (somebody might see this and save a couple of hours) :-) I
uninstalled SQL Server, reinstalled MSDE (that makes VS2003 Pro happy

again) and then went back and added just the tools from SQL Server (that makes me
happy again.)

I have SQL Server itself installed on another machine so I can still test
stuff there when necessary.

Nov 20 '05 #11
"EricJ" <ericRéMo**@ThiSomnipack.be> wrote...
in addition you could have a look at access
you can create a project on existing data and point that to your sql server (if you don't have an enterprise manager it can be usefull)


Hi Eric... It is an alternative certainly (and I own Access) but I don't
think it supports many of the things that SQL Server does. A lot of the
code would have to be rewritten to move it up and that isn't the case with
MSDE.

Nov 20 '05 #12
hmm (i have to admit it has been a while since i used access w sqlserver)
normally you can create tables views stored procedures ... on the sql server
and i thought that was enough (looking at your original post)

like i said it was an addition (but not one to be underestimated ;p )

eric

"Tom Leylan" <ge*@iamtiredofspam.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
"EricJ" <ericRéMo**@ThiSomnipack.be> wrote...
in addition you could have a look at access
you can create a project on existing data and point that to your sql

server
(if you don't have an enterprise manager it can be usefull)


Hi Eric... It is an alternative certainly (and I own Access) but I don't
think it supports many of the things that SQL Server does. A lot of the
code would have to be rewritten to move it up and that isn't the case with
MSDE.

Nov 20 '05 #13
"EricJ" <ericRéMo**@ThiSomnipack.be> wrote...
hmm (i have to admit it has been a while since i used access w sqlserver)
normally you can create tables views stored procedures ... on the sql server and i thought that was enough (looking at your original post)


Oh I misunderstood. You were suggesting using Access to look at/operate SQL
Server? I thought you suggested using Access for development work and then
porting the data at some point. In any case it's working now using MSDE and
SQL Server tools.

Tom

Nov 20 '05 #14

"Tom Leylan" <ge*@iamtiredofspam.com> wrote in message
news:d2********************@twister.nyc.rr.com...
"Rick Mogstad" <ri**@NOSPAM.computetosuit.com> wrote...
We use SQL server strictly with SQL Authentication, and the Server

Explorer works with that, so it
will definitely work with something other than windows auth.


That sounds good to me... I just updated to MDAC 2.8 because somebody posted
something which I found in Google but no dice... Can I confirm that you can
actually create a table and/or add a stored procedure? I can view, add/edit
records and such but I can't add a table.


Yes, I can create/Delete tables and stored procedures, though i use it mostly for debugging SPs.
Hope you get it figured out.

Nov 20 '05 #15
Oh, also, I dont have VS 2003 at work yet, and i only have MSDE at home, so maybe its a combo of
true SQL Server and VS2003....
"Tom Leylan" <ge*@iamtiredofspam.com> wrote in message
news:d2********************@twister.nyc.rr.com...
"Rick Mogstad" <ri**@NOSPAM.computetosuit.com> wrote...
We use SQL server strictly with SQL Authentication, and the Server

Explorer works with that, so it
will definitely work with something other than windows auth.


That sounds good to me... I just updated to MDAC 2.8 because somebody posted
something which I found in Google but no dice... Can I confirm that you can
actually create a table and/or add a stored procedure? I can view, add/edit
records and such but I can't add a table.

Tom

Nov 20 '05 #16

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

Similar topics

1
by: Bennett Haselton | last post by:
I want to get an ASP.Net hosting account with my ISP, and I'm trying to find out what level of access to the server is requried in order for me to view the server in Server Explorer in Visual...
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: Mark Huebner | last post by:
I have Visual Studio 2003 Professional and MS SQL Server 2000 installed on my laptop. For some reason, I can't create a new database with the Visual Studio Server Explorer. The error message is...
2
by: Rob | last post by:
Hi, In the server explorer in Visual Studio.Net I'm able to design tables, create stored procedures, etc for the SQL 2000 database running locally on my computer. If I add a connection to a remove...
0
by: Jason James | last post by:
Hi all, I have VS.Net professional installer, along with MSDE. I am having severe difficulty browsing the server explorer window. I can see the Data connections node in the tree and the...
1
by: Marsha | last post by:
Does anyone know how to add a new data provider to Visual Studio - to the Provider list in Server Explorer. I am using Sybase's ADO.NET Data Provider. It has been added to my GAC and appears in...
4
by: Regan Hurd | last post by:
How do I get my machine to show up in the server explorer in visual basic .net? My operating system is Windows 2000 Professional
8
by: Doron Farber | last post by:
Hi All, How can I Move the Server explorer window to the left. When ever I double click on the Server explorer top window it goes to the bottom of the IDE. Thanks, Doron
1
by: Chris Douglas | last post by:
Here at work I have two computers, on two different networks, with Visual Studio 2005 Professional Edition, running on Windows Server 2003. I have not used the second computer much, and this week...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.