SQL Server 2008 Official Homepage
L’home ufficiale di SQL Server 2008
L’home ufficiale di SQL Server 2008
La versione Express di SQL Server 2008, completamente gratutita, è disponibile per il download da questo link:
http://www.microsoft.com/express/sql/download/
Tre sono i bundle disponibili:
SQL Server 2008 Express with Tools
Le specifiche tecniche (processori supportati, quantita di memoria utilizzabile, ecc.) per le varie edizioni di SQL Server 2008:
“Ownership Chaining, Certificates and the Problematic EXECUTE AS”. Un ottimo articolo di Erland Sommarskog, SQL Server MVP, su come gestire la sicurezza usando Stored Procedures e come affrontare la nuova opzione “EXECUTE AS”
Con i Reporting Services 2008 viene fornito un nuovo strumento stand-alone per la costruzione dei report, estramemente potente, in modo da permettere la creazione di report complessi senza la necessità di usare Visual Studio. L’RTM di questo Report Builder 2.0 è prevista a breve nel frattempo è possibile testare l’RC1.
Il feature pack di SQL Server 2008 che raccoglie una serie di download (applicazioni, driver ed estensioni) stand alone, per aumentare ulteriormente le funzionalità di SQL Server.
Da segnalare in particolare le “Microsoft SQL 2008 Policies” che forniscono una nutrita serie di policies già pronte all’uso ed il Sync Framework che permette di utilizzare in modo molto semplice le nuove funzionalità di Change Tracking all’interno delle proprie applicazioni.
E’ stato rilasciato il Sync Framework v1 e i Sync Services for ADO.NET v2 che finalmente supportano nativamente il Change Tracking di SQL Server 2008:
"SQL Server 2008 Integrated Change Tracking: If you are using SQL Server 2008, we recommend that you use the SQL Server change tracking feature. This feature addresses many of the issues of custom-tracking systems and provides a straightforward way to track changes. Change tracking is also supported by the Local Database Cache in Visual Studio 2008 SP1. Developers can now specify that the Configure Data Synchronization wizard should enable SQL Server change tracking on the server and generate the commands necessary to select and apply changes to the server database. Unlike custom change tracking systems, SQL Server change tracking does not require any schema changes in the server database. For more information, see the Visual Studio 2008 documentation. "