Home > News
Meet Itzik Ben-Gan: Advanced T-SQL Techniques direkt vom Meister

Veröffentlicht von 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

Beitrag bearbeiten|Verschieben|Kommentar hinzufügen

International .NET Association (INETA)
Neue Beiträge
  • Softwareentwickler C++ in der Automatisierung (m/w)
    Für ein Projekt in der Automatisierungstechnik suchen wir für unsere Niederlassung Süd in Nürnberg/Fürth mehrere Softwareentwickler mit Erfahrung in C++ zu Anstellung
  • .Net Entwickler m/w für CRM Software in Festanstellung
    Spannende Inhouse Stelle zu besetzen!
  • Sharepoint Koordinator Inhouse (m/w) ab sofort gesucht
    Dringend Kandidaten für Sharepoint Aufgaben gesucht!
  •  

    Neue Artikel
  • Nachtrag zum Vortrag :-) Attribute in .NET, Referent: Jan A. Staecker
    Frage wie lokalisiert man den Namen der Category; Frage welche Typen der Serialisation existieren
  • Dynamic IP-Updater for Home Hosting
    I like to discuss in this article how you can host your website or your personal web-log for a song. Most of you have a DSL flat internet-account and you want to use your dial-in connection for hosting purpose
  • C# GPS Reader
    In this brief article, I like to show you how to read data from a GPS mouse and persist it in a database. You need a GPS Mouse, Visual Studio and SqlServer to follow this article


  • Copyright © 2003 - 2007 .NET Developers Group München