SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tags Security, Administering, SQL Server 7, 2000 Rss

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

Configuring (9)     Stored Procedures (3)     Triggers (2)     Performance Tuning (1)    
Miscellaneous (6)     Backup and Recovery (2)     User-Defined functions (2)     Performance Tuning and Scaling (1)    
Programming (5)     Basic Querying (2)     Worst Practices (2)     Service Packs (1)    
Installation (4)     Best and Worst Practices (2)     ADO (1)     UpdateGrams (1)    
SQL Server 6.5 (4)     Indexing (2)     Disaster Recovery (1)     Visual Basic 6 (1)    
Strategies (4)     Monitoring (2)     Distributed Queries (1)     XML (1)    
T-SQL (4)     Replication (2)     English Query (1)     XSL (1)    
DTS (3)     SQL-DMO (2)     OpenXML (1)    
   Items 1 to 20 of 30    Next 20 >>
 

Beginning SQL Server - Logins and Users

Part 3 of Steve Jones' series on beginning SQL Server from the perspective of a system administrator or someone not used to working with SQL Server. If you've been designated the new administrator, take a look at this series for some help in coming up to speed on this product. This article looks at logins and basic security.   Read more...
By Steve Jones 2007/08/03 (first posted: 2004/09/02) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,082 reads

Auditing with SQL Profiler

SQL Server includes a great auditing tool: Profiler. It's not the easiest tool to use, however, and it's one that takes some getting used to. Our resident security export, Brian Kelley looks at a simple example of using this tool to audit logins.   Read more...
By Brian Kelley 2007/04/20 (first posted: 2004/09/01) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 27,096 reads

Implementing Encrypting File System (EFS) with SQL Server

EFS provides a mechanism for encrypting files completely transparent to higher level applications such as SQL Server. In this article by Brian Kelley, he shows you how to implement this type of security in your environment.   Read more...
By Brian Kelley 2006/12/01 (first posted: 2002/12/09) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 25,152 reads

SQL Server 2000 SP 3: What's New in Security

Service Pack 3 for SQL Server 2000 is huge. There are significant changes in it and they apply to all three products: the core SQL Server, MSDE, and Analysis Services. Because there are so many changes, this first article in the series will only focus on the security changes.   Read more...
By Brian Kelley 2005/12/09 (first posted: 2003/06/05) | Source: SQLServerCentral.com | Category: Service Packs
Rating: |  Discuss |  Briefcase | 28,801 reads

SQL Server Security Part 2

In part one Chris Kempster covered a variety of security recommendations primarily for production systems. In Part two of this series he continues to explore security at a variety of levels where you may not realize you are vulnerable.   Read more...
By Chris Kempster 2005/11/04 (first posted: 2004/01/30) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,249 reads

Conducting a SQL Server Operational Audit

Auditing, analyzing and documenting your SQL Server installation is becoming more important all the time, especially as more and more attention is being paid to the security of your environment. Chad Miller brings us a look at a framework and a sample document you can use in your environment to conduct an audit.   Read more...
By Chad Miller 2005/10/24 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 10,768 reads

Logins, Users, and Roles - Getting Started

Do you know the difference between a login and a user? What's the best way to add them; Enterprise Manager, T-SQL, or SQL-DMO? In this beginner level article Andy demonstrates how to use all three methods to add logins and users and offers his view of which is the best technique.   Read more...
By Andy Warren 2005/09/30 (first posted: 2003/02/19) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,788 reads

Troubleshooting Cannot Generate SSPI Context Errors

As a DBA you do not need to know how to setup an Active Directory domain or a DNS server, but you still need to know how Kerberos, Service Principle Names, and hostnames are used to perform integrated authentication to a SQL Server. This article by new columnist Chad Miller shows you some of the more integral parts of troubleshooting running Windows Authentication security in a SQL Server environmnet.   Read more...
By Chad Miller 2005/08/19 (first posted: 2003/02/27) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 53,080 reads

SQL Server Security Part 1

In this series of articles, Chris Kempster will discuss some of the finer aspects of SQL Server security and also touch on OS, physical and application security to open up this science for general discussion.   Read more...
By Chris Kempster 2005/02/11 (first posted: 2002/01/14) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 42,722 reads

Beginning SQL Server - Logins and Users

Part 3 of Steve Jones' series on beginning SQL Server from the perspective of a system administrator or someone not used to working with SQL Server. If you've been designated the new administrator, take a look at this series for some help in coming up to speed on this product. This article looks at logins and basic security.   Read more...
By Steve Jones 2007/08/03 (first posted: 2004/09/02) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,082 reads

Auditing with SQL Profiler

SQL Server includes a great auditing tool: Profiler. It's not the easiest tool to use, however, and it's one that takes some getting used to. Our resident security export, Brian Kelley looks at a simple example of using this tool to audit logins.   Read more...
By Brian Kelley 2007/04/20 (first posted: 2004/09/01) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 27,096 reads

SQL Server Alerts

SQL Server Alerts provide a great way for the server to notify a DBA that some event has occurred, usually something bad that they need to fix. However alerts can also be used to drive business logic processes and enable some types of actions to be safely performed without requiring extraordinary rights by a user. Author Leo Peysakhovich brings us some ideas on how we can use alerts to implement business logic processing.   Read more...
By Leo Peysakhovich 2004/08/10 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 12,518 reads

Fixing broken logins and transferring passwords

When transferring a database to a new server, you are bound to experience a user problem. In this article by Neil Boyle, he shows you how to transfer passwords and accounts seamlessly to a new server.   Read more...
By Neil Boyle 2004/07/05 (first posted: 2002/08/14) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 22,050 reads

Hidden Dangers!

How many of you register a server in Enterprise Manager? Now how many of you click the "save password" box? Probably most of you. Are you aware of the security risks associated with this? James Travis looks at one of potential problems here and other security issues relating to SQL-DMO.   Read more...
By James Travis 2004/05/04 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 7,438 reads

SQL Server Auditing and Notification

As Jeff says, "There are lots of articles about how to do auditing, but there are few discussions about how to use the auditing results in a real time environment". Well, now we have one that shows you how to do it!   Read more...
By Jeffrey Yao 2004/03/29 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 8,408 reads

Dump SQL Permissions

We saw a note from Chad about a tool he wrote in the forums and asked him to write up some notes. Not only did we get notes, we got the source code! See what a DBA can do with some DMO.   Read more...
By Chad Miller 2004/03/17 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 14,685 reads

Review of Lumigent Entegra

We've been trying to catch up on reviews lately, Hai was kind enough to give Entegra a try and report back on it. The basic concept is that it lets you do extensive auditing without having to add triggers. If you're trying to find an auditing solution, this is worth considering.   Read more...
By Haidong Ji 2004/02/27 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 5,385 reads

SQL Server Security Part 2

In part one Chris Kempster covered a variety of security recommendations primarily for production systems. In Part two of this series he continues to explore security at a variety of levels where you may not realize you are vulnerable.   Read more...
By Chris Kempster 2005/11/04 (first posted: 2004/01/30) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,249 reads

Using sp_addalias

SP_addalias isn't a well known stored procedure to most DBA's - do you know what it does? In what situations you might use it? This short article gives very quick and clean answers to both of those questions.   Read more...
By Andy Warren 2003/09/23 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 8,584 reads

Worst Practice - Bad Connection Strings and Bad Info in Sysprocesses

Andy returns to the Worst Practice series this week with a short article looking at how connection strings in applications affect what you see in sysprocesses. Perhaps less controversial (in our opinion) that some of the other worst practices, this is something easy to fix and definitely worth fixing! Read the article and post a comment - explore other points of view! Readers posting a comment will be entered in a drawing for a copy of the SQL Server 2000 Resource Kit.   Read more...
By Andy Warren 2003/08/01 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 13,695 reads
   Items 1 to 20 of 30    Next 20 >>
 
Most popular

Conducting a SQL Server Operational Audit

Auditing, analyzing and documenting your SQL Server installation is becoming more important all the time, especially as more and more attention is being paid to the security of your environment. Chad Miller brings us a look at a framework and a sample document you can use in your environment to conduct an audit.   Read more...
By Chad Miller 2005/10/24 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 10,768 reads

Beginning SQL Server - Logins and Users

Part 3 of Steve Jones' series on beginning SQL Server from the perspective of a system administrator or someone not used to working with SQL Server. If you've been designated the new administrator, take a look at this series for some help in coming up to speed on this product. This article looks at logins and basic security.   Read more...
By Steve Jones 2007/08/03 (first posted: 2004/09/02) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,082 reads

Auditing with SQL Profiler

SQL Server includes a great auditing tool: Profiler. It's not the easiest tool to use, however, and it's one that takes some getting used to. Our resident security export, Brian Kelley looks at a simple example of using this tool to audit logins.   Read more...
By Brian Kelley 2007/04/20 (first posted: 2004/09/01) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 27,096 reads