Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-11-16 : 00:33:19
|
Mike writes "Hi
I'm new to SQL server (ver. 7.0) and am currently designing a web based database. I currently log in as sa to administer and design the database. Am I right in thinking that when I publish the database to the web, I need to create a 'webguest' account with only the permissions (SELECT, INSERT, UPDATE, DELETE) they need to use the database?
I connect to the database with an connection string set as an application var set in global.asa for development purposes with the sa login. If I publish the database to the web with the sa login is it possible to breach the security of the database?
Any help would be much appreciated.
TIA" |
|
|
|
|
|