המפגש הקרוב יתקיים ביום שני 6/2 בשעה 17:30, במשרדי מיקרוסופט ברעננה.
הפרטים, כאן.
בתוכנית:
Fast Transition To SQL 2012 from SQL 2005/2008 For Developers (David Izhak, Rafael)
In this session, David will cover many exciting new functionalities and enhancements that will come this year with the release of SQL Server 2012 and will make developing new applications easier and more efficient than ever. Among the topics will be 14 new functions, error handling with THROW, sequences, the new “With Result Sets” option, some new DMVs, Query paging, analytic functions, contained databases, file tables and power shell enhancements.
DBCC and Trace Flags – Documented and Undocumented – From Theory to Practice (Dubi Lebel, Logic)

There are a lot of undocumented DBCC in SQL Server, some of them for developer debugging, other for testing, small set are for Support engineers but… Many of them could be useful for DBAs and many of them are dangerous… in part 1- 'the introduction' Dubi showed you how to find those DBCCs, how to find minimal official documented and how to use them. In part 2- 'when and what undocumented should I use' will deal with DBCC that can help us like the DBCC CORRUPT(dbname|dbid)…