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
    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
  • 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
    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

    SQL Server monitoring situations

    As part of a SQL server monitoring review and agent upgrade, I was asked by the Tivoli Engineer to create a list of situations, that monitoring would be useful. The architecture used is Tivoli Monitoring / Some considerations are: 1) By commiting to having to many situations monitored &ndash......

    Jack Vamvas  Posted on Jan 25 2011 6:46AM
    Profile · Blog · Twitter
  • 1
    Liked
    1
    Comments

    Enable XA transactions for SQL Server

    An XA transaction is a global transaction usually covering multiple resources. Use the Microsoft SQL Server JDBC Driver to support the Java Platform based distributed transactions Steps to enable XA transactions 1) Enable MSDTC On Windows 2003 > Start > Run > “dcomconfg” > Expand Componen......

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