SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Articles with tag Security Rss

Search for any content tagged security

   Items 1 to 20 of 351    Next 20 >>
 

Security Regulations

There have been calls for governmental security regulations for IT. Is that a good thing? Steve Jones comments today.  Read more...
By Steve Jones 2010/03/17 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 61 reads

Database Activity Monitoring Part 2 - SQL Injection Attacks

If you think through the web sites you visit on a daily basis the chances are that you will need to login to verify who you are. In most cases your username would be stored in a relational database along with all the other registered users on that web site. Hopefully your password will be encrypted and not stored in plain text.   Read more...
By Additional Articles 2010/03/10 | Source: Other | Category: security
Rating:  Rate this |  Briefcase | 2,795 reads

Using a Parent Child Hierarchy in SQL Server to Implement a Custom Security Scheme

I have a requirement to implement a custom security scheme where roles and the user's place in the organization hierarchy are used to determine which customers a user can access. In particular the requirements are that a sales person can only access their customers and any other role can access any customer in their level of the organization hierarchy and below. We have a simple hierarchy that is made up of regions and offices. Can you provide us with an example of how to do this?  Read more...
By Additional Articles 2010/03/01 | Source: MSSQLTips.com | Category: security
Rating: (not yet rated)  Rate this |  Briefcase | 2,263 reads

SQL Server Impersonation

SQL Server impersonation, or context switching, is a means to allow the executing user to assume the permissions of a given user or login until the context is set back, set to yet another user, or the session is ended. Deanna Dicken shows you two mechanisms for accomplishing this task and walks through some examples.  Read more...
By Additional Articles 2010/02/25 | Source: Database Journal | Category: security
Rating: (not yet rated)  Rate this |  Briefcase | 1,614 reads

An Administrative Security Hole?

Is it a problem for SQL Server to have a backdoor that lets a Windows Administrator connect as a sysadmin? Steve Jones thinks so and gives a reason why this might be a problem.  Read more...
By Steve Jones 2010/02/09 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 111 reads

Introduction to Security in Analysis Services

Join BI Architect Bill Pearson in this introduction to Security in Analysis Services 2008. Here we explore security concepts and implementation, and look forward to hands-on practice with security in other articles of this subseries.  Read more...
Rating:  Rate this |  Briefcase | 1,621 reads

Arrogance Has No Place in Security

Arrogance has no place in assessing threats and attempting to build security to mitigate them.  Read more...
By Steve Jones 2010/01/28 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 98 reads

Resolving User Security Identifier (SID) Discrepancy in Read-Only Databases

Many experienced DBAs understand the issues with matching up users and logins in a restored database. But what do you do when the database is read only? New author Tychang Chen brings us a technique that can help.  Read more...
By Yichang Chen 2009/12/28 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |  Briefcase | 2,520 reads

A Fundamental Security Mistake

Steve Jones thinks Microsoft is making a fundamental security mistake in the way they build features for the various editions of SQL Server. Read today's editorial and see if you agree.  Read more...
By Steve Jones 2009/12/21 | Source: SQLServerCentral.com | Category: editorial - mp3
Rating: (not yet rated)  Rate this |  Briefcase | 82 reads

A Fundamental Security Mistake

Steve Jones thinks Microsoft is making a fundamental security mistake in the way they build features for the various editions of SQL Server. Read today's editorial and see if you agree.  Read more...
By Steve Jones 2009/12/21 | Source: SQLServerCentral.com | Category: editorial - ipod
Rating: (not yet rated)  Rate this |  Briefcase | 86 reads

A Fundamental Security Mistake

Steve Jones thinks Microsoft is making a fundamental security mistake in the way they build features for the various editions of SQL Server. Read today's editorial and see if you agree.  Read more...
By Steve Jones 2009/12/21 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 113 reads

A Fundamental Security Mistake

Steve Jones thinks Microsoft is making a fundamental security mistake in the way they build features for the various editions of SQL Server. Read today's editorial and see if you agree.  Read more...
By Steve Jones 2009/12/21 | Source: SQLServerCentral.com | Category: editorial - wmv
Rating: (not yet rated)  Rate this |  Briefcase | 76 reads

Understanding SQL Server fixed database roles

I know there are fixed database roles that come with SQL Server. How do I best use them within my installations? What should I watch out for? In this tip we will cover each of the database roles and recommendations on when to and when not to use them.  Read more...
By Additional Articles 2009/12/18 | Source: MSSQLTips.com | Category: security
Rating:  Rate this |  Briefcase | 2,440 reads

Using a Certificate Signed Stored Procedure to Execute sp_send_dbmail

Learn how to create a certificate signed stored procedure to solve common permissions problems using sp_send_dbmail. MVP Jonathan Kehayias brings us a short tutorial that discusses your options and code to show you how to implement certificate security.  Read more...
By Jonathan Kehayias 2009/12/17 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |  Briefcase | 4,444 reads

SSIS Package Credentials

What do you do when you run an SSIS package and it works, but it fails when scheduled? You might have a credential problem. Robert Pearl brings us a solution to a cryptic message that prevents you from scheduling a package.  Read more...
Rating: |  Discuss |  Briefcase | 5,196 reads

Understanding SQL Server fixed server roles

I know there are fixed server roles that come with SQL Server. How do I best use them within my installations? What should I watch out for?  Read more...
By Additional Articles 2009/12/04 | Source: MSSQLTips.com | Category: server roles
Rating:  Rate this |  Briefcase | 3,444 reads

Please, Sir, I want some more… orphaned database users.

Permissions on our development servers are considerably less stringent than elsewhere with developers afforded the freedom to restore backup’s ad-hoc....  Read more...
By jameshoward3 2009/12/04 | Source: SQLServerCentral.com | Category: blogs
Rating: (not yet rated)  Rate this |  Briefcase | 1,346 reads

Who Watches the Watchers?

By Brandie Tarvin 2009/12/03 | Source: SQLServerCentral.com | Category: editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 99 reads

Limit Your Data Liability

We aren't necessarily liable for data breaches at our company, but will that last forever? Steve Jones talks about some things that you might want implement to ensure that you aren't liable if there ever is a security issue.  Read more...
By Steve Jones 2009/12/01 | Source: SQLServerCentral.com | Category: editorial - wmv
Rating: (not yet rated)  Rate this |  Briefcase | 76 reads

How to simulate transparent data encryption (TDE) with SQL 2000 and 2005

Encryption of data at rest is becoming more and more crucial in today’s world. This tip is aimed to help businesses that do not have the budgets or resources to purchase hardware encryption tools or to upgrade to SQL 2008. It basically illustrates how to achive transparent file encryption with SQL 2005 or SQL 2000.  Read more...
By Additional Articles 2009/11/27 | Source: MSSQLTips.com | Category: tde
Rating:  Rate this |  Briefcase | 1,775 reads
   Items 1 to 20 of 351    Next 20 >>