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

    Quest 3.5.2 crashing DB2 9.5

    Platform information Informational tokens are DB2 v9.5.0.1, s080328, MI00225, Fix Pack 1. Operating System Information: OSName: Linux NodeName: server1.mydomain.net Version: 2 Release: 6 Machine: x86_64 Received the following message when I tried to initialise HADR and trigger t......

    Jack Vamvas  Posted on Jul 31 2010 7:29AM
    Profile · Blog · Twitter
  • 0
    Liked

    Database Mirroring planning on SQL server 2005

    Database mirroring transfers transaction log records from one server to another server and can quickly failover over to a standby server. There are some very useful features but is not always the best solution. Beyond the technical aspects, consider also: management overheads, storage, network B......

    Jack Vamvas  Posted on Jul 26 2010 5:09AM
    Profile · Blog · Twitter
  • 0
    Liked

    Generate a key pair with ssh-keygen on Linux

    Follow the steps below to generate a key pair with ssh-keygen on Red Hat Linux Replace: myserver1 and myserver2 with your server names #SSH on both members of the cluster – Prepare SSH /usr/bin/ssh-keygen -f /root/.ssh/id_dsa -q -t dsa -N "" /usr/bin/ssh-keygen -f /root/.ssh/id_rsa -q -t......

    Jack Vamvas  Posted on Jul 17 2010 7:34AM
    Profile · Blog · Twitter
  • 0
    Liked

    db2move to copy data between databases

    I need to move ddl and data from one database to another. On the same server and instance. The basic idea was going to be: a) using db2move export all ddls and data into a file b) using db2move import the ddls and data STEP 1 --this exports all tables and data, the output files are stored in......

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

    SQL Server agent fixed roles

    I was doing a security audit on SQL server 2005 server, where I discovered an administrator had assigned the permission "sysadmin" to a logon. He explained to me the reason, being that when they were on SQL Server 2000 it was involved to allow a logon read\execute rights on SQL Agent Jobs. We've n......

    Jack Vamvas  Posted on Jul 9 2010 5:12AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server Security Policy

    SQL Server Security Policy allows a basis for good practise and regular audits. A SQL Server environment is characterised by various developers(internal), administrators (internal) and third party access.All these groups must be considered when creating a policy. The list becomes the basis of a c......

    Jack Vamvas  Posted on Jul 8 2010 5:24AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL0286N A default table space could not be found

    SQL0286N A default table space could not be found with a page size of at least "4096" that authorization ID "user1" is authorized to use. SQLSTATE=42727 This was after a DECLARE GLOBAL TEMPORARY TABLE type of statement I had a look at the users permissions.They were CREATE SCHEMA user1 ; grant c......

    Jack Vamvas  Posted on Jul 7 2010 8:15AM
    Profile · Blog · Twitter
  • 0
    Liked

    Linux useradd not creating password

    I've found that executing similar code to the below was not creating the password.As a consequence I needed to run the passwd process separately. $useradd -g db2fadm1 -m db2fenc1 -p mypassword -d /db2inst1/db2fenc1 The -p parameter is designed to pass encrytpted passwords. The following method cr......

    Jack Vamvas  Posted on Jul 5 2010 7:50PM
    Profile · Blog · Twitter
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]