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
    2
    Comments

    SQL Dirty Pages

    Lazy writing , eager writing and checkpoint use asynchronous IO in writing pages to disk.  The purpose of  asynchronous IO is to release resources and  for other tasks to progress. i.e releases the thread to allow further threads.Usually this takes less than 10 ms – but under circ......

    Jack Vamvas  Posted on Nov 28 2011 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked
    1
    Comments

    Powershell, PSEexec and lock pages in memory – made easy

    What if you had to create a script stack that installs SQL Server from an image library? And customisations – such as adding the SQL Server Start up account to the Lock Pages in Memory Local Policies? If this needs to be rolled out quickly across hundreds of servers, or just one, then there ......

    Jack Vamvas  Posted on Apr 27 2011 6:57AM
    Profile · Blog · Twitter
  • 1
    Liked
    2
    Comments

    SQL Server Storage and IO performance

    The Storage manager asks the DBA questions about SQL Server Storage suggestions. As the DBA you will need to answer or advise the recommendations. This could happen when a) a new storage array is under consideration b) Performance analysis c) Data Centre migrations. These are questions I&rsqu......

    Jack Vamvas  Posted on Aug 11 2011 1:54AM
    Profile · Blog · Twitter
  • 1
    Liked

    CPU Count

    I document the CPU Count for SQL Server inventory management. Using a powershell script , iterate through all the SQL Servers and capture the CPU count with the following t-sql. ----Returns the logical cpu count on server SELECT cpu_count FROM sys.dm_os_sys_info ----Ratio of the number of lo......

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

    Troubleshooting SQL2219N and reason code 9

    This DB2 error message SQL2219N  reason code 9 appeared in the db2 db2diag file.  The DB2 documentation details for reason code 9 are “START is not allowed as a prior paused table reorganization has not been stopped”. I discovered there was a s...

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

    nmon - tuning and benchmark tool

    Nmon is a tuner and benchmark tool  on Linux.  Capture disk, cpu, memory , filesystem, resource usage, virtual memory As a DB2 DBA it's a very effective method of capturing different types of in data in one interface. nmon  is useful ...

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

    How to uninstall DB2

    After you’ve installed the DB2 server – there may be a situation where you need to uninstall DB2. These notes will help db2_deinstall -F  - Removes a feature from a  DB2 database product in the current location. Execute the command from the DB2...

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

    DB2 – verify DB2 is available

    This article describes some methods of checking DB2 is running on a Linux Server Method 1 Log onto the server and execute db2start as the instance owner. If the instance is running you’ll see , something like: 02/10/2012 23:36:14 0 0 SQL1026N The database manager is already active......

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

    SQL Server – COPY TABLE from another SQL Server

    To copy a table from another SQL Server Instance is easy. Create a Linked Server on the destination server and reference the Linked Server in the SELECT statement. 1) Create linked server /****** Object: LinkedServer [SERVER1\SQL_SERVER_INSTANCE_1] Script Date: 02/02/2012 09:29:33 ******/ EX......

    Jack Vamvas  Posted on Feb 2 2012 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]