Hi.... Please tell me the differences between sql server 2005 and sql server 2008
|
|
|
|
|
closed as not a real question by Mitch Wheat, Cade Roux, Matt Rogish, Robert S., Cruachan Apr 10 at 15:21 |
|
|
Here's a video overview that will give you a good idea of the major improvements and areas of change: http://www.sqlservervideos.com/series/what-is-new-in-sql-server-2008 And there are other similar videos that deal with some of the features a bit more in depth. |
||
|
|
|
|
2008-2005 = 3 The difference is 3. Sorry, I had to. :) |
||
|
|
|
|
Some differences while writing code: In sql server 2008 you do:
In sql server 2005 you do:
Sql server 2008 has the merge statement' 2005 set @var = @var + 1 2008 @var += @anotherVar |
||
|
|
|
|
Please explain what you're looking for.
|
||
|
|
|
|
Did you visit Whats New to see the new features? Or even the Product Overview Sheet? |
||
|
|
|
|
Some: Hierarchyid, some date/time datatypes, changes in compressing databases They are a few, you'll find surely a far more complete list when you have a short search in google |
||
|
|
|
|
I have nothing to say. |
|||
|
|
|
Google says Katmai, I say 3 |
||||
|
