Sign In
SQL Server, BizTalk Server, le 64 bits et au-delà !...
Les blogs francophones pour les administrateurs
Options
Blog Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search Blogs
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
_ English / Anglais
_ Francais / French
1) SQL Server 2005
1.1) Scripts SQL Server 2005
1.2) SQL Server 2008
1.3) Scripts SQL Server 2008
1.4) SQL Server 2008 R2
2) Biztalk server
3) UNIX migration & interoperability
Administration
Architecture
Décisionnel
Décisionnel
Données spatiales
Evènements / Events
Matériels / Hardware
Office 2007
Pages
Plans de routes / Roadmaps
Plateforme applicative
Sexy
Webcats / edemos
Windows
Windows 64bits
Ze changing world / Le monde (informatique) change...
Archive
Archives
November 2009
(6)
October 2009
(6)
September 2009
(11)
August 2009
(20)
July 2009
(9)
June 2009
(23)
May 2009
(7)
April 2009
(23)
March 2009
(26)
February 2009
(3)
January 2009
(6)
December 2008
(26)
November 2008
(16)
October 2008
(25)
September 2008
(25)
August 2008
(34)
July 2008
(18)
June 2008
(53)
May 2008
(11)
April 2008
(10)
March 2008
(22)
February 2008
(21)
January 2008
(26)
December 2007
(1)
November 2007
(11)
October 2007
(17)
September 2007
(14)
July 2007
(9)
June 2007
(29)
May 2007
(6)
April 2007
(12)
March 2007
(18)
February 2007
(5)
January 2007
(6)
December 2006
(6)
November 2006
(7)
October 2006
(7)
September 2006
(7)
August 2006
(17)
July 2006
(15)
June 2006
(31)
May 2006
(27)
April 2006
(10)
March 2006
(19)
February 2006
(8)
January 2006
(36)
December 2005
(25)
November 2005
(42)
October 2005
(41)
September 2005
(37)
August 2005
(12)
July 2005
(1)
Le calendrier de l'avent SQL Server 2008 !
TechNet Blogs
>
SQL Server, BizTalk Server, le 64 bits et au-delà !...
>
Le calendrier de l'avent SQL Server 2008 !
Le calendrier de l'avent SQL Server 2008 !
patricg
17 Dec 2008 11:54 AM
Comments
1
Pour tous ceux qui ont gardé une âme d'enfant !
SQL Server Advent Calendar
SQL Server Advent Calendar 17 – Change Tracking
Day 17 of my virtual advent calendar, about stuff I like in SQL Server 2008.. Today’s topic is the confusingly named change tracking i.e. nothing to do with Change Data Capture (CDC) I mentioned in my last post. CDC is only in enterprise edition only
Read More...
SQL Server Advent Calendar 16 – Change Data Capture
Day 16 of my virtual advent calendar, about stuff I like in SQL Server 2008.. One of the main hurdles in refreshing a data warehouse is to work out what’s changed since the last refresh. If you’re lucky the source will have a last modified date
Read More...
SQL Server Advent Calendar 15 – Integration Services Profiling
Day 15 of my virtual advent calendar, about stuff I like in SQL Server 2008.. If there were no issues with data quality in data warehouses I would have completed many of my BI projects in a third of the time. The client would always insist they had good
Read More...
SQL Server Advent Calendar 14 – Integration Services Lookups
Day 14 of my virtual advent calendar, about stuff I like in SQL Server 2008.. If it aint broke don’t fix it, is probably best aimed at Integration Services in SQL Server 2008. So what was ‘fixed’? The most important thing was the performance of
Read More...
SQL Server Advent Calendar 13 – Grouping Sets
Day 13 of my virtual advent calendar, about stuff I like in SQL Server 2008.. The SQL Group by clause has been around since I can remember, but in SQL Server 2008 we know have grouping sets. Imagine you wanted to sum sales amount from the adventure
Read More...
SQL Server Advent Calendar 12 - Tablix
Day 12 of my virtual advent calendar, about stuff I like in SQL Server 2008.. One of the frustrations I used to have with Reporting Services was to decide whether to use a table or a matrix data control, and if I got too far in to a design and it turned
Read More...
SQL Server Advent Calendar 11 – Report Builder v2
Day 11 of my virtual advent calendar, about stuff I like in SQL Server 2008.. …and I mentioned redesigning charts in my last post and the best answer might be to get your users to do it for themselves in Report Builder 2. Leaving you (the DBA BI expert)
Read More...
SQL Server Advent Calendar 10 – Reporting Services Charts
Day 10 of my virtual advent calendar, about stuff I like in SQL Server 2008.. I have been using Reporting Services since beta 2 in SQL Server 2000, and for me the weak link was the charts which even then looked pretty basic… Many people resorted to using
Read More...
SQL Server Advent Calendar 9 – Management with Powershell
Day 9 of my virtual advent calendar, about stuff I like in SQL Server 2008.. Many SQL Server databases are managed by part time or accidental DBA’s, who have a whole bunch of other duties possibly including networking, active directory, SharePoint and
Read More...
SQL Server Advent Calendar 8 – Analysis Services Named Sets
Day 8 of my virtual advent calendar, about stuff I like in SQL Server 2008.. Analysis Services allows you to create a set of things you are interested in and persist this in the cube. MDX is used to define the set e.g. CREATE SET CURRENTCUBE.[Top
Read More...
SQL Server Advent Calendar 7 – Partitions & Indexed Views
Day 6 of my virtual advent calendar, about stuff I like in SQL Server 2008.. Indexed Views allow result sets to be persistent as they are materialized on physical storage which avoids performing costly joins and/or aggregations at execution time.
Read More...
SQL Server Advent Calendar 6 – Hierarchy Data Type
Day 6 of my virtual advent calendar, about stuff I like in SQL Server 2008.. Using a relational database to store structures like the hierarchy of a company or the product catalogue usually involves one of two techniques: Have a table for each level in
Read More...
SQL Server Advent Calendar 5 – Analysis Services Performance
Day 5 of my virtual advent calendar, about stuff I like in SQL Server 2008.. Over 80% of the budget on improvements to Analysis Services in SQL Server 2008 went on improving performance. The answer was called block space computation and to understand
Read More...
SQL Server Advent Calendar 4 – Filtered Indexes
Day 4 of my virtual advent calendar, about stuff I like in SQL Server 2008.. Filtered indexes are indexes with a where clause, allowing you to index the part of the table you are interested in. For example if a column can have nulls in you could
Read More...
SQL Server Advent Calendar 3 – Analysis Services Backup
Day 3 of my virtual advent calendar, about stuff I like in SQL Server 2008.. Backing up of analysis services in SQL Server 2005 ran out for steam for databases of about 20Gb, and so you have to follow a different route to back them up (see this technet
Read More...
SQL Server Advent Calendar 2 – Time
Day 2 of my virtual advent calendar, about stuff I like in SQL Server 2008.. Following on from my previous post, in some data warehouses there is a separate dimension for time of day, so that demand through a day can be modelled. Storing time in SQL server
Read More...
SQL Server Advent Calendar 1 – Dates
There is no possible connection between databases and Christmas, so I simply wanted to share 24 my favourite bits and bobs that are in SQL Server 2008…. The new date data types in SQL server crack a problem I have had since I started BI as there is (nearly)
Read More...
1 Comments
_ English / Anglais
,
Administration
,
1.2) SQL Server 2008
,
Décisionnel
,
1.3) Scripts SQL Server 2008
,
PowerShell
Comments
Comments
Loading...
Leave a Comment
Name
Comment
Please add 7 and 3 and type the answer here:
Post