Blog Post

What's new in Sql Server 2005

,

Its very difficult to write what all new  in Sql server 2005, almost everything is new... the complete engine has changed and great improvement.each point require a complete chapter but I try to make it simple....
 
 
 Sql Server 2000Sql Server 2005
ServerGoodMajor Redesign/changes in the architecture
ManageabilityEnterprise manager/ Query AnalyzerManagement studio
 MemoryHot add memory
 NANUMA/ Sql OS
 NAResource database new
 Torn pageTorn page and Checksum (included for backup restore as well)
  Improve in Status of database (suspect…)
 Access to system tables/viewCompatibility view,Catalog view,DMV and DMF
 Max 16 instancesMax 50 Instances
 Could not get idea when DBCC will completeDBCC Check* progress report
 Max size of rows 8kRow can be longer then 8k (8060) - varchar
 Not possibleProfiler and Perfmon can combine
   
AvailabilityNADatabase Mirroring*
 Failure clustering  Improved and support AS/Replication and max nodes is 8
 NADatabase snapshot*
 recovery require redo and undoFAST Recovery -database is available after redo*
 NARestore with continue error
 NADAC
 Database is not accessible/responsiveOnline Index and Restore*
 All files requiredbackup/restore - Availability of Primary file will make db available
 Full text search was separateBackup/Restore includes Fulltext search
 Full and Tlog Backup can not run togetherFull and Tlog Backup can be run together
 OkRestore Verify improved with checksum …
  Attach with rebuild log
  Parallel index operation (MaxDOP)
 Replication….New  -Peer to Peer replication
   
ScalabilityNANew Replication Monitor separate tool
 NATable and index partition*
 NASnapshot Isolation
  Support for 64 bit system
  Index on xml
  Include Index
  Service Broker
 Query HintsRecompile/Optimize for/use plan/Parameterization
 Simple parameterization onlySimple and Force parameterization - database level, simple default
  Asynchronous statistics updating…
 Computed column Computed column more handling like index
  XML query plan
 They were separateImproved DBCC CheckDB included dbcc check_catalog design change /uses database snapshot
 Tempdb store only temp dataTempDB is special/Important now -row versioning/reindex…
   
SecurityNAPolicies
 NASchema
   
   
DevelopmentDTSSSIS
  MARS
 only DML triggersDDL trigger
 random GUIDSequential GUID
  CLR

New T-SQL

 

  

CTE
Pivot/UnPivot
Apply/except/intersect
TOP %
Output
Exception Handling (try… catch)
New data types - xml, varchar(max)
Xquery

   
   
 
Thanx.
Vinay
Reference:
 
 
 
 
 
 

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating