Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Articles with tag
auditing
Search for
any
content tagged
auditing
<< Previous 20
Items 21 to 40 of 80
Next 20 >>
Tables and Views for Auditing SQL Server Logins
I have been tasked with auditing security on my SQL Server. However, this needs to be a somewhat automated process as I don't want to have to rely on taking screenshots every month to satisfy our auditors. What tables and/or views should I be using and what's the best way to extract the information out of them?
Read more...
By
Additional Articles
2010/06/04
|
Source:
MSSQLTips.com
|
Category:
auditing
Rating:
Rate this
|
Briefcase
|
4,164 reads
Finding Jobs
This article from Tushar Kanti will help you identify the list of all the Jobs related to a Table/View/Procedure.
Read more...
By
Tushar Kanti
2010/05/05
|
Source:
SQLServerCentral.com
|
Category:
auditing
Rating:
|
Discuss
|
Briefcase
|
5,952 reads
This Can't Happen
A bug reported on Connect has Steve Jones worried. This one could be a big deal in some situations that are concerned about comprehensive auditing.
Read more...
By
Steve Jones
2010/05/04
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
138 reads
Retrieving Data from an Audit Table
This article examines the various methods for retrieving data from an Audit table.
Read more...
By
Additional Articles
2010/04/09
|
Source:
SQL Server Performance
|
Category:
auditing
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,319 reads
SQL Server 2008 - Accessing Audit Details
Learn how to use the SQL Server 2008 catalog view and dynamic management view to access the audit details of existing server and database level audits.
Read more...
By
Additional Articles
2010/03/31
|
Source:
Database Journal
|
Category:
auditing
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,949 reads
SQL Server 2008 Audit Change Group
Auditing your SQL Server instances has become more of a concern these days. SQL Server 2008 introduced a new feature named SQL Server Audit. Enabling this feature can be done in just a few simple steps, but so could disabling this feature. And when it comes to audits, many times you are asked to provide proof that the audit itself has not been tampered with.
Read more...
By
Additional Articles
2010/03/15
|
Source:
MSSQLTips.com
|
Category:
auditing
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,489 reads
Database Activity Monitoring Part 1 - An Introduction
We are inundated with new technologies and products designed to help make our organisations safe from hackers and other malcontents. One technology that has gained ground over the past few years is database activity monitoring. It makes sense to protect valuable databases, and by adding an intelligent monitor capable of sniffing out threats an additional level of protection can be gained. But what is database activity monitoring and why should you care?
Read more...
By
Additional Articles
2010/03/08
|
Source:
Other
|
Category:
monitoring
Rating:
(not yet rated)
Rate this
|
Briefcase
|
4,307 reads
Database Level Auditing with Microsoft SQL Server 2008
MAK shows us how easy it is to create a database level audit, test the audit and retrieve the audit records in Microsoft SQL Server 2008.
Read more...
By
Additional Articles
2010/02/17
|
Source:
Database Journal
|
Category:
auditing
Rating:
(not yet rated)
Rate this
|
Briefcase
|
5,360 reads
Auditing in SQL Server 2008
Auditing is not only used to ensure internal compliance with authorization rules, it is increasingly used to comply with new legal compliance requirements. This article provides a detailed walkthrough for using SQL Server 2008's new inbuilt Audit feature.
Read more...
By
Additional Articles
2009/12/28
|
Source:
SQL Server Performance
|
Category:
auditing
Rating:
Rate this
|
Briefcase
|
2,114 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:
Rate this
|
Briefcase
|
2,990 reads
Auto Generate an Hourly SQL Server Profiler Trace File
I would like the option on some servers of having a profiler trace running 24x7 in the background. I could then access and read these trace files to investigate issues after the fact - much like the default trace that came out with SQL 2005.
Read more...
By
Additional Articles
2009/09/29
|
Source:
MSSQLTips.com
|
Category:
sql trace
Rating:
Rate this
|
Briefcase
|
3,344 reads
SQL Server Security Audit (Part 3) - Operating System Level Audit
The final part of the Security Audit series examines how to secure the Windows Server operating system.
Read more...
By
Additional Articles
2009/09/07
|
Source:
SQL Server Performance
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,457 reads
Squeezing the DBA
What do you do as a DBA if you get asked to cook the books? With the economy doing poorly, some executives will be tempted to mis-report earnings and they might ask the technical people to help. Steve Jones has a few thoughts.
Read more...
By
Steve Jones
2009/09/03
|
Source:
SQLServerCentral.com
|
Category:
editorial - wmv
Rating:
(not yet rated)
Rate this
|
Briefcase
|
256 reads
Squeezing the DBA
What do you do as a DBA if you get asked to cook the books? With the economy doing poorly, some executives will be tempted to mis-report earnings and they might ask the technical people to help. Steve Jones has a few thoughts.
Read more...
By
Steve Jones
2009/09/03
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
|
Discuss
|
Briefcase
|
140 reads
Squeezing the DBA
What do you do as a DBA if you get asked to cook the books? With the economy doing poorly, some executives will be tempted to mis-report earnings and they might ask the technical people to help. Steve Jones has a few thoughts.
Read more...
By
Steve Jones
2009/09/03
|
Source:
SQLServerCentral.com
|
Category:
editorial - ipod
Rating:
(not yet rated)
Rate this
|
Briefcase
|
236 reads
SQL Server Security Audit (Part 2) - Database Level Audit
The second in the Security Audit series looks at securing an individual database.
Read more...
By
Additional Articles
2009/09/01
|
Source:
SQL Server Performance
|
Category:
auditing
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,892 reads
SQL Server Security Audit (Part 1) - Server Level Audit
The first of this three part series on SQL Server Security Auditing focuses on the SQL Server itself and addressing any of its security vulnerabilities.
Read more...
By
Additional Articles
2009/08/26
|
Source:
SQL Server Performance
|
Category:
security
Rating:
Rate this
|
Briefcase
|
2,748 reads
Auditing with SQL Profiler
Complete package to allow tracking of any data that Profiler can capture and storage for auditing purposes, use to satisfy SOX compliance.
Read more...
By
Thom Bolin
2009/07/16
|
Source:
SQLServerCentral.com
|
Category:
auditing
Rating:
|
Discuss
|
Briefcase
|
5,549 reads
The New Reality of an Audit Trail
With a continuation of his last article on auditing, Leo Peysakhovich enhances his solution to capture more details using XML.
Read more...
By
Leo Peysakhovich
2009/07/08
|
Source:
SQLServerCentral.com
|
Category:
auditing
Rating:
|
Discuss
|
Briefcase
|
6,047 reads
Who's been logging into my SQL Server?
In a recent blog post, see the steps Denny Cherry thinks are vital to monitoring both successful and unsuccessful outside user logins to your SQL Server.
Read more...
By
Additional Articles
2009/06/29
|
Source:
SearchSQLServer
|
Category:
auditing
Rating:
Rate this
|
Briefcase
|
4,661 reads
<< Previous 20
Items 21 to 40 of 80
Next 20 >>
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.