|
Have been playing with SQL 2005; Recently our Sharepoint SQL Server have been migrated to SQL server 2008. Saw some more folders/features/controls from the 2K8 MMS, didn't really get to use any new STUFF. Just using it as 2K5. To those who have enjoyed the goodies in 2k8, wanna share some nice things you have done with 2008 that 2005 didn't have? THANKS!
(comments are locked)
|
|
Arguably the most potent tool for DBA's in 2008 would be Policy Based Management. Tom LaRock did a nice 3-video walk-through with Brent Ozar which you should probably check out: http://tomlarock.com/?s=policy+based+management I also cover PBM in my blog/talks/presentations http://sqlchicken.com/category/policy-based-management/ My PBM fanboy-ism aside, here's the list to all the new features available in SQL 2008 http://www.microsoft.com/sqlserver/2008/en/us/whats-new.aspx Watching videos now...Thanks, Jorge. Will go to your sqlchicken soon.
Oct 09 '09 at 05:38 PM
Index8
(comments are locked)
|
|
PBM is nice as Jorge has mentioned. From the security side, the Audit object and Transparent Data Encryption are also nice, but both require Enterprise Edition.
(comments are locked)
|
|
For me, the single most important enhancement is the sys.sql_expression_dependencies system view - at last a dependencies view that isn't broken. A close second comes filtered indexes - but really SQL Server is on catch up in that arena with regard to other DBMSs.
(comments are locked)
|
|
Well, I've used the Date & Time datatypes, compound operators ( @i += 1 ), GROUPING SETS, MERGE, Row constructors and the enhanced Declare.
(comments are locked)
|
|
The enhancements to SSMS2008 over SSMS2005 are fairly significant, I especially like adding missing index information to execution plans and the addition of intellisense. The ability to query multiple servers at once is very useful in some limited situations. http://www.sqlservercentral.com/articles/Management+Studio/63536/ provides an introduction to some of the SSMS enhancements. Also, small tweaks to TSQL such as the ability to initialize a variable when it is declared are nice in a readability sense.
(comments are locked)
|
1 2 next page »

