Powerd by dasBlog RSS 2.0
 Thursday, August 16, 2007

Today I came across 2 articles relating to SQL server. The first, talks about determining events that take place during a time slice. I can see possible uses for this in scheduling, and definite use in reporting.

The second article, discusses some new features and functionality in SQL 2008. Below are some quick notes that were important to me.

  • Transparent DB encryption - I'm more in interested in transparent table encryption, including indexes (in case the index contains sensitive data). Further research is needed. I know SQL 2005 has some encryption functionality, so I'm interested in what has exactly changed.
  • Built in support for auditing data. Configured thru T-SQL.
  • Data Compression.
    • MS says slight processor performance hit on compression, but made up due to less I/O.
    • It will be an interesting exercise to see how this will work on VMWare.
  • Resource Governor
    • Prevent users or groups from consuming high levels of resources.
    • Since everyone is going to be coming in as Network Service (a rather large assumption), be interesting to see if we can still take advantage of this
  • HotPlug CPU
    • Don't know if we can take advantage of this. Probably only if we were using blades.
  • Performance Data
    • Sql Dashboard to display
    • Suggestions for improving performance
    • Current and historical data
  • Installation sounds allot easier
    • Configuration data separate from engine, so you should be able to setup once, deploy multiple servers and then configure.
    • Should help with cloning.
Thursday, August 16, 2007 1:17:39 AM UTC  #    Comments [0] - Trackback
Sql
Comments are closed.
Archive
<January 2009>
SunMonTueWedThuFriSat
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2009
Adam Salvo
Sign In
Statistics
Total Posts: 176
This Year: 0
This Month: 0
This Week: 0
Comments: 10
Themes
All Content © 2009, Adam Salvo
DasBlog theme 'Business' created by Christoph De Baene (delarou)