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 - Kerberos and KRB_AP_ERR_MODIFIED

    On a routine scan of Event Viewer System, Logs I found this message on 4 different servers hosting SQL Server installations The kerberos client received a KRB_AP_ERR_MODIFIED error from the server MYCOMPUTER$. This indicates that the password used to encrypt the kerberos service ticket is differe......

    Jack Vamvas  Posted on Mar 9 2012 12:00AM
    Profile · Blog · Twitter
  • 1
    Liked

    DB2 security audit

    $working_dir/$logfile echo "operatation began `date`" $working_dir/$logfile for i in `db2 list db directory | grep 'Database name' | awk '{print $4}'`; do echo "==============================" $working_dir/$logfile ; echo "getting :DB AUTH,USER AUTH,PLAN AUTH for: $i" $working_dir/$logfil......

    Jack Vamvas  Posted on Jan 10 2012 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

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

    TADDM and DB2 discovery

    For Tivoli Application Dependancy Discovery Manager (TADDM) to successfully discover DB2 instances, standardising OS and DB2 security access is the key, particularly for a large DB2 server inventory. A non – standardised approach can lead to may hours of troubleshooting and false negatives. Buil......

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

    MS DTC and sys.dm_tran_active_transactions

    A sql reindex command was being blocked by two active transactions in MS DTC. Use sys.dm_tran_active_transactions to report more detail on transactions select * from sys.dm_tran_active_transactions where transaction_uow = '922D5B60-A5CA-4C96-8891-703021B40AD8' /*Returns: Transact......

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

    ALTER INDEX permissions

    Developers like to have some control over the development process. An example is index building. Asking a DBA repeatedly for changes to a Development Database might not be the best use of time – for either parties. For example, a developer may want to work over the weekend to finish a Data Impor......

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

    DBA secrets to stress reduction

    The current DBA trend is increased database management requirements and less DBAs to manage. Many factors are responsible, such as: 1)Global trends and predictions for increased data requirements 2)Automation 3)Economic pressure to decrease size of IT departments You can see why for many DBAs ......

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

    SQL Server - Grant execute on all stored procedures

    Granting execute rights to all stored procedures used to be a cumbersome problem up to before SQL Server 2005. You either had to give elevated rights to the user or run a script to GRANT EXECUTE on every stored procedure. I still see plenty of databases where a DBA has granted db_owner rights, sim......

    Jack Vamvas  Posted on Apr 22 2011 7:05AM
    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]