Ian Beckett

RSS feed

    Recent comments

    Authors

    where is Activity Monitor in SQL 2008?

    Turns out it has been moved.  To open the new Activity Monitor you either right click a database and select 'Activity Monitor', or you click the icon that looks like a chart on the far right of SSMS.

    Tags: ,
    Categories: SQL 2008
    Posted by ibeckett on Thursday, October 23, 2008 12:43 AM
    Permalink | Comments (0) | Post RSSRSS comment feed

    Using the DATE data type in SQL 2008

    Great introduction to the DATE data type (different from DATETIME)...

    http://www.sqlteam.com/article/using-the-date-data-type-in-sql-server-2008


    Posted by ibeckett on Saturday, October 18, 2008 6:08 AM
    Permalink | Comments (0) | Post RSSRSS comment feed

    Extracting data from SSAS using SSIS in SQL 2005

    http://geekswithblogs.net/darrengosbell/archive/2006/04/26/76418.aspx

    Step 1: Add the SSAS server as a linked server.

    Step 2: Use OpenQuery clause in SELECT statement to write MDX query that will be the data source within a data transfer task in SSIS.


    Categories: SQL 2005
    Posted by ibeckett on Saturday, October 18, 2008 12:30 AM
    Permalink | Comments (0) | Post RSSRSS comment feed

    Data Profile Viewer in SQL 2008

    http://www.sqlservercentral.com/articles/Integration+Services/64133/

    great introduction to Data Profile Viewer in SQL 2008.... the gist of it is that you use an SSIS task to create an xml profile that can be loaded into the "Data Profile Viewer" to analyze the metadata.


    Posted by ibeckett on Thursday, October 09, 2008 6:20 AM
    Permalink | Comments (0) | Post RSSRSS comment feed

    Change Data Capture in SQL Server 2008

    Basics of change data capture (CDC) in SQL 2008: http://msdn.microsoft.com/en-us/library/cc645937.aspx

    This is a great introduction to the CDC capabilities of SQL 2008.  It's part of the larger CDC topic covered in BOL: http://msdn.microsoft.com/en-us/library/bb522489.aspx


    Categories: SQL 2008
    Posted by ibeckett on Wednesday, October 01, 2008 12:07 PM
    Permalink | Comments (0) | Post RSSRSS comment feed

    Passed the 70-431 SQL 2005 MCTS certification exam today

    I passed the 70-431 exam today and I now have my MCTS (certified technology specialist) title!  :)

    here's more info on the exam: http://www.microsoft.com/learning/en/us/exams/70-431.aspx


    Posted by ibeckett on Wednesday, October 01, 2008 4:36 AM
    Permalink | Comments (0) | Post RSSRSS comment feed