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

    What is SQL Server Query Tuning?

    I suggested to a client last week ,Query Tuning is required to troubleshoot some SQL performance issues. He wanted a definition of Query Tuning. I sent him an email, defining a Query Tuning approach .These are notes from the email What is Query tuning? In practise, there are predeployment qu......

    Jack Vamvas  Posted on Jun 19 2011 6:59AM
    Profile · Blog · Twitter
  • 0
    Liked

    Reorg table DB2

    Reorg table DB2 Step 1 run reorgchk: ------CODE START--------------- db2 reorgchk update statistics on table all > output.out ------CODE END------------------</b> Running the command this way will run across all tables rather than RUNSTATS across every table. The reorgchk update statistics r......

    Jack Vamvas  Posted on Jun 19 2011 6:41AM
    Profile · Blog · Twitter
  • 0
    Liked

    Top 10 DBA mistakes

    DBA is a demanding job. Expertise is required at different levels – hardware, OS , Database Server and Application Layer. As pressure increases to give input at an operations and architecture level, remember the two primary tasks of the DBA is to maintain availability and performance. These a......

    Jack Vamvas  Posted on Jun 18 2011 7:54AM
    Profile · Blog · Twitter
  • 0
    Liked

    Windows Server Uptime and Net Statistics Server

    Windows Server Uptime and the last time a Windows Server restarted, on a database server is useful information. As well as SQL Server I do also manage some DB2 Server on Windows - which has different information available for server level information. Net Statistics Server displays the details.......

    Jack Vamvas  Posted on Jun 17 2011 10:09AM
    Profile · Blog · Twitter
  • 0
    Liked

    Powershell for SQL SMO

    Powershell for SQL SMO has fantastic potential. Robert Matthew Cook left me some code on SQL Server xp_msver - seeing if I was interested on expanding. The Server Object offers SQL Server Instance Information [Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.Smo") | Out-Null $S......

    Jack Vamvas  Posted on Jun 17 2011 7:07AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server database files configuration checklist

    To many databases per instance. There is no ideal number of databases per instance. Indicators are: a)Bufferpol thrashed. For example, large table scans can cause buffer pool thrashing b)Large amount of lazy writing – the SQL Server lazy writer maintains free buffers......

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

    SQL Server Transaction Log files - performance myth

    Adding an extra SQL server transaction log file will not improve throughput performance. SQL Server Transaction Log files are written as sequential for a database. SQL Server uses one transaction log file at a time – no matter how many log files are assigned to a database. I have seen ......

    Jack Vamvas  Posted on Jun 13 2011 7:44AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server Database Status, monitoring and Restores

    SQL Server Database Status and monitoring sometimes return false negatives. The monitoring should reflect planned Database Status changes – such as ETL processes and SQL Server Restores, consider adding a parameter to include the Database Status. Let me explain. Cur......

    Jack Vamvas  Posted on Jun 12 2011 7:49AM
    Profile · Blog · Twitter
Previous | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]