|
Meet Itzik Ben-Gan: Advanced T-SQL Techniques direkt vom Meister
Veröffentlicht von HKnappe am Friday, June 08, 2007 12:05 PM
18.06.2007: Wichtiges Datum für alle, die mit SQL Server arbeiten: Der weltbekannte T-SQL Experte Itzik Ben-Gan spricht auf dem Treffen der PASS RG Bayern ...
|
Zitat von www.insidesql.de: Itzik Ben-Gan, Solid Quality Learning Mentor und Mitbegründer. Er ist als Autor von "Inside Microsoft SQL Server 2005 - T-SQL Querying" und "Inside Microsoft SQL Server 2005 - T-SQL Programming" (beide MSPress, 2006)", sowie Verfasser der im SQL Server Magazine erscheinenden Kolumne "T-SQL Black Belt" wahrscheinlich der weltweit führende Experte für T-SQL Querying and Programming. Er ist regelmäßiger Vortragender auf internationalen Konferenzen und ist als Trainer und Mentor auf der ganzen Welt im Einsatz.
Kurzfristig gelang es, ihn während eines Seminars in München zu unserer Usergroup einzuladen. Es erwartet euch ein Konferenz-Vortrag (englisch) zu folgendem Thema:
Advanced T-SQL Techniques
The session will cover three common problems in T-SQL programming and will discuss techniques to solve them in efficient, flexible and secure manner. The problems that will be covered include: splitting arrays, pivot on steroids and maintaining custom sequences.
Splitting Arrays:
This problem has to do with the need to split strings that contain a comma separated list of values. You may face this problem when you import data from legacy systems/spreadsheets, and then you need to normalize the data. Another common scenario where you need the splitting technique is when you want to pass a stored procedure an input string containing an array of keys/values, where the number of elements is unknown ahead.
PIVOT on Steroids:
Pivoting is a technique to rotate data from a state of rows to a state of columns. It’s used for reporting purposes but also to solve relational division, custom aggregates, and other problems. SQL Server 2005 introduces a native PIVOT table operator but it has several limitations. This session will demonstrate how to provide a dynamic and fully functional pivoting solution.
Custom Sequences:
The only auto-numbering/sequencing mechanism SQL Server provides is the identity column property. Identity has several limitations. This session will demonstrate two solutions to maintaining your own custom sequencing mechanism as an alternative to the identity column property.
Anschließend Diskussion mit Itzik Ben-Gan.
Zutritt nur mit Besucherausweis - bitte unbedingt per Email anmelden bei Helmut Knappe hkn(at)sqlpass.de
18.06.2007, Beginn 18:30, Ort: Microsoft Deutschland GmbH, Konrad-Zuse-Straße 1, 85716 Unterschleißheim
|
|