SQL Server Express
- From: Ken Allen <kendrhyd@xxxxxxxxxxxx>
- Date: Fri, 03 Feb 2006 16:04:36 -0500
OK, I am confused with this specific security issue. I do not have access to full SQL Server 2005, only the Express edition, which came with no documentation. I have been reading through the MSDN online files, but I get more confused than informed.
This is a 'standard' installation of SQL Express, which was performed in this case along with the Visual Studio 2005 package, so it is installed as "Beast\SQLExpress", where "Beast" is the name of the system on which it is installed.
The standard installation does not seem to have an "sa" password, and it seems to permit any valid Windows user to connect to and manage any database. I do not see any obvious way to disable this, and I would only want to do that with specific databases, and not the installation as a whole.
I have a series of questions, and if anyone can answer some or all of these, I would be most appreciative.
1. How can I disable Windows users from connecting to or accessing specific SQL Express databases, but permitting free access to others?
2. I am able to create a schema and associate it with database users so that it is their default schema, but must I decorate all table names with the schema when creating tables? Or can I set a mode where any new table created uses the default schema?
3. I create a new SQL Express database, define a login, define a user, and then create a new connection to that new database using the new login and user -- but any tables I create are still owned by dbo and marked as created by my Windows login account! Why are they not being created by the login identifier specified in the SqlConnection?
4. How can I get access to the SQL Server 2005 "Books Online" equivalent without installing the entire SQL Server 2005 product?
-ken
.
- Prev by Date: run both enterprise and msde on same box
- Next by Date: Re: SQL Server Express
- Previous by thread: run both enterprise and msde on same box
- Next by thread: Re: SQL Server Express
- Index(es):
Relevant Pages
|
Loading