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

    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

    sys.sysprocesses and permissions

    Logging on as a logon with sysadmin Server roles and executing the following sql statement: select * from sys.sysprocesses will return sysprocesses of all users on the server. Logging on as a logon with with db_datareader permissions on a database and executing the following sql statement: s......

    Jack Vamvas  Posted on Jan 17 2011 7:32AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 enforcing business rules on data

    When designing data and related business rules, there are a number of concepts available to the DBA. Consider the following in. Primary Key definition Foreign key definitions User-defined distinct data types Nulls-allowed columns Not null columns. Column value constraint rules Before and afte......

    Jack Vamvas  Posted on Jan 15 2011 5:04AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server resizing a column on a large table

    When asked to change a column width on a very large table , such as 30 million rows and disk storage of 30 GB , these are some of the steps I take. USE [MyDB] GO /****** Resize Table [dbo.MyReports].HolderName to varchar 64 from varchar 50***/ Alter TABLE MyReports Alter column [HolderName] ......

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