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

  • 3
    Liked
    1
    Comments

    10x DBA

    A couple of years ago, I heard some new terms: “10x developer” and “2x developer”. A 10x developer seemed to complete tasks almost instantly. A 2x developer took a long time to complete a task. These terms can also be applied to other jobs such ......

    Jack Vamvas  Posted on Aug 16 2011 7:51AM
    Profile · Blog · Twitter
  • 3
    Liked

    Stored Procedure Checklist

    DBAs find it easier to manage large Database Server environments when checklists are used. This Stored procedure checklist will stimulate some ideas you could use For acceptance into the SQL Server environment, I’ve developed some scripts that scan the T-SQL code for some items in this check......

    Jack Vamvas  Posted on Nov 10 2011 12:00AM
    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
  • 2
    Liked

    RAID server configuration and disk amounts

    Choosing the optimal amount of disks for a RAID server configuration and block sizes can be a challenge. Typical questions from the SAN\Storage guy to the DBA are: “How many disks in a RAID configuration?” “What is the optimal block size?” “What MB\sec throughput?&......

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

    DBCC CHECKDB

    Torn Pages \ Corrupt pages – all in a days work for a DBA. But can anyone tell me how to use DBCC CHECKDB and the steps to take if a corrupt page is discovered? This is a typical question I’ll ask at an interview for a DBA. In most cases the answers are vague. My approach on DBCC CHE......

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

    SQL Server Latency

    Latency is the time delay measure in the system. SQL Server can only be as fast as the slowest component in the system. Database servers are particularly sensitive to disk IO speeds. For example, introducing an SVC system may speed up writes, but will add a cost to Reads. Latency is about benchm......

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

    SQL Traces and c2 auditing are different

    Sometimes end users interchange the terms : C2 auditing and Traces. They server different purposes. c2 auditing records all attempts (successfull and failed) on objects and statements. Typically a SQL Server DBA will use a c2 audit to monitor security compliance . A trace will will monitor an even......

    Jack Vamvas  Posted on Dec 12 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]