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

Liked



Upload Image Close it
Select File

Learn about SQL Server DBA, SQL Server database performance,SQL Server optimisation,database tuning,t-sql,ssis
Browse by Tags · View All
DBA Scripts 51
performance 37
SQL Server 29
Object Management 24
#SQLServer 24
Backup and Restore 20
Security Management 20
Powershell 17
Indexes 14
DBA 14

Archive · View All
June 2011 38
January 2011 33
May 2011 32
August 2011 27
July 2011 26
January 2012 24
February 2011 19
April 2011 19
March 2011 17
March 2012 17

Jack Vamvas's Blog

  • 0
    Liked

    SQL Server Query Optimizer and Statistics

    Maintaining statistics is important for SQL Server performance. The SQL Server query optimizer uses statistics to calculate \ estimate the number of rows (also known as cardinality) for a sql query . Cardinality influences the SQL Server query plan. A practical example, is the choice between an eff......

    Jack Vamvas  Posted on May 16 2011 7:02AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server sp_updatestats and UPDATE STATISTICS

    SQL Server uses the auto update statistics option, for automated statistics redistribution. There are other options – such as SQL Server sp_updatstats and UPDATE STATISTICS for more granular control I use these options for maintenance and troubleshooting. Reasons could b......

    Jack Vamvas  Posted on May 17 2011 6:55AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server SLEEPING MODE, locks and transactions

    Is a SQL Server transaction holding a lock on resources when the client aborts the operation? I receive a regular question “What does the SQL Server sleeping state mean, and are resources locked?” Let’s investigate. Activity Monitor lists information about SQL Server processes. ......

    Jack Vamvas  Posted on May 18 2011 6:45AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL WAIT STAT - TRACEWRITE and how to reduce it

    SQL Server Books online defines the TRACEWRITE sql wait stat type as “Occurs when the SQL Trace rowset trace provider waits for either a free buffer or a buffer with events to process” The trace rowset provider drops events from the internal buffer, if it needs the......

    Jack Vamvas  Posted on May 20 2011 6:38AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server non-clustered index checklist

    When to create a SQL Server non-clustered index? How do non-clustered indexes sit with SQL Serrver clustered indexes? It’s not the purpose of this post to describe a SQL Server non-clustered index, which you will find in BOL Firstly, the main differences with betw......

    Jack Vamvas  Posted on May 21 2011 6:35AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server 2008 books online download

    The SQL Server 2008 Books Online (October 2009) is one of my primary sources of technical information about SQL Server 2008. Best practises for SQL Server 2008 Tutorials Conceptual outlines of SQL Server 2008 architecture API details Every SQL Server DBA......

    Jack Vamvas  Posted on May 22 2011 6:32AM
    Profile · Blog · Twitter
  • 0
    Liked

    Top 10 DBA Tips to develop your competitive edge

    The purpose of the article is to list my top 10 DBA tips to concentrate on in developing the competitive edge. There are of course many more DBA and related technolgies skills. 1) Read everything, across all platforms. Download SQL Server 2008 Books Online and read it all 2) Develop some extreme......

    Jack Vamvas  Posted on May 23 2011 6:25AM
    Profile · Blog · Twitter
  • 0
    Liked

    Bulk Insert CSV into a SQL Server table

    Bulk Insert CSV into a SQL Server table is common task for developers and DBAs. Before starting find out: 1)the FIELDTERMINATOR – 2)row terminator CSV is defined as Comma Separated Values . Despite the “comma” word, it is possible to use other characters – as the FIELDTER......

    Jack Vamvas  Posted on May 24 2011 6:19AM
    Profile · Blog · Twitter
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]