Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

Career advice for the IT professional
Browse by Tags · View All
SQLServerPedia Syndication 194
SQL Server 60
SSAS 40
#SQL SERVER 19
SSIS 18
2012/Denali 17
Career 17
Denali 14
SQL Server 2012 13
MDS/MDM 12

Archive · View All
June 2011 20
August 2011 15
July 2011 15
March 2012 15
October 2011 14
September 2011 14
May 2011 13
November 2011 12
February 2012 11
April 2012 10

James Serra's Blog

  • 1
    Liked

    Buffer Size in SSIS

    Behind the scenes in SSIS, the data flow engine uses a buffer-oriented architecture to efficiently load and manipulate datasets in memory.  The benefit of this in-memory processing is that you do not need to physically copy and stage data at each step of the data integration.  Rather, the data flow ......

    James Serra  Posted on Nov 30 2011 12:00AM
    Profile
  • 0
    Liked

    Role-playing Dimensions

    Dimensions are often recycled for multiple purposes within the same database.  For instance, a “Date” dimension can be used for “Date of Sale”, as well as “Date of Delivery”, or “Date of Hire”.  This is often referred to as a “role-playing dimens......

    James Serra  Posted on Nov 28 2011 12:00AM
    Profile
  • 0
    Liked

    Conformed dimensions

    A conformed dimension is a dimension that has the same meaning to every fact with which it relates.  Conformed dimensions allow facts and measures to be categorized and described in the same way across multiple facts and/or data marts, ensuring consistent reporting across the enterprise. A conforme......

    James Serra  Posted on Nov 21 2011 12:00AM
    Profile
  • 0
    Liked

    Reference Dimensions

    A reference dimension occurs when the key column for the dimension is joined indirectly to the fact table through a key in another dimension table.  This results in a snowflake schema design. The following figure shows one fact table named InternetSales, and two dimension tables called Customer (re......

    James Serra  Posted on Nov 18 2011 12:00AM
    Profile
  • 0
    Liked

    SQL Server 2012 RC0 is here!

    SQL Server 2012 RC0 (Release Candidate 0), formerly known as SQL Server Denali, is now available for download.  SQL Server 2012 RC0 is the first release which is feature complete. This was unexpected as no one gave any hints that it was coming.  Reminds me of The new phonebook’s here!. Downl......

    James Serra  Posted on Nov 17 2011 12:00AM
    Profile
  • 0
    Liked

    Degenerate Dimensions

    Degenerate dimensions, also called fact dimensions, are standard dimensions that are constructed from attribute columns in fact tables instead of from attribute columns in dimension tables.  This is because useful dimensional data is sometimes stored in a fact table to reduce duplication, especially......

    James Serra  Posted on Nov 16 2011 12:00AM
    Profile
  • 0
    Liked
    3
    Comments

    Many-to-Many Dimensions

    In SSAS, data structures do not always conform to the snowflake or star schema model where one fact is associated with a single dimension member.  For example, consider the example of financial transactions in accounts that can have one or more customers. This can be modeled as: The relationship ......

    James Serra  Posted on Nov 14 2011 12:00AM
    Profile
  • 3
    Liked

    Parallel execution in SSIS

    Parallel execution in SSIS improves performance on computers that have multiple physical or logical processors.  To support parallel execution of different tasks in a package, SSIS uses two properties: MaxConcurrentExecutables and EngineThreads.  If you are like me, you probably did not even know ab......

    James Serra  Posted on Nov 11 2011 12:00AM
    Profile
  • 3
    Liked

    Why does my SSIS package run slower in BIDS than DTEXEC?

    If you have been creating SSIS packages in Business Intelligence Development Studio (BIDS) for any length of time, you have likely noticed that SSIS packages run slower in BIDS as opposed to running them in a SQL Server agent job (which uses the command prompt utility DTEXEC) or when in integration ......

    James Serra  Posted on Nov 9 2011 12:00AM
    Profile
  • 2
    Liked
    2
    Comments

    SQL Server 2012: New Certifications

    As a follow-up to my post SQL Server “Denali”: New Certifications, the seven exams for SQL Server 2012 are: Querying Microsoft SQL Server (70-461) [BI and DBA] Administering a Microsoft SQL Server 2012 Database (70-462) [DBA] Building Data Warehouses with Microsoft SQL Server 2012 (70-463) [BI]......

    James Serra  Posted on Nov 7 2011 12:00AM
    Profile
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]