Posts

Showing posts with the label TechEd 09

Database management via Visual Studio

Notes from Greg Low's talk at TechEd NZ '09. Visual Studio Team System database edition has merged with developer edition Now called Visual Studio Team System: DB Pro (VSTS:DBPro) - a.k.a. 'DataDude' Released initially as SQL Server 2005 edition 2008 edition of VSTS:DBPro does NOT use SQLS 2008 database GDR release provides SQLS 2008 support GDR2 recently released T-SQL is re-parsed T-SQL parsing dlls can be incorporated into your own apps Should be more extensible in VS2010 Gives great control over database projects Project Management Model based development Team collaboration - TFS, Workitems, Tasks Change Management: SCCI source code management integration Refactoring Schema and data comparison tools Testing Database unit testing MSTest integration Automated data generation system Build/Deploy MSBuild integration Command line tools Allows for multiple inconsistent target systems Build & deploy phases have been separated All important tasks are scriptable Project

Sharepoint & SSRS Integration

Notes from Ian Morrish's talk at TechEd NZ '09. SQLServer 2005 R2 - deep sharepoint integration Light up reporting experience (that's my note, and no, I don't know what I meant here either...) Report server in sharepoint mode Reporting services sharepoint add in New in SQLServer 2008 Data driven subscriptions Support for URL parameters Support for RS management tools in sharepoint mode Integration benefits Single user interface Use SP deployment topologies to distribute reports SP features such as workflows, versioning, collaboration are available Reporting authoring tools can publish direct to SP Report subscriptions can be delivered via SP Reports are executed in report server to leverage all its enterprise capabilities Limitations No report manager No linked reports No Sharepoint SSO Anonymous enabled web apps are not supported Default zone only Architectural decisions to make Sharepoint topology SQL topology Security - NTLM / Kerberos Misc Notes Demo samples availa

Building Applications on SQL Azure

These are my notes from Jeremy Boyd's presentation at TechEd NZ '09. These notes are pointers for finding out additional information and as such do not give full details of any particular areas of SQL Azure. Initial services coming with SQL Azure - RDBMS, Data Sync, Data Hub Down the road they will add more services such as Reporting Services and Analysis Services Databases limited to 10GB each SQL Azure is not SQL Data Services - they are two different things. SQL Data Services no longer exists and the tasks it was achieving are now part of Windows Azure. SQL Azure has a familiar SQL relational model Virtual DB server Auto HA and fault tolerance Friction-free scaling Self provisioning Provisioning model: Create an account, add a server, add a database, connect & play OR you can create via SSMS All standard T-SQL language minus a lot of DBA stuff When connecting ignore the error message - it's irrelevant and doesn't stop you connecting. All tables MUST have a c

Sharepoint notes from Matt Velloso

These are some notes from Matt Velloso's session at TechEd 09 on the 14th Sept. These are just my notes created whilst watching the session and they can be used as a start point to find out more information. Myths to debunk: You can change meta data easily. Well, yes you can, however, that doesn't mean you should. So don't. If you need to change your meta data, plan it out first and make sure that your changes don't break another part of the system. There's no code so it's risk free. Cobblers. What do you think runs Sharepoint if it's not code? Always manage risk and plan for various eventualities. It's an out of the box app, we don't need to test. Sigh.... just test it already and get over the 'testing isn't necessary' mentality. Blobcache Stop going to SQL Server all the time Use Fiddler2 (HTTP debugging proxy) to check the status of your blobcache Enable blobcache in web.config How to break your blobcache: reset IIS, hit refresh

Overview of Azure

Notes from Chris Auld's presentation at TechEd 09. Again, as with the other TechEd blogs, these are just notes that I can use to find out further information when more time is available. :) Azure: High scale application architecture Consolidate traditional IT to the cloud Move servers and apps out-house Reliable hardware in the cloud Virtualize to the cloud Manage explosive growth (scale out cloud) Scale out clouds are built around disposable hardware Reliability is built using software Scale out cloud is load balanced by default Greeness - PUE (power usage effectiveness) = Total Facility Power / IT Equipment Power. Google and Microsoft are getting around 1.10 to 1.25 PUE. Intergen server room is running at about 1.6 PUE. MS cloud offering = Windows Azure, .NET Services, SQL Azure Azure sits you above the abstraction layer (IMAGE TO GO IN HERE) Compute source (IMAGE TO GO IN HERE) Load balancer is key part of Windows Azure RoleEntryPointStart() has no return value. Always whi

Master Data Management in Kilimanjaro

Notes from the TechEd 09 presentation, presented by Rob Hawthorne. MDM was going to be in Sharepoint 2010 but is now in Kilimanjaro (SQL Server 2008 R2) MDM is NOT a transactional system MDM implements rules before data is loaded Good tool when there is difficulty coordinating multiple systems CTP and TAP in second half of 2009 (CTP3) www.microsoft.com/mdm Any application can contribute, any application can consume, process is key Master data and reference data are treated as the same thing Can coordinate multiple systems, i.e. JDE, SQLServer, DB2 etc... Performance point planning no longer exists, can do similar work in MDS but with more focus When creating new project, plan for growth but start small Uses model (cube) deployment Sharepoint integration is available MDM will hook into Dynamics CRM MDM methodology - Envision, Plan, Develop, Stabilize, Deploy Process is key; must get proceses right first before building anything

Query Optimisation

Notes from Code Camp on 13th Sept. Just a few notes that will give me some ideas to check out and use to create some more beginner level presentations. Presented by Mark Souza. Slides will be available on aucklandsql.com at some point soon, probably once TechEd 09 has finished. DMV - dm_exec_query_optimizer DBCC SHOW STATISTICS - find equivalent dmv/SQL 2005+ code AUTO_UPDATE_STATISTICS - turn off on high data turnover system using sp_autostart off Play with sample sizes, especially during development stage before going to prod. Will 10% sample size give you different statistics to a 2% sample size? sp_create_plan_guide_from_cache

Virtualization

As with my other TechEd 09 notes, this will be a list of notes that I made during the presentation. These will give a start point to find out further information. Virtualization - presented by Rob Reinauer at Code Camp on the 13th September. Find out more info on how anti-virus software works with VMs and are the AV companies planning any new methods to handle VMs? Demo of Hyper-V Live Migration in SQL Server 2008 R2 (Kilimanjaro): Copies pages to memory Copies delta changes Repeats copying delta changes down to smallest change found Freezes environment Copies everything to destination child partition Takes down source child partition Brings up destination child partition Freeze downtime is generally 2-4 seconds Connections are maintained throughout process Users will not notice the change of child partition due to maintained connections, they will most likely not even realise they have been moved In SQL11 the bulk of false failovers will be removed System Centre Virtual Machine Manag

Orinoco - complex event processing

As with my other TechEd 09 notes, this will be a list of notes that I made during the presentation. These will give a start point to find out further information. Orinoco: Search online for 'stream insights' as this is the alternative name for project Orinoco Streaming data without persistence Continuous and incremental processing of event streams from multiple sources based on declarative query and pattern specs with near zero latency Process real-time in a flow flow before it even gets to the database to speed up result processing time CEP engine - mine & design Queries look for warnings in events that come across CEP engine can sit anywhere in the process

Gemini - new in SQL Server 2008 R2 (Kilimanjaro)

I'm currently at TechEd and thought it may be useful to blog session notes, both for myself as notes to refer back to, and just in case anyone else out there is interested in any of the topics. The notes are just that, notes... some of these I need to drill down in to when I get back to work to find out more information, but hopefully if this is a topic you are interested in the notes will give you a start point to drill down further as well. There may be some repetition of notes if I've picked up on an idea again later in the talk. There are a lot of notes, so I'll split the blog posts by subject. This one is about project Gemini. This is the new self service BI tool that will be included with Kilimanjaro. These notes are combined from the Code Camp presentation on Sunday 13th and from Mark Souza's presentation at TechEd on the 14th. Gemini Notes: Slides should soon be available at www.aucklandsql.com (give Dave a few days to get these uploaded). http://blogs.msdn