Browse by Tags

SQL Server Auditing and Logging - SSIS Audit Transformation comes handy for you in database platform
Published 21 August 8 3:40 AM | SSQA.net
If you work in Financial based Enterprise then Sarbanes-Oxley is not a new concept for you as per American law that regulates the accountability of publicly owned companies. Just to talk about t he main purpose of the law it to make sure the financial...
SQL Injection attacks - don't forget to visit guidance information from Microsoft
Published 31 May 8 3:59 PM | SSQA.net
One of the biggest threats in IT industry & Database world is unprecedented attacks aka most commonly termed as 'SQL injection'. There is no doubt that biggest database vendors, one of them as Microsoft so far providing recommendations regarding...
Settings to Cluster service domain account and the SQL Server service domain account
Published 10 January 8 2:56 AM | SSQA.net
When you are setting up SQL Server cluster you should think about security privileges that is required for the Cluster Administrator account and SQL Server services account. Do not attempt to use same account for both the serivces, as it will be single...
SQL Server logins - enforce Password Expiration and policies
Published 7 January 8 1:11 PM | SSQA.net
Here is a quick snippet on enabling a SQL login to password expiration and password policies as per the Windows server: Open the SQL Server 2005 Management Studio. In the left pane, go to the desired server and navigate to the Security folder and expand...
SQL Server 2005 using Cryptography & Encryption what they are for?
Published 13 September 7 7:46 AM | SSQA.net
Since the inception of SQL Server 2005 data encryption and cryptography functionality has elevated to a new level, this wasn't the case until SQL 2000 version. The overall security improvements within SQL 2005 is mainly with 'certficate' authentication...
How to use Kerberos authentication in SQL Server
Published 8 September 7 4:19 AM | SSQA.net
The following pages were recently modified. Source: Knowledge Base Product: Microsoft SQL Server 2005 Enterprise Edition & SQL Server 2005 Standard Edition Notification Contents: New and Major Modifications How to use Kerberos authentication in SQL...
Information and issues with Kerberos security within SQL Server 2005?
Published 31 August 7 4:45 AM | SSQA.net
What is the Kerberos Authentication? What are the security features difference between Windows 2000 and 2003 versions? How it is behaved within Failover Clustering? How to enable Kerberos Authentication Including SQL Server Virtual Servers on Server Clusters...
Disable SA account on a live SQL Server2005 instance, any drawbacks?
Published 13 August 7 4:3 AM | SSQA.net
Last week I have been delegated to finalize the security standards within a set of SQL 2005 instances that are used by a customer, though it is usual chores for me to apply industry best practices. On these SQL 2005 instances in particular I was more...