-
Add a column with a default and foreign key constraint
Every so often you may be presented with the requirement to add an additional column to one of your database tables. My experience, with SQL Server 2008 and above at ... -
Welcome Baby Katherine
More than fourteen years ago I heard for the first time that I was going to be a father. To a boy. I think dads secretly long to hear those ... -
Delete rows in Excel from a list
I had the need recently where I was provided an Excel XML file containing a large list of SKU's. From this list I queried a SQL database to figure out ... -
How to find my full sitepath?
Having trouble finding the full path in your shared web hosting / VPS? <?php echo $_SERVER["DOCUMENT_ROOT"];?> PHP Manual describes it as: The document root directory under which the current script ... -
2012-13 - That Tied Illawarra 2nd Grade Grand Final
Undoubtedly the rivalry of the season in 2nd Grade were the clashes between the Northern Districts Butchers and the Wollongong Lighthouse Keepers. Not only did they finish just 2-points apart ... -
Hide SSRS Toolbar
If you'd like to hide the Report Viewer toolbar whilst utilising ReportServer, you can simply append the following to the end of the query string: &rc:Toolbar=false Which may end up ... -
SSRS โ Alternate Row Colors of A Group
This has always been a challenge in Reporting Services โ youโve tried using this standard alternate row shading for a group but the alternation doesnโt work as expected: For a ... -
Get First Day of the Quarter
Iโm building a Stored Procedure and Report that needs to limit to data created in the previous quarter, only. The assumption is the report will be run on the first ... -
SSRS โ Mixed formatting breaks hyperlink action
I have a textbox that hyperlinks to another report via textbox action. However, in SSRS 2008 you can now now have multiple text elements within one textbox โ so you ... -
SSRS โ Capitalize the first letter
Need the ability to Capitalize the first letter of a string within SSRS? I found a gem of an SSRS function by Paul Turley of SolidQ. From SSRS Report Properties ...