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

    Database Tuning overview – Storage Tuning

    Part of the Performance Tuning series – Performance Stack, this section looks at Storage Tuning. The purpose of the series is a general approach to Performance Tuning – independent of database server platform. A large proportion of DBAs support more than one type of database server and......

    Jack Vamvas  Posted on Sep 10 2011 1:30AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 process model

    There’s a good article on http://www.ibm.com/developerworks/data/library/techarticle/dm-0807kharche/ outlining the DB2 9.5 process model. Key Points New memory model Increased automatic configurations. According to the article, less is required of the DBA. Based on my experience since D......

    Jack Vamvas  Posted on Sep 3 2011 2:27AM
    Profile · Blog · Twitter
  • 0
    Liked
    3
    Comments

    Index Disabled and Index Rebuild

    I received the following message from a Developer. The message was on a Test SQL Server. “NC_myIndex " on table "VeryLargeTable" (specified in the FROM clause) is disabled or resides in a filegroup which is not online. The cause of the message was that the index was disabled. I discovered th......

    Jack Vamvas  Posted on Aug 25 2011 5:37AM
    Profile · Blog · Twitter
  • 0
    Liked

    Correctness and stress test

    Stress test SQL Server for new hardware. Download SQLIOSim from http://download.microsoft.com and install on server. When detailing the file location, use the same as the SQL Server files. SQLIOSim will attempt to simulate the SQL Server database IO ......

    Jack Vamvas  Posted on Aug 24 2011 1:10AM
    Profile · Blog · Twitter
  • 0
    Liked

    Disk IO performance and SQLIO

    Performance testing a new disk subsystem from a SQL Server perspective is one of the fun aspects of DBA work. Firstly, it’s a great opportunity to influence the optimizations and give valuable feedback to the storage team. Secondly, it’s difficult to ......

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

    DB2 HADR and HADR_PEER_WINDOW settings

    Setting HADR_PEER_WINDOW at zero, only blocks primary transactions for the time specified in HADR_TIMEOUT. If the HADR_PEER_WINDOW is set to greater than zero, then the Primary database waits until the connection is restored or the HADR_PEER_WINDOW period......

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

    Define IOPs for all database servers

    The storage guy is configuring a new storage system. It includes RAID arrays, SVC, HBA & Fibre Channel configurations. He’s asked me to define some configurations for optimal SQL Server performance. Rather than supply him with configurations, I prefer a different approach. Create a IOPS ......

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

    Data centre management for database servers

    Setting up a new database server environment in a new data centre requires testing. It’s a mix of benchmarking and stress testing. Unless you can recreate the underlying traffic and recreate a “realistic” production environment, then it’s not stric......

    Jack Vamvas  Posted on Aug 19 2011 11:12AM
    Profile · Blog · Twitter
  • 3
    Liked

    Attach database without log file and rename database

    Assuming the database was detached successfully, this t-sql code will attach a mdf file without a log file. It will also reattach the database with a new database name. USE [master] GO CREATE DATABASE [myTestDatabase] ON ( FILENAME = N'E:\Program Files\Microsoft SQL Server\Data\MSSQL.1\MSSQL\D......

    Jack Vamvas  Posted on Aug 19 2011 3:12AM
    Profile · Blog · Twitter
  • 1
    Liked

    How to report a SQL Server performance problem

    You’re experiencing a sudden slow down in SQL Server performance. Users are complaining. Many reasons could be causing this sudden slowdown. For SQL Server performance problems, gathering and analyzing data is not enough. A lot of time can be wasted analyzing data not relevant to the proble......

    Jack Vamvas  Posted on Aug 18 2011 3:12AM
    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]