Re: SQL Server 2005 Express Remote connection
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Sat, 2 May 2009 13:02:40 +0300
Roy
It is because you are not member of sysadmin server group and/or those
databases are owned by someone else
However, this works perfectly if the user is the owner of the database. Look
that ?
? Create a new SQL login "login1"
? Create a user named ?login1? in master database
? Grant CREATE DATABASE to login1
? While impersonating login1, create a database called ?dbteste?
? Revoke CREATE DATABASE permission from login1
? Revoke VIEW ANY DATABASE permission from PUBLIC
? Register this server as login1
? From the ?login1? session, expand database tree. Now, you should see
master, tempdb, dbteste
? Grant VIEW ANY DATABASE to PUBLIC
? From the ?login1? session, you should see all the databases
"Roy Thompson" <rothco@xxxxxxx> wrote in message
news:C6F70C40-8BC0-41EE-8171-152702CB8C9B@xxxxxxxxxxxxxxxx
Thanks for that Daniel. But the problem is not in connecting remotely. I
can
obviously connect remotely as I can see the server from Mgmt studio on the
client.
The problem is how I have got the database configured on the server. I
cannot see the database from the client - just the server and the system
databases.
--
Roy Thompson
Independent Developer
Specialist in Sage Accounting solutions (UK)
"Daniel Imesch" wrote:
Roy,
http://support.microsoft.com/?scid=kb;en-us;914277&x=9&y=11 could help
you
Daniel
"Roy Thompson" <rothco@xxxxxxx> a ?crit dans le message de
news:2E71D1C3-3728-4045-8C5B-33912D657642@xxxxxxxxxxxxxxxx
Hi
I am a relative newbie to SQL Server
I have set up a SQL Server 2005 Express database on my server and am
trying
to connect to it from a workstation. I did all the stuff about Surface
configuration, etc. I was still having some problems connecting through
my
program so I downloaded a copy of SQL Express Management Studio to my
client.
Now I can connect to the remote database fine. So the problem is not my
client seeing the server. Mgmt Studio on the client allows me to logon
using
windows authentication. The trouble is that whilst I can connect using
my
Windows name I cannot see the database that I want to get into from the
client. I can see and explore all the system databases but not the one
I
created on the server!
On the server I have setup the user name and set the user mapping to
point
to my database but when running from Mgmt Studio on the client I do not
see
the database.
What have I done wrong?
Thanks
--
Roy Thompson
Independent Developer
Specialist in Sage Accounting solutions (UK)
.
- Follow-Ups:
- Re: SQL Server 2005 Express Remote connection
- From: Roy Thompson
- Re: SQL Server 2005 Express Remote connection
- References:
- SQL Server 2005 Express Remote connection
- From: Roy Thompson
- Re: SQL Server 2005 Express Remote connection
- From: Daniel Imesch
- Re: SQL Server 2005 Express Remote connection
- From: Roy Thompson
- SQL Server 2005 Express Remote connection
- Prev by Date: Re: Boot.ini settings
- Next by Date: Re: SQL Server 2005 Express Remote connection
- Previous by thread: Re: SQL Server 2005 Express Remote connection
- Next by thread: Re: SQL Server 2005 Express Remote connection
- Index(es):
Relevant Pages
|