Update August 2011
So I don't know how many people were just saying why don't you do the following:
Bring up the "Tablix Properties" of the dataset
Look for the section "No Rows"
Put in a value for ...
... @GivenDate = '23/03/2011';
--First slot of the day
SET @StartTime = @GivenDate + ' 08:00:00';
--Last slot of the day (30 minutes before the end)
SET @EndTime = @GivenDate + ' 17:30:00';
; WITH Times([Time]) ...
My setup
Windows XP SP3
MS SQL Server Management Studio 2008
SQL Server 2008 R2
Regional Setting: London BST (British Summer Time)
Tuesday the 11th of October 2011 at 06:00am:
CONVERT(CHAR(19), ...
The Why
So I find myself writing increasingly complex SQL scripts and it's at the stage where we need to optimize the queries because some scripts are noticeably slow (as observed by the customer...) ...
... changing table prefixes.
2012-03-21: Added "Update 2012" to explain compatibility with Joomla version 2.5.6.
2011-01-30: First draft of this script
Still To Do
Add intro script to automaticall ...
... s on this part of the used dataset SQL script:
), Events AS (
--Create some events to place on the calendar
SELECT EventDate = CONVERT(VARCHAR(2),DATEADD(MONTH, -1,GETDATE()),101) + '/30/20 ...
I saw this on BBC News Click and was really impressed. It's an effect called "time-lapse tilt shift photography" where everything is made to look smaller than it actually is. As an update Mar 2011, I ...
... script.
Update: 07 July 2011: For Jose Luis
The images I used in this GUI are: and . These have to be saved in the same folder as the AHK script. Well they don't have to, I've just put A_ScriptDir ...
... to keep track of.
Joomla 1.6.x
Responding to a comment by J16 User (9 July 2011): As an update for those of us brave enough to use the upgraded CMS, I have looked into this and it would appear ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.