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

Liked



Upload Image Close it
Select File

Browse by Tags · View All
BRH 6
Index 6
Non-Clustered Index 5
Performance 4
#SQLServer 3
#TSQL 2
SQLServer 2
Clustered Index 2
Filtered Index 2
SSMS 2

Archive · View All
April 2010 7
March 2010 4
August 2010 2
May 2010 2
October 2011 1
September 2010 1

  • 1
    Liked

    SQL Server 2008 SP3 is now available!

    Microsoft SQL Server Sustained Engineering group is pleased to announce the release of SQL Server 2008 Service Pack 3 (SP3). Both the Service Pack and Feature Pack updates are available for download on the Microsoft Download Center. As part of our continued commitment to software excellence for our ......
    Blogs »  Dinesh Asanka
    Dinesh Asanka  Posted on Oct 16 2011 7:50PM
    Profile
  • 1
    Liked

    Process & Processor

    Performance Monitor a.k.a perfmon is used to monitor different counters for different purposes. However, some counters are bit confusing. Process and Processor two misleading counters so thought of putting this note. Processor When adding processor object, you have _Total object and 0, 1 .. which ......
    Blogs »  Dinesh Asanka
    Dinesh Asanka  Posted on Sep 10 2010 5:46AM
    Profile
  • 1
    Liked

    Is There a Shortage of SQL Server Experts?

    Do you think we have enough SQL Server experts? Article from Brain indicate there are shortage in SQL Server experts. “There are certainly many world-class SQL Server experts, and there have been for quite some time. I suppose it’s more of a matter if there are enough available to satisfy demand. O......
    Blogs »  Dinesh Asanka
    Dinesh Asanka  Posted on Aug 31 2010 3:35AM
    Profile
  • 1
    Liked
    2
    Comments

    C2 Level Auditing with SQL Server

    Why Auditing? Auditing has become a must in today market environment mainly due to the fact that most security standards required. You need auditing to for following reasons. 1. Detect the system misuse and prevent it being happened again. 2. Take legal actions against the people who are respons......
    Blogs »  Dinesh Asanka
    Dinesh Asanka  Posted on May 8 2010 5:36AM
    Profile
  • 1
    Liked

    SET NOCOUNT ON

    This is a setting that DBA are advised to place at the start of the stored procedure. What this setting does? Let us run an sample code for this. USE AdventureWorks GO SELECT * FROM Person.Address SET NOCOUNT ON SELECT * FROM Person.Address SET NOCOUNT OFF You will that first ......
    Blogs »  Dinesh Asanka
    Dinesh Asanka  Posted on Apr 9 2010 1:17PM
    Profile
  • 1
    Liked

    Filtered Index

    Having discussed about indexes into some level, now it is time to discuss new index type which came along with SQL Server 2008, filtered index. In filtered index, you can define index to the filter portion of your data. For example, you can create a non-clustered as following. CREATE NONCLUSTERE......
    Blogs »  Dinesh Asanka
    Dinesh Asanka  Posted on Apr 6 2010 6:01AM
    Profile
  • 1
    Liked

    Are You Using Template Explorer

    How many objects/features you have in SQL Server? It will range from simple Table, View to CDC, Encryption. Let us says that you were asked to create a server trigger. Do note that DDL triggers do not have a user interface support in SQL Server Management Studio. (In case you do not know about DDL......
    Blogs »  Dinesh Asanka
    Dinesh Asanka  Posted on Apr 1 2010 3:22AM
    Profile
Previous 1 | 2 Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]