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

    Powershell – setting the Execution Policy

    When you attempt to execute a Powershell script you may see something like the following error message: File C:\general.ps1 cannot be loaded because the execution of scripts is di sabled on this system. Please see "get-help about_signing" for more details. At line:1 char:14 + ./general.ps1 All S......

    Jack Vamvas  Posted on Feb 12 2011 8:04AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server table hint for index

    A developer made a small change to a sql statement - and assumed that this would not have a significant impact on performance. The change caused the optimizer to use a Clustered Index Scan – with over 10 million records – as opposed to a NonClustered Index Seek, which was using an effi......

    Jack Vamvas  Posted on Feb 9 2011 8:12AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 logging factors and mincommit

    1. The purpose of mincommit is to delay the write to disk of the log records. The count is the number of commits. Depending on your app, you may have to consider increasing logbufsz Test thoroughly ......

    Jack Vamvas  Posted on Feb 9 2011 7:04AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server Remote DBA - who wants to be one?

    I worked as a Remote DBA for 3 years, to an international company. I was employed to supplement an existing Developer\DBA – in more advanced tasks. For example, performance tuning , occasional capacity planning, advice on failover – and troubleshooting issues The interesting aspects of ......

    Jack Vamvas  Posted on Feb 7 2011 8:19AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server statistics and Datawarehouse

    An ETL based process importing data into a Datawarehouse was experiencing some sever performance problems. The job normally takes 4 hrs – but on this occasion was still running after 10 hrs. Application support contacted me, to analyse the cause. Talking to application support – they ......

    Jack Vamvas  Posted on Feb 5 2011 5:34AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 Used Space and REORG

    I have the thresholds set at 95% for tablespace used. When the threshold is met a message is triggered like: USERSPACE1 in MYDB has 95 pct used. Instance: db2inst1 First Occurrence: Tue Feb 01 15:29:58 2011 Last Occurrence: Tue Feb 01 15:29:58 2011 Email client: smtp1.mypr......

    Jack Vamvas  Posted on Feb 2 2011 7:24AM
    Profile · Blog · Twitter
  • 0
    Liked

    RESTORE VERIFYONLY

    Depending on the time available – I will normally commit a RESTORE VERIFY ONLY on a backup. With the statement: RESTORE VERIFYONLY FROM DISK = ‘E:\backuppath\mydb.bak’ I’m not advocating that RESTORE VERIFYONLY – will 100% guarantee that your database has full data......

    Jack Vamvas  Posted on Feb 2 2011 5:39AM
    Profile · Blog · Twitter
Previous 1 | 2 Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]