Dave Burke : Freelance .NET Web Developer specializing in Online Communities

CC5: Kevin Goff - What's new in ADO.NET 2.0 and T-SQL 2005

Kevin S. Goff

What's new in ADO.NET 2.0/T-SQL 2005

Kevin started with a joke that he told exceptionally well. "Give him another chance!"

New DataView.ToTable()  with overload to filter distinct rows.

Load into a DataTable directly from a reader - DtTable.Load(reader, LoadOption...)

New SqlBulkCopy class

T-SQL Changes:

New pivot function

SQL TOP clause as a variable 

  • Select (@TOP) ....
  • Select Top(select * from table) from....

Common table expressions - recursively querying up or down a tree to search hierarchical data

Set @cEventData = EventData() on DDL Triggers.  Report on database activity.  Audit trails.

On Update statement, can now output [deleted.amount, inserted.amount]

[tags: Kevin Goff, ADO.NET, SQL, Code Camp 5]


Comments (0) | Post RSS RSS comment feed

Posted on 5/8/2006 8:39:00 PM by Dave Burke
Categories: .NET
Tags:

Related posts


Powered by BlogEngine.NET 2.0.0.36
Theme by Dave Burke