I need to secure a server with a firewall, that\'s simple :) But for certain users I would like to open certain other ports (for example direct access to the Database for SSRS report builders).
I am struggling with the postgresql\'s access control file开发者_C百科 pg_hba.conf... it\'s never happy, and all I want to do is straight forward:
I mista开发者_开发知识库kenly removed all users for mysql ... So I can\'t connect to mysql. Does anyone has an idea ?
I\'ve always wondered why the list of database roles (db_datareader, db_datawriter, db_ddladmin, etc) never included a db_storedprocedureexecutor. The others make sense, but it seems like being able t
I have a database which has an application role. The role members all belong to a group in Active Directory. Instead of giving the role permissions to select from the tables I have given the role exec
I have a c# winform application that uses SQL 2005 Express.The application creates math and reading quizzes and is marketed to parents of school-aged children.The parents purchase and download SQL fil
Typically I use a database such as MySQL or PostGreSQL on the same machine as the application using it, which makes access easy and secure. I\'m just now building the first site that will have a separ
While working with some random sql queries on our databases, we may not want to insert or delete items to some of the database tables by just typing their names by mistake. So how to make them locked
I am on my dissertation in my final year at university at the moment. One of the areas I need to research is security - for both websites and for databases. I currently have sections on the following:
If I accidentally double escape a string, can the DB be harmed? For the purposes of this question, let\'s say I\'m not using stored procedures or parametrized queries