/* Create\clear temporary array */
var aXmlTempArray = [];
aXmlTempArray.length = 0;
aXmlTempArray.push(['Admin', '8.00am to 8.45am', 'Registration and Partner Pavilion', '', '','', '']);
aXmlTempArray.push(['Admin', '8.45am to 10.15am', 'Plenary including keynote - Jason Zander (keynote speaker), Dan Neault (Brisbane and Perth keynote speaker), Martin Gregory (Adelaide and Canberra keynote speaker)', 'Dan Neault (Brisbane and Perth keynote speaker)', '','', '']);
aXmlTempArray.push(['Break', '10.15am to 10.35am', 'Morning tea and Partner Pavilion', '', '','', '']);
aXmlTempArray.push(['Session 1', '10.35am to 11.35am', 'Mission Critical Applications on Trusted Data Platform', 'Mark Souza', 'Mission Critical has become a lot more robust. See how mirroring can now use the data in the standby server to fix page errors on the Primary server, and how the entire database can be encrypted to be completely transparent to the applications.
Also see how it integrates tightly with existing External and H/W key management systems, and how you can add a new CPU or dynamically reconfigure your super server without shutting down the system.','', '']);
aXmlTempArray.push(['Session 2', '11.45am to 12.45pm', 'Simplify management of data infrastructure', 'Ron Dunn', 'This session will show you how managing large data centres has become easier. For instance, you can set up rules for what you want to happen and SQL will enforce that policy – dramatically reducing the batch jobs you have to create, test and maintain.
Also see how you can run a query over many servers at the same time. And continuously audit performance information and combine it with analysis and reports to get more insight on what has been happening on your servers over time.
See how this advanced analysis helps you remove the noise and focus on the pertinent issues.','', '']);
aXmlTempArray.push(['Break', '12.45pm to 1.40pm', 'Lunch and Partner Pavilion', '', '','', '']);
aXmlTempArray.push(['Session 3', '1.40pm to 2.40pm', 'Drive Pervasive Business Intelligence', 'Richard Lees, Shashank Pawar (Perth)', 'Since its first release in 1997, SQL Server Analysis Services has been gaining market share, while most other vendors have been in decline. Almost 40 per cent of all BI deployments are now based on SSAS. This session will explain why.
With dramatic performance improvements in SSAS and SSRS engines, innovation in the cube designer is set to do with Analytics what integrated spell and grammar checking did for word processing.','', '']);
aXmlTempArray.push(['Break', '2.40pm to 2.55pm', 'Afternoon Tea', '', '','', '']);
aXmlTempArray.push(['Session 4', '2.55pm to 3.55pm', 'Manage any type of information', 'David Lean', 'Only 10 per cent of the world’s data is relational. Portable devices are fuelling an explosion in the creation of pictures, video and audio. Consumers and business now expect a rich location-aware searchable multimedia experience. SQL 2008 provides full support for all types of data from XML based documents, large audio-visual files through to spatially encoded information.
It solves many of the ‘hard-to-do’ operational aspects, like keeping your fileserver and database backups in synch, through to searching and filtering completely different types of data.
The new spatial capability has caused excitement among software developers. It’s now exceptionally easy to encode longitude and latitude into your application, search and filter based on location-aware criteria, and present it in an impressive UI.','', '']);
aXmlTempArray.push(['Session 5', '4.05pm to 5.05pm', 'Next Generation Data warehouse', 'David Lean and Ron Dunn, Shashank Pawar (Perth)', 'The SQL 2008 team made a huge investment in improving end-to-end Data Warehouse performance. It’s now much easier to capture incremental changes, to merge those changes with an existing data warehouse data. New compression permits a 1.5x – 7x reduction in space. Improved optimisations with speed joins typical of DW Schema. SQL Server Integration Services has much better lookup performance and data profiling capabilities.
Explore this, along with many other new features that will dramatically increase your DW speed and reduce your storage costs.','', '']);
aXmlTempArray.push(['Break', '5.30pm to 6.15pm', 'Steve Riley Locknote (Sydney, Adelaide and Canberra only)', '', '','', '']);
aXmlTempArray.push(['Break', '6.15pm', 'Event close', '', '','', '']);
/* If the master array doesn't exist, create it */
if (typeof(aXmlArray) == 'undefined') {
var aXmlArray = [];
}
/* Push the result into the master */
aXmlArray.push([aXmlTempArray, 'SQL Server', 'http://www.microsoft.com/australia/heroes/rss/agenda_sql2008.xml', '']);