SQL Server 2005 SP2 Cumulative Update 6
Rilasciata la Cumulative Update 6 per SQL Server 2005:
Rilasciata la Cumulative Update 6 per SQL Server 2005:
Sono stati rilasciati i Power Tools per Visual Studio 2008 Database Edition. Molte le feature interessanti:
_New Test Conditions for Database Unit Tests
• ChecksumCondition – You can use this test condition to verify that the checksum of the data set returned by a database unit test matches the checksum of an expected data set.
• ExpectedSchemaTestCondition – You can use this test condition to verify that the column names and data types of the returned data set match expected values.
Un completissimo articolo che spiega come leggere file XML utilizzando solamente T-SQL
Un breve articolo sull’utilizzo dei Row Constructos, una nuova feature offerta da SQL Server 2008:
http://www.microsoft.com/italy/msdn/risorsemsdn/community/tips/2301_08.mspx#EDC
Un articolo che mostra come utilizzare i Table Valued Parameters di SQL Server 2008 per passare a Stored Procedure e Funzioni tabelle, array o matrici:
http://www.microsoft.com/italy/msdn/risorsemsdn/community/tips/2301_08.mspx#ETD
Un’altro bell’articolo su LINQ ed il suo utilizzo con un Database Relazionale come SQL Server:
http://www.code-magazine.com/article.aspx?quickid=990712062&page=1
Articolo in inglese sull’utilizzo di LINQ nei confronti di un database relazionale