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

  • 1
    Liked

    DB2 – error messages

    You can look up any error message from the command line with "db2 ? sqlxxxx" (where xxxx is the SQLCODE with no sign and leading 0 to make it 4 digits long) You can also use db2 “? SQLxxxx” | more The Linux command – more – allows paging of text one screen at a time An......

    Jack Vamvas  Posted on Feb 1 2012 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked

    SQL Server – Send email using Powershell

    This article explains how to send an email through Powershell. Very useful if you have a requirement to automate your scripts and send notifications . The example is calling the SmtpClient Class , which is part of the .Net Framework. You can call a Function – which makes your scripting ......

    Jack Vamvas  Posted on Jan 31 2012 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked

    SQL Server - Generate SQL INSERT from Excel

    Generate SQL Server INSERT statements with Excel Concatenate. A developer requested access to a Production database. The details were to COPY and PASTE from a Excel spreadsheet into Access , which then updated SQL Server. Upon asking him , why he used this method , he said “It’s the w......

    Jack Vamvas  Posted on Jan 27 2012 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked

    DB2 – Run script on Linux start

    A quick method to use for executing a script on Linux start. After all the other processes are started by the init command at boot time, the script is run on Red Hat based systems: /etc/rc.d/rc.local Add any extra script\commands references to this file. See Also db2start at st......

    Jack Vamvas  Posted on Jan 27 2012 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked

    DB2 NEWLOGPATH

    By default , when creating a new DB2 database , the Log path is on the same drive as the data files. To change the log path , configure the NEWLOGPATH database parameter db2 update db cfg for MYDB using NEWLOGPATH /newpath/ See Also OLTP performance checklist Republished with author's......

    Jack Vamvas  Posted on Jan 26 2012 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked

    Querying Bufferpools DB2

    When a DB2 database starts the total memory required for the bufferpools must be available. If this memory is not available when a database starts, the database manager will only start with system buffer pools (one for each page size) with a minimal size of 16 pages, and an SQL1478W (SQLSTATE0162......

    Jack Vamvas  Posted on Jan 1 2012 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked

    SQL Database Status with sys.databases

    I was creating a Powershell script for a SQL Server checkout procedure after a reboot , and used the state_desc column in sys.databases view to report on the database status. The descriptions, courtesy of BOL are: ONLINE - Database is available for access RESTORING – One or more files are......

    Jack Vamvas  Posted on Dec 9 2011 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked

    DB2 DB2_RR_TO_RS environment variable

    The Environment Variable DB2_RR_TO_RS enables\disables the Repeatable Read attribute. I's enabled for DB2 performance purposes DB2 registry parameter DB2_RR_TO_RS is used to: Set a default isolation level for user tables to Read Stability (RS) isolation level. The RS level is not dissimilar to......

    Jack Vamvas  Posted on Dec 8 2011 12:00AM
    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]