How can I secure a MSDE database for users who have SQL Server?
From: Ed-it (ed-it_at_euronet.nl)
Date: 05/12/04
- Next message: qa: "RE: How can I secure a MSDE database for users who have SQL Server?"
- Previous message: Willem van den Broek: "Re: Exchanging data over the internet"
- Next in thread: qa: "RE: How can I secure a MSDE database for users who have SQL Server?"
- Reply: qa: "RE: How can I secure a MSDE database for users who have SQL Server?"
- Reply: Andrea Montanari: "Re: How can I secure a MSDE database for users who have SQL Server?"
- Messages sorted by: [ date ] [ thread ]
Date: 12 May 2004 06:09:36 -0700
How can I protect a MSDE-database so that SQL Server Enterprise
Manager always asks for a password if you want to access the database
in SQL Server E.M.?
I've created a .NET-application that uses MSDE. I know some of the
users where the application will be running will also have SQL Server
running. I don't want them to look around in my db. How do I protect
my database so that it's only accessible for my application and only
in SQL Server Ent.Man. if you know the login name and password. It
works with SQL Server authentication but not with Windows
authentication.
I install MSDE with mixed mode (SECURITYMODE=SQL) and a password
(SAPWD=mypassword). The connection from my application uses: "User
ID=sa; Password=mypassword".
Thanks for your help,
Ed
- Next message: qa: "RE: How can I secure a MSDE database for users who have SQL Server?"
- Previous message: Willem van den Broek: "Re: Exchanging data over the internet"
- Next in thread: qa: "RE: How can I secure a MSDE database for users who have SQL Server?"
- Reply: qa: "RE: How can I secure a MSDE database for users who have SQL Server?"
- Reply: Andrea Montanari: "Re: How can I secure a MSDE database for users who have SQL Server?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|