Find it

Snippets

From SQL Server 2008 r2 to SQL Compact Edition. Doing things the wrong way.

Program written using csharp and SQL Server 2008 r2? Great eh? … What about your users? …Doh. Anyway its good to re look at your data layer, so if this crops up and you need to switch to a more portable solution (Compact edition means anyone can use it on windows) then put in the [...]

Also posted in SQL Server, Transactional SQL

SSRS Every Forth Page? – Shortest Code

On looking for the quickest way to spit something out on every forth page of an SSRS report I wrote this – anyone got a yet further abreviated way to set visibility on every forth page? =iif(((Globals.PageNumber+1) Mod 4) = 0, False, True)

Also posted in SSRS
Got a Project?
A Quote..
"Advance, and never halt, for advancing is perfection. Advance and do not fear the thorns in the path, for they draw only corrupt blood."
Khalil Gibran
© Woody Hayday 2012