SQL Server Dynamic Data Masking Discovery and Implementation
Read this tip to learn how to identify columns for dynamic data masking and how to apply.
Read this tip to learn how to identify columns for dynamic data masking and how to apply.
In this tip we look at how to restore individual tables using SQL Server BACPAC.
In this script we look at how to find SQL Agent job steps that are running longer than normal.
In this tip we look at how to find long running jobs by comparing past runs and using standard deviations to find issues.
The exporting and importing of SQL Serer certificates is not a familiar task for most DBAs, so in this tip we look at how this should be done.
SQL Server 11 (code named ‘Denali’) is due to be released at the end of this year. With a new version comes new features. I was curious to know what new facets were to be exposed for Policy-Based Management in this new version but could not find anything
Many people deploy performance monitoring solutions in a one-size-fits-all manner. That is, they tend to build a solution that can be easily deployed to multiple servers and capture basic information from each server. The trouble is that not every serve
As SQL Azure gains in popularity, more and more people find themselves thinking about having their databases migrated to SQL Azure. Microsoft has published a list of general guidelines at http://msdn.microsoft.com/en-us/library/ee336245.aspx. One of those
When performing simple calculations inside of SQL Server using decimals, you can observe what may seem as odd behavior with the resulting datatype. Instead of returning the desired decimal format SQL Server generates an entirely different decimal format.
You need to quickly check all linked server connections for a given instance or list of instances for SQL Server. In this tip I present a PowerShell script that can be used to quickly check all linked servers.
Ideally your SQL instance would be configured to only allow for Windows Authentication. There may be times when mixed mode authentication is necessary at which point you will should configure a method to rotate the ‘sa’ password on a regular basis. You wa
With SQL 2008 you have the ability to compress your database backups saving disk space but more importantly saving time.
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 com
Auditing your instances of SQL has become more of a concern these days. SQL 2008 introduced a new feature named SQL Server Audit. In this tip I will cover how to setup auditing.
As databases get larger, the time for database backups to complete grows as well. Unfortunately, the time window for your backups may not increase. It could very well be the case that you reach a point where your backups will not finish in a specified amo
SQL Server splits your physical transaction log file into logical chucks, called virtual log files (VLF). While your transaction log file may look like one file, logically it is fragmented and the level of fragmentation can result in performance degradati
In this article learn how to import existing SQL Server Policies for an instance of SQL Server for use with Policy Based Management.
Learn how to use SQL Server Policy Based Management to track configuration changes in your SQL Server Linked Servers.
SQL agent jobs are not created with notifications enabled by default. You have several options on the Notifications page; you could send an email, a page, a net send, write to the application event log, or you could delete the job.
In this tip I will show you how you can identify the file(s) that was used for the SQL Server restore, when the backup actually occurred and when the database was restored.
I recently submitted a tip regarding the existence of your backup files using the undocumented system stored procedure xp_fileexist. But how would you go about executing that script against all your SQL Server 2005 and SQL Server 2008 instances? I took t
You have configured your database backup jobs without any problems. The backups themselves seem to be working, but are the files still where you think they are? How do you know they have not been moved, or worse, deleted to free up some space on your serv
In this tip we look at scripts that can be used to see how long SQL Server backups took to complete.
Often times we are asked the question when was the last time my database was restored, and where was it restored from? In this tip, we will look at some of the system tables that capture restore history information and how you can query these system ta