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 – performance counters not appearing

    On some installations I see the SQL Server specific performance counters not appearing. This might be caused by a Minimum install or not choosing Performance counters from a custom install The correct way to rebuild the SQL server specific counters is to run the following command: lodctr examp......

    Jack Vamvas  Posted on Feb 28 2011 8:15AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server system redundancy and high availability

    There are considerable design considerations for designing redundancy into a SQL Server database system for high availability(HA). The extent to which redundancy is built into a system will depend on: expertise, cost, resources, service level agreements (SLA) General areas in considering the HA s......

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

    SQL Server – RAID levels overview

    SQL server typically implements Level: 0, 1 & 5 RAID levels RAID 5 – blocks striped & distributed parity. Very widely used strategy and is a variation of RAID 3 (see below).Striping and parity are used – striping is the data placement across multiple drives. Parity is fault to......

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

    DB2 Version 9.7 Documentation

    I work with SQL Server and DB2, both have their advantages and disadvantages. But one thing that IBM does more effectively is documentation. SQL Server Books Online is thorough documentation, but the documentation for IBM DB2 is execllent in the way it covers all the details ,in an expansive manner.......

    Jack Vamvas  Posted on Feb 23 2011 1:37AM
    Profile · Blog · Twitter
  • 0
    Liked

    Datawarehouse Wait Stats

    SQL Server monitors\measures waits by threads. This is a very useful method of focusing on where the real performance issues are occurring. This works for overall performance and also for defined batches Current Datawarehouse I’m working on is experiencing the following waits. The base inform......

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

    DB2 - SQL1051N while Redirected Restore

    You’ll get this error message when attempting to restore a database with automatic storage onto a server where the path doesn’t exist. I had this problem when attempting: db2 restore db db1 from /db2inst1/backups into db1 redirect without prompting The error message was SQL1051N The......

    Jack Vamvas  Posted on Feb 18 2011 6:43AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server – CONTROL SERVER

    A login can be granted CONTROL SERVER rights, USE mater GO CREATE LOGIN test WITH PASSWORD = ‘myPassword123’; GO GRANT CONTROL SERVER TO test; CONTROL SERVER rights allows a login to do anything in SQL Server, but there is one subtle difference with sysadmin. It is possible to exp......

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

    SQL Server – architecting online utilities for 24 x 7

    In architecting a database server system, an important aspect is the assumption of a 24 x 7 database server environment . The 24 x 7 model is becoming more prevalent – not only in ecommerce, but also in 9-5 businesses – who require access to database servers throughout the 24 hr period......

    Jack Vamvas  Posted on Feb 14 2011 7:51AM
    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]