top of page
Search
Standardise database sizes and automation
The default setting for the initial sizing of data and log files (and their autogrowth) is not adequate. I like to make sure that we set...
Repost - originally posted 05-08-2012
Sep 28, 20171 min read
Migrating SSIS packages to AWS
We are currently migrating a large amount of SSIS packages (SQL Server 2008R2) to SQL Server 2016 at AWS. It has been a learning exercise...
Adam Thurgar
Sep 20, 20171 min read
Autoclose and autoshrink - set them to off
By running a simple check of your database settings (use helpdb or query sys.databases) you may find databases that are set to autoclose...
Repost - originally posted 19-07-2012
Sep 12, 20171 min read
Report name variable in Sharepoint
Whilst deploying some reports to a new Sharepoint installation I noticed that the global ReportName variable (Globals!ReportName)...
Repost - originally posted 13-07-2012
Sep 9, 20171 min read
Insert query performance improvement
I was asked the other day was there any way to improve the performance of a large number of rows being inserted. My immediate thought was...
Repost - originally posted 05-07-2012
Sep 6, 20171 min read
Hypothetical indexes
We had a query recently about a database that had a lot of objects starting with the name _dta_. We explained that these where...
Repost - originally posted 26-06-2012
Sep 1, 20171 min read
Local and Global Temporary Tables
Whilst reviewing some code recently I saw the creation of a global temporary table (##). There was actually no need to create a global...
Repost - originally posted 14-06-2012
Aug 27, 20171 min read
Poor object naming
The following is an example of a poorly named table from a major backup software vendor. This caused failures with the regular...
Repost - originally posted 1-06-2012
Aug 22, 20171 min read
sp_helpindex stored procedure improvements
When SQL Server introduced the concept of included columns in indexes in SQL Server 2005, they didn't really provide any way to get...
Repost - originally posted 22-05-2012
Aug 20, 20171 min read
Index your updates
We are currently working on a project to do a major data update on a manufacturing database to update client and product codes in...
Adam Thurgar
Aug 18, 20171 min read
Changing the sa login for improved security
This is just a simple tip to improve the security of your SQL Server installation. If you can, you should try and rename the sa login. It...
Repost - originally posted 20-05-2012
Aug 17, 20171 min read
Full recovery = transaction log backups
A common occurrence in reviewing SQL Server implementations is finding very large databases that have log file sizes greater than the...
Repost - originally posted 21-06-2012
Aug 14, 20171 min read
Model database recovery setting
We see a lot of databases in full recovery that don't need to be. Why? Because the default for the model database (used as the template...
Repost - originally posted 29-05-2012
Aug 13, 20171 min read
SQL Server configuration - default file locations
How do you make sure that any user database created is created on the disks that you have set aside for the data, transaction log and...
Repost - originally posted 28-11-2012
Aug 12, 20171 min read
SQL Server configuration - default fill factor
The setting of the correct index fill factor is a constant source of debate amongst DBAs. There is a lot of information that you need to...
Repost - originally posted 04-12-2012
Aug 11, 20171 min read
bottom of page
