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

    SQL Server 2008 licensing

    When choosing a licensing structure for SQL Server 2008 consideration should be given to the different licensing models: a)Server plus device client Access license (CAL) b)Server plus user client access license (CAL) c)Processor license In calculating efficient pricing, consider such factors as......

    Jack Vamvas  Posted on Jan 31 2011 6:10AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server Collations and code page

    A brief note on collations. In this case: SQL_Latin1_General_CP1_CI_AS V SQL_Latin1_General_CP850_CI_AS What is the difference? Firstly, some terminology: Code Page – 1-4 digit number specifying code page. This code page define the bit patterns for the characters Case Sensitivity - CS ......

    Jack Vamvas  Posted on Jan 29 2011 6:25AM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 restore over existing database

    Requirement to restore a copy of a backup taken from another DB2 instance and replace the existing one Steps: 1)Take a full backup of the database of INSTANCE 1 db2 force applications all db2 backup database MYDB Transfer the backup copy to a relevant path db2 force applications all db2 rest......

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

    SQL Server Materialized Views

    In a conversation with a colleague we started discussing materialized views. Firstly, he wanted to know do materialized views exist in SQL server? and if so, how are the implemented and maintained for decent performance. Materialized do exist in SQL server – commonly refered to as Indexed Vi......

    Jack Vamvas  Posted on Jan 27 2011 6:40AM
    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
  • 0
    Liked

    Synchronous statistics collections

    An interesting feature of the RUNSTATS facility – as well as collecting statistics asynchronously (in the background), it can also set a synchronous collection – at statement compilation time If the real time statistics is enabled – the optimizer makes the decision. Real statisti......

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

    sp_password and ALTER LOGIN

    There is a warning in the SQL Server Books Online – to stop using sp_password, as in future editions, this procedure will cease to be used. In effect, sp_password calls ALTER LOGIN. To run ALTER LOGIN – an example is: ALTER LOGIN jackvamvas WITH password =......

    Jack Vamvas  Posted on Jan 24 2011 6:53AM
    Profile · Blog · Twitter
  • 0
    Liked

    Restricted user on database after restore

    After a restore on a database – I saw a (resticted user ) next to a database. Solved the problem by: ALTER DATABASE mydatabase SET SINGLE_USER WITH ROLLBACK IMMEDIATE GO ALTER DATABASE mydatabase SET MULTI_USER GO Republished from http://www.sqlserver-dba.com.......

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

    DB2 mysql export as output

    I had to export some data from a Mysql database, for the purpose of creating a spreadsheet, which would be used for presentation purposes and also to import into a DB2 database. Initially I considered using an ODBC connection from my laptop, I do not have ODBC drivers for mysql on my laptop. ......

    Jack Vamvas  Posted on Jan 21 2011 7:44AM
    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]