I, like Brent Ozar and a few others, am liveblogging the keynote. Keep refreshing this page for more details on the keynote.
Music’s started – Born to be Wild. PASS president (Wayne Snider) is sitting on Harley welcoming all of the SQL Server Heroes to the largest conference in the world for SQL Server (the most popular database in the world).
Encouraging us to be inspired by peer based knowledge and learning, networking.
Wayne is talking about the quality of the community and how we’re all a great source of information because we all encounter the same problems. We definitely aren’t the “zombie” conference that people have commented on attending in the past in other places.
Microsoft is listening to us – we have a voice to influence the direction of SQL Server. There are over 500 Microsoft employees here this week (WOW!)
There are certifications available here all week – sponsored at 25% off. Wish I could get that taken care of this week, but my schedule is already full.
PASS is the community. It’s run by volunteer. The speakers are chosen by volunteers, the board of directors are volunteers. There is no distinction between PASS and the community.
Slide on the 2008 PASS Accomplishments is up:
- New website at sqlpass.org is up. Over 300 hours of content is available online! (Webcasts, white papers, many other resources)
- Increased the number of chapters to 136, this year’s goal was 120!
- PASS membership has increased by 70% – it’s now free to join PASS! (JOIN PASS)
- Closer relationship with Microsoft – access to more experts, tools, information for PASS members. More access to more experts! The SQLCAT team is here, too. These are the best practices people that solve the hard problems. Located in room 6E
Introducing the PASS Board of Directors (I met Bill Graziano this morning, apparently he’s been reading this blog over the week).
Voting! Vote for the PASS Board of Directors if you’re a chapter leader or at the conference. Check your email for the ballot (I didn’t get one for some reason).
Introducing the current board and candidates.
60% growth in registrations 2445, up from 1528.
Hands on labs are available near the first aid.
Evening receptions every night because PASS members are party machines! (Two free drink tickets were included with my registration. Hooray for free soft drinks.)
There’s a Women in Technology luncheon. This started at PASS about 6 years ago.
Don’t forget to go by the exhibit hall! They support the conference, so let’s go give them some support and money if you really find something you can’t live without.
Thanks to the sponsors: Microsoft, Dell, VMWare, hp, idera, and NEC.
Don’t forget that we’re the community, introduce yourself to everyone around you. Vote for board members.
Next up: Ted Kummert, Corporate VP Data and Storage Platform Division of Microsoft. He’s been with Microsoft since 1989 (before Microsoft he worked for hp and Apple). He’s the big guy in the SQL Server totem pole.
Video highlights of PASS in the past while we wait for Ted Kummert on stage. Great things are being said about PASS and SQL Server 2008.
SQLCAT people will be wearing “ugly green shirts”.
Ted Kummert is talking about the historical presence of Microsoft at PASS, very excited to be here having shipped SQL 2008 in August.
This is the largest PASS Summit ever. Over 32,000 members and 136 chapters.
Microsoft sees PASS as a great community to help everyone be successful and to help Microsoft build a better product for the users.
Introducing the SQL Server team – they’re all wearing the same shirts, we’ll be able to smell them by Friday. They want to hear about our business challenges, where SQL Server should go next. (I already got some good input from one of them this morning – JC Cannon, I think).
We’re going to talk about where we are right now and where things are going.
Kilimanjaro to ship in first half of 2010.
Big emphasis on BI and manageability. How to manage at high levels of scale and ease management over the full life cycle.
Sweet demos are coming up as well.
The mission it to build a platform for ALL types of data – structured, unstructured, semi-structured, birth to archive, mobile to desktop to server to datacenter to cloud.
Talking about the pillars of SQL Server – Enterprise Data Platform, Beyond Relational, Dynamic Development (developer productivity and richer solution), and Pervasive Insight.
A few of his favorites:
- Policy Based Management – great for TCO and compliance.
- Transparent data encryption
- New spatial data types – geometry and geography can be stored in the database
- FILESTREAM
- Entity Data Model – dealing with data at a conceptual level in code – this is what ORMs are for
- Scaling storage with data compression
- Improvements to the whole platform for performance and concurrency.
Introducing Ayad Shommout from CareGroup Healthcare Systems to talk about his experience with SQL Server 2008.
They’ve been using SQL Server 2008 for a while – using hundreds of production databases, over half of them are mission critical. They went live in December of 2007 with SQL Server 2008. They’ve increased performance by 25% without changing any code, very stable even from the early version. Using policy based management, resource governor… most of the new features, in fact! Auditing has been really helpful with HIPAA compliance so they can collect all activity on the server down to the record level changes.
Over 40 applications at Microsoft are now using SQL Server 2008. There is a DW at MS with over 37 TB running on SQL Server 2008! Two SSAS cubes for Live Search at 1.4 and 1.8 TB each – probably the largest SSAS cubes in the world.
The most popular database in the world AND the fastest growing.
Fewest vulnerabilities of any enterprise DB.
In the leader’s quadrant of the Gartner Magic Quadrants for DW and BI.
Talking now about where we’re going in the future. 80% of expenses are spent on keeping things going. We need a more agile and adaptable infrastructure to be able to respond to changes in the future and move away from app and workload specific silos. The capabilities need to be used more broadly, less silos.
What does it mean to deliver the data platform as a utility?
Moving towards model driven development, but there needs to be more collaboration across the full application development lifecycle. SQL Server will scale up to 256 cores in teh future.
Project “Madison” – using DATAllegro. Provides a massive scale with low TCO. Integrating it with Microsoft BI. Accelerating their plans to support huge data warehouses. Will release in 1H 2010. This will enable SQL Server to scale up to hundreds of terabytes on industry standard hardware. Fully integrated end-to-end with the SQL Server products.
Bringing Jesse Fountain on stage to talk about some of the changes. He’s the principal group program manager in the data and storage division.
DATAllegro has been ported off of specialized Linux and is now running on Windows Server and SQL Server and NTFS. There will be reference architectures with their technology partners – EMC CX3/CX4, using Dell 2950s as compute nodes (works with hp too), Dell 2950 servers as the control node.
In two weeks, generated over 1 trillion rows of data for the database (1.013 trillion rows). 150+ terabytes of data. Load speeds will be published soon. The data was distributed across the compute nodes (both fact and dimensional tables were replicated). This allows for rapid computation and joins between fact and dimension tables.
Showing an example of the system running – 192 total cores for the system. Showing the code that’s going on behind the scenes. Running the query. The cores are going crazy across the board as data is being pulled. The balance across the machines is crazy – everything pushed to the max while the data was pulled. The magic is that the data is broken up across bulk commodity hardware to make queries happen quickly and cheaply. 30 seconds to look into huge volumes of data. Lateral scaling of data.
Very impressive!
Multi-server management tools allow DBAs to handle hundreds of servers at once. How to get the most out of infrastructure and use them effectively? SQL Server Kilimanjaro will deliver these tools to SSMS. A complete application model for SQL Server and a manifest that describes what will be needed to get this to run effectively will come along, too.
Dan Jones from Microsoft is on the stage now to talk about application and multi-server management.
PBM and the data collector in 2008 were just the beginning. Management at scale is the big problem.
The SQL Server Fabric will change this – collects config and utilization data to give a bird’s eye view to the DBA to help manage at scale.
Data Tier Application Component – complete application model for the data tier. Improves the collaboration between the data tier developer and the DBA for development, deployment, and management.
Demoing the Fabric Explorer. Holy cow! That’s a sweet dashboard. Policies can be defined to show what’s over and under utilized. Drill down is available to each instance in the fabric. Again, policy can be defined to determine the health state of each instance as well as a snapshot AND trends.
Now looking at the Data Tier Application Component (DAC). The build system is used to create a DAC Pack. Can extract a data tier application from an existing database! Showing the clickypop wizard. It computes objects and dependencies both inside and out of the database. The DAC Packs can be deployed by the DBA. The import process will check to make sure everything is valid and that the developers didn’t screw things up. All versions of deployed DAC apps can be seen in the dashboard with the existing version. The deployment tool will make recommendations on which instance to deploy the application – no more underpowered database (unless you’re broke)! Standard tools can be used to migrate data into the application. Fabric will show the utilization for the newly deploy DAC Pack.
The foundation of this will be available in SQL Server Kilimanjaro. I can’t wait for 2010!
Talking about SQL Data Services now. The first public CTP of SQL Data Services is available – sign up now!
How will SQL Server enable pervasive business insight? Moving towards managed self-service for BI – let more people produce, consume, and collaborate on BI solutions.
Now it’s fairy tale time… IT fairy tale. This is all about how people build their own solutions with Excel. The audience is cracking up. The moral is that IT can’t (and shouldn’t) meet all of the users’ demands – users will help themselves – but they need IT to provide solutions and technology to help them. They want familiar tools to get things done.
Managed self service builds on Excel – enabling self-services for end users but in a carefully managed environment.
- Self service analysis (Gemini)
- self service reporting
- sharing, collaboration, and management
Integrating this whole environment into SharePoint – its BI hosted in SharePoint. That’s one less tool to learn and support, by the way.
Report Builder has been vastly improved in 2008, Kilimanjaro takes this even further. It’s a componentized module for building reports: grab and go to assemble rich and correct reports without having to learn.
Donald Farmer is coming on stage to show this off… wearing fairy wings.
We’re importing data from a data source into Excel for an imaginary movie store. There are 10,000,000 rows in the Excel environment. This is actually running on a laptop in the back room! The filtering and sorting are actually instant. This is very impressive, very interactive, the users will go nuts for it! Copy and paste from Excel into the BI data in Excel and PIVOT on it on the fly.
There’s a new “slicers” feature of Excel that allows easy visual filtering by multiple columns, easy interactivity, exceptionally visual. There are pretty themes that you can use to publish it out to SharePoint. Huge volumes of data can be mashed together, published to SharePoint, and then everyone else can view the results. Social networking for reports! Hot.
SQL Server 2005 is still being supported, by the way.
Innovation will still be delivered 24-36 months after the release of SQL Server 2008.
Moving the platform into the cloud to expose more of the data platform.
Everyone, you are all ordered to enjoy the PASS Summit. That’s a direct order from Microsoft!