| Thread | Last Post | Replies |
|
| Encrypted Connection | 27 Jun 2008 17:53 GMT | 2 |
We have just enabled encryped connections on a SQL server by following the steps on Books Online "How to: Enable Encrypted Connections to the Database Engine (SQL Server Configuration Manager) ". We install a certificate on the server, configured the server to accept encrypted ...
|
| Help We Got Hacked with a SQL Injector | 26 Jun 2008 18:23 GMT | 6 |
Hello-- Over the weekend our IIS server that we host our website on started serving up Trojans to everyone that visited our website. We traced it back to the below (see link). http://s3cwatch.wordpress.com/2008/06/22/wwwj8j8heicnkjs/
|
| Securityadmin | 26 Jun 2008 05:47 GMT | 1 |
I'm looking at the server role securityadmin in SQL Server 2005. In Books Online it says like this. "Members of the securityadmin fixed server role can grant both server-level and database-level permissions."
|
| lsass cpu usage | 25 Jun 2008 18:51 GMT | 1 |
Hi, I have microsoft sql server 2000 on windows server 2003 for small business. It's linked to a web server which register more than 5000 unique visitors every hours.
|
| Server roles | 25 Jun 2008 10:36 GMT | 9 |
I have an old master database, I can restore it with another name but it can't replace the real master. Is there any way I can se the info about server roles from this database? I want to se which "role members" there is for different
|
| Grant v Deny | 24 Jun 2008 23:29 GMT | 4 |
I just created 3 sensitive data tables within my database. I have a Group that conatins multiple people and only 5 of those can have access to these tables new tables. The rest of the people in the group need Read access to all of the other tables within this database. These 5 ...
|
| Allow users to only see their mapped DBs | 22 Jun 2008 06:30 GMT | 5 |
How can I can allow my users to only see the DBs their user ID has been mapped to when they open up SSMS? When they open up SSMS today, they can see all the DBs; I want to restrict their view to only the DBs that their ID is mapped to.
|
| Access to database through application only | 20 Jun 2008 21:23 GMT | 4 |
I need to restrict my users to accessing the application to using Cognos only. Anyway I can get that done?
|
| Filter Blind sql injections through post request | 20 Jun 2008 00:50 GMT | 1 |
Any recommendations or applications to filter\block sql injections through post requests? Looking for an application that will reside on the host itself; not an appliance. Any suggestions or recommendations on third party productions welcome. Thanks.
|
| Question about setting up backend database in DMZ | 16 Jun 2008 11:56 GMT | 1 |
We are in the process of redesigning our DMZ layout. We have several different websites that will reside in DMZ 1 which are the front-end web applications. About 3-4 of these web applications (which are different from each other) will have a backend database connection to an SQL ...
|
| SOX and different environments and security | 16 Jun 2008 08:48 GMT | 1 |
With all the different regulations and the environments we support and the need for devs to access production,etc.. whats the best way to manage security in an organization ? What does SOX have to say ? Does it and should it not have devs access production..
|
| Instead of DBO | 11 Jun 2008 23:03 GMT | 1 |
We have a user who needs to do the following: 1) Truncate table 2) Create temp table 3) All table owners and stored procedure owners need to be dbo
|
| User Question | 10 Jun 2008 23:14 GMT | 1 |
I am new to SQL and have a newbie question Using OSQL how would I create a user that can access the DB with read and write capabilities. I dont want the user to have SA capabilities but be able to read and write to the DB.
|
| Connection Error | 10 Jun 2008 15:48 GMT | 2 |
I have a newbie question. I just installed SQL Server 2005 (Express edition) and created a new user "Sherwood" (with an appropriate password). When I attempt to connect using SQL Server Authentication, however, I receive the following error:
|
| Grant access to applications only | 09 Jun 2008 23:49 GMT | 8 |
Is there a way to allow a .net application write access to sql server but to deny a direct user login e.g. via management studio. The background is that the users must not be able to manipulate the data directly but only within the application. Integrated security should be used
|