January 29th, 2007
I have just finished the code for a new transactional replication setup.
Requirements were to be able to filter rows according to the destinations that formed part of the fullfilment of the order. This could theoretically include up to 10 destinations however in reality it tended to be 2 or 3. The data would be real-time messages flowing out of the mainframe into the SQL Server via BizTalk.
Read the rest of this entry »
Posted in Nuggets, SQL Server DBA, SQL Server 2005, Replication, Methodology, T-SQL | No Comments »
January 22nd, 2007
Ever been stuck trying to figure out what people are doing on your server, but unable to tell from DBCC InputBuffer what statements the users are running? This is one of the most useful scripts I’ve come accross and helps enormously when trying to analyse what is happening on your SQL Server.
It is often the case that users will query your database with tools like MS Access or Business Objects which are quite difficult to track. Well this useful tool helps to solve that problem…
Read the rest of this entry »
Posted in Nuggets, SQL Server DBA, SQL Server 2005, Performance, T-SQL | 5 Comments »
January 15th, 2007
Came across an irritating behaviour with the Excel source in SSIS. The Excel ODBC Jet Driver that SSIS uses has the annoying default configuration of only checking the first 8 lines in a spreadsheet, to evaluate the field length of any external columns in the Excel source task…

Read the rest of this entry »
Posted in Nuggets, SSIS, Fixes, SQL Server 2005 | 4 Comments »
December 14th, 2006
I recently had a problem with a new source I was asked to load into the data warehouse. I’m sure its quite familiar to many…
Read the rest of this entry »
Posted in Nuggets, SSIS, SQL Server 2005 | No Comments »