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

    Monitoring a Rollback and sys.dm_exec_requests

    The dynamic management view (DMV) sys.dm_exec_requests returns information about each request that is executing within SQL Server. Instead of using Activity Monitor to view the status of a Rollback, use this T-SQL code. Activity monitor is based on window panes and is cumbersome to export any inf......

    Jack Vamvas  Posted on Nov 22 2011 12:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    ALTER INDEX permissions

    Developers like to have some control over the development process. An example is index building. Asking a DBA repeatedly for changes to a Development Database might not be the best use of time – for either parties. For example, a developer may want to work over the weekend to finish a Data Impor......

    Jack Vamvas  Posted on Nov 23 2011 12:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 backup online summary

    Example of DB2 backup online db2 backup database online use TSM Read the DB2 documentation for a full list of parameters DB2 backup online only works if: a)logretain is enabled or b)userexit is enabled. If not you could see an error message DB2 SQL2413N - Online backup is not allowed While onli......

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

    Create a DDL on an existing DB2 table

    HNT5QSPZ6P93 The following code will create a DDL of an existing table. If you don't need to create an output file omit the use of the -o option. db2look -d MY_DB -a -e -x -o MY_FILE.sql Republished from http://www.dba-db2.com/.......

    Jack Vamvas  Posted on Jun 9 2011 7:15AM
    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

    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

    DB2 manager status and get snapshot for dbm

    DB2 get snaphshot for dbm displays the database manage level information. Scanning the information available, you’ll notice instance monitor switches. I use the Database manager status value to get the status. If no value is returned, then I assume the instance is unavailable. Repu......

    Jack Vamvas  Posted on Jun 20 2011 11:34AM
    Profile · Blog · Twitter
Previous | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]