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

Articles with tag Security Rss

Refine your search with one of the following additional tags (with number of items):

SQL Server 7, 2000 (100)     biometrics (4)     Patches (2)     Database Roles (1)    
Strategies (40)     Career (4)     Product Reviews (2)     Dimensions (1)    
Administration (32)     data retention (4)     Rants (2)     Disaster Recovery (1)    
Editorial (29)     Friday Poll (4)     Replication (2)     Distributed Queries (1)    
Editorial - iPod (23)     Installation (4)     Reviews (2)     English Query (1)    
Editorial - WMV (23)     legal issues (4)     Schema (2)     EVENTDATA (1)    
Editorial - MP3 (22)     software development (4)     Service Packs (2)     GRANT (1)    
SQL Server 2005 (19)     SQL Server 2005 - Security (4)     SQL Agent (2)     impersonation (1)    
Blogs (16)     DDL Triggers (3)     sql injection (2)     key management (1)    
T-SQL (16)     DTS (3)     SQL Server (2)     Logins (1)    
Miscellaneous (15)     Monitoring (3)     SQL Server security (2)     OpenXML (1)    
Auditing (11)     Other (3)     SQL-DMO (2)     orphaned users (1)    
Encryption (11)     Performance Tuning (3)     TDE (2)     Ownership chaining (1)    
SQL Server 6.5 (11)     Reporting Services (SSRS) (3)     User Defined Function (UDF) (2)     proxy accounts (1)    
Programming (10)     Service Broker (3)     XML (2)     REVERT (1)    
Configuring (9)     SQL Server 2000 (3)     XSL (2)     server principals (1)    
Passwords (9)     SQL Server Express (3)     .Net (1)     sp_cycle_errorlog (1)    
SQL Server 2008 (8)     Surface Area Configuration tool (3)     Active Directory (1)     SQL Jobs (1)    
Best and Worst Practices (7)     Triggers (3)     ADO (1)     SQL Puzzles (1)    
Backup and Recovery (6)     Best Practices (2)     Advanced (1)     SQL Server Architecture (1)    
Permissions (6)     Compliance (2)     alerts (1)     SQL University (1)    
Advanced Querying (5)     database security (2)     Alias (1)     SQLServerCentral (1)    
Database Design (5)     Database Weekly (2)     Analysis Services (SSAS) (1)     SSPI (1)    
hackers (5)     Development (2)     Backup / Restore (1)     System Development Life Cycle (1)    
News (5)     Execute AS (2)     Bugs (1)     trust (1)    
Secure Programming (5)     Indexing (2)     C# (1)     UpdateGrams (1)    
Stored Procedures (5)     Jobs (2)     Certificates (1)     Visual Basic 6 (1)    
Worst Practices (5)     Kerberos (2)     Cryptography (1)     vulnerability (1)    
Basic Querying (4)     logon triggers (2)     database principals (1)    

Search for any content tagged Security

   Items 1 to 20 of 328    Next 20 >>
 

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: (not yet rated)  Rate this |  Briefcase | 1 read

Just SQL Auth

Would you like to have only SQL Server Authentication on your instances? That's the subject of this Friday's poll.  Read more...
By Steve Jones 2009/11/20 | Source: SQLServerCentral.com | Category: Editorial - MP3
Rating: (not yet rated)  Rate this |  Briefcase | 2 reads

Just SQL Auth

Would you like to have only SQL Server Authentication on your instances? That's the subject of this Friday's poll.  Read more...
By Steve Jones 2009/11/20 | Source: SQLServerCentral.com | Category: Editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 35 reads

Just SQL Auth

Would you like to have only SQL Server Authentication on your instances? That's the subject of this Friday's poll.  Read more...
By Steve Jones 2009/11/20 | Source: SQLServerCentral.com | Category: Editorial - iPod
Rating: (not yet rated)  Rate this |  Briefcase | 2 reads

SQL Server Security Audit Report

If your company needs to go through a SOX (Sarbanes–Oxley) audit or any security audit, the DBA has to provide security information to them. If you have purchased third party tools to provide this information that is great. If you don't have third party tools and need to go through many servers to provide this information it can be a hassle and very time consuming. So I put together a script to generate a report that I could just review. The script generates a report of all elevated level accounts and any possible security holes.  Read more...
By Additional Articles 2009/11/20 | Source: MSSQLTips.com | Category: Security
Rating: (not yet rated)  Rate this |  Briefcase | 1,203 reads

Just SQL Auth

Would you like to have only SQL Server Authentication on your instances? That's the subject of this Friday's poll.  Read more...
By Steve Jones 2009/11/20 | Source: SQLServerCentral.com | Category: Editorial - WMV
Rating: (not yet rated)  Rate this |  Briefcase | 5 reads

Why We Recommend Against xp_cmdshell

Every so often I see a post in a forum or on Twitter about the use of xp_cmdshell. Usually it is someone looking for...  Read more...
By 2009/11/19 | Source: SQLServerCentral.com | Category: Blogs
Rating:  Rate this |  Briefcase | 1,834 reads

Let's Talk Ownership (and SQL Jobs)

It seems that the ownership of jobs is something that is often overlooked when articles explain   Read more...
By Robert Pearl 2009/11/19 | Source: SQLServerCentral.com | Category: SQL Jobs
Rating: |  Discuss |  Briefcase | 4,087 reads

Grant Execute Permissions to Stored Procedures using DDL Triggers

In your development environment if you have locked down permissions for developers, but still need them to execute stored procedures you will need to grant execute rights each time a new stored procedure is generated. In this tip I will show you a way of doing this automatically each time a new stored procedure is created without granting your developers additional permissions.  Read more...
By Additional Articles 2009/11/13 | Source: MSSQLTips.com | Category: Security
Rating:  Rate this |  Briefcase | 1,976 reads

How to Connect to a SQL 2005 Server When You Are Completely Locked Out

If you need to connect to a SQL server and don't have the 'sa' password plus the builtin\administrators account has been removed then Rudy Panigas shows us what you need to know.   Read more...
By Rudy Panigas 2009/11/03 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 13,266 reads

SQL University: Multiple Paths and Ownership Chaining

Welcome back to our last class this term on security in SQL Server here at SQL University. According to the syllabus,...  Read more...
By 2009/11/03 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 587 reads

Low Hanging Fruit

An open letter asks Google to change their default protocol to be more secure. Are there things that we might want to do inside SQL Server to make it more secure by default? Any low hanging fruit that would help the platform?  Read more...
By Steve Jones 2009/10/26 | Source: SQLServerCentral.com | Category: Editorial
Rating: |  Discuss |  Briefcase | 31 reads

Low Hanging Fruit

An open letter asks Google to change their default protocol to be more secure. Are there things that we might want to do inside SQL Server to make it more secure by default? Any low hanging fruit that would help the platform?  Read more...
By Steve Jones 2009/10/26 | Source: SQLServerCentral.com | Category: Editorial - WMV
Rating: (not yet rated)  Rate this |  Briefcase | 25 reads

Low Hanging Fruit

An open letter asks Google to change their default protocol to be more secure. Are there things that we might want to do inside SQL Server to make it more secure by default? Any low hanging fruit that would help the platform?  Read more...
By Steve Jones 2009/10/26 | Source: SQLServerCentral.com | Category: Editorial - iPod
Rating: (not yet rated)  Rate this |  Briefcase | 23 reads

Low Hanging Fruit

An open letter asks Google to change their default protocol to be more secure. Are there things that we might want to do inside SQL Server to make it more secure by default? Any low hanging fruit that would help the platform?  Read more...
By Steve Jones 2009/10/26 | Source: SQLServerCentral.com | Category: Editorial - MP3
Rating: (not yet rated)  Rate this |  Briefcase | 28 reads

Data and Customer Service

Businesses are always looking to collect data on their customers. However when they are fgiven this data, there is a level of trust from the consumer that is expected of the business. Guest editor John Magnabosco talks about the need for database professionals to take care that we are honoring this trust.   Read more...
By JohnMagnabosco 2009/10/21 | Source: SQLServerCentral.com | Category: Editorial
Rating: |  Discuss |  Briefcase | 38 reads

Weak Passwords Discovered in the 10,000 Disclosed Hotmail/Live.com/MSN leaked accounts

By now, hopefully everyone has heard of the security breach where accounts and passwords were found on a public site listed the account usernames and passwords of some 10,000 users. Initially it was just reported to be Hotmail/Live.com/MSN, but it turns  Read more...
By Brian Kelley 2009/10/13 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 2,233 reads

Securing Reporting Services

Marcin Policht continues his discussion of implementing Reporting Services on SQL Server 2005 Express Edition, focusing in particular on security-related topics. This article continues this subject by describing other technologies that assist with data protection, their corresponding configuration settings, and a few authentication and authorization caveat  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 1,698 reads

Security Focus

Are IT administrators focusing on the wrong attacks when securing their systems? Should we as DBAs and developers care? Steve Jones argues that we want to be aware of these issues.  Read more...
By Steve Jones 2009/09/29 | Source: SQLServerCentral.com | Category: Editorial - MP3
Rating: (not yet rated)  Rate this |  Briefcase | 63 reads

Security Focus

Are IT administrators focusing on the wrong attacks when securing their systems? Should we as DBAs and developers care? Steve Jones argues that we want to be aware of these issues.  Read more...
By Steve Jones 2009/09/29 | Source: SQLServerCentral.com | Category: Editorial - WMV
Rating: (not yet rated)  Rate this |  Briefcase | 76 reads
   Items 1 to 20 of 328    Next 20 >>
 
Most popular

How to Connect to a SQL 2005 Server When You Are Completely Locked Out

If you need to connect to a SQL server and don't have the 'sa' password plus the builtin\administrators account has been removed then Rudy Panigas shows us what you need to know.   Read more...
By Rudy Panigas 2009/11/03 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 13,266 reads

Blocking Users by IP

SQL Server MVP Brian Kelley brings us a great new article that solves a problem that might help your security. In this short piece, we learn how we can use logon triggers to block users based on their IP address.  Read more...
By Brian Kelley 2009/03/09 | Source: SQLServerCentral.com | Category: Security
Rating: |  Discuss |  Briefcase | 12,371 reads

Let's Talk Ownership (and SQL Jobs)

It seems that the ownership of jobs is something that is often overlooked when articles explain   Read more...
By Robert Pearl 2009/11/19 | Source: SQLServerCentral.com | Category: SQL Jobs
Rating: |  Discuss |  Briefcase | 4,087 reads