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

    Powershell sql server security audit

    Often there is a requirement to enforce SQL Server Security Policies. This powershell script - in part 7 - will take a list of sql server instances, iterate through every instance, generate a list of Logins and return TRUE or FALSE for the fixed server roles: SYSADMIN, SECURITY, SERVER ADMIN, SETU......

    Jack Vamvas  Posted on Jul 20 2011 7:49AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Sp_send_dbmail and bcc

    To send BCC and Copy in SQL Sp_send_dbmail, use this way to send email from a configured Database Mail server. EXEC msdb.dbo.sp_send_dbmail @recipients = N'JackVamvas@sqlserver-dba.com', @copy_recipients = 'JackVamvas@sqlserver-dba.com’ @blind_copy_recipients = 'tuning@sqlserver-dba.com&r......

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

    Frequently Asked Questions

    I've compiled a list of the questions that I get asked most frequently. If you have a question that I haven't answered or you need a more detailed answer, you can comment on the blog or contact me. Please read through to see if I've answered it already. FAQs were lasted updated on 13th August 201......

    Jack Vamvas  Posted on Jul 30 2011 7:30AM
    Profile · Blog · Twitter
  • 0
    Liked

    Trace sql statements in DB2 database

    Use this process to record all sql statements for a give period of time on DB2. In other words, a trace #connect to db #1-Create event monitor- make sure you've got write permissions to stated folder db2 "CREATE EVENT MONITOR stmon FOR STATEMENTS WRITE TO FILE '/tmp'" #2 Turn on event monitor ......

    Jack Vamvas  Posted on Jan 30 2010 10:36PM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 - truncate table

    A very useful approach to clearing down data from tables. This will truncate a specific table, without it being logged. Use with caution! ALTER TABLE schema.table_name activate not logged initially with empty table Republished from http://www.dba-db2.com/.......

    Jack Vamvas  Posted on Feb 9 2010 2:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    ADM1823E active log file full

    I found this message in the db2diag.log: ADM1823E The active log is full and is held by application handle "371". Terminate this application by COMMIT, ROLLBACK or FORCE APPLICATION. Doing some research there were a couple of potential causes Potentially long running query - not commi......

    Jack Vamvas  Posted on Mar 20 2010 1:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    Euro symbol and DB2 database codeset

    This problem of Euro symbol was diagnosed on this platform: Red Hat Linux 4.6 DB2 V9.5.0.0 Database Database territory = US Database code page = 1208 Database code set = UTF-8 A developer outlined a problem where: When euro symbol was inserted - it converts as 3 characters. Theref......

    Jack Vamvas  Posted on May 16 2010 10:53PM
    Profile · Blog · Twitter
  • 0
    Liked

    DB2 Indoubt transactions

    DB2 9.1.3 ESE I had a crash recovery on DB2 and found the database to not be in a valid state, with the following message: In-doubt transaction(s) exists at the end of crash recovery. The main reason is log file size not large enough I resolved this situation by 1)Connect to relevant database:......

    Jack Vamvas  Posted on Mar 20 2010 1:17AM
    Profile · Blog · Twitter
  • 0
    Liked

    DM1823E - Log file has reached its saturation point

    This set of messages appeared as separate, but in a row - which indicates it's one underlying problem. ADM1822W The active log is being held by dirty pages. DM1823E The active log is full and is held by application handle "79". Terminate this application by COMMIT, ROLLBACK or FORCE APP......

    Jack Vamvas  Posted on Mar 20 2010 6:17AM
    Profile · Blog · Twitter
  • 0
    Liked

    TSM losing connection with DB2

    Platform ------------------------------- OS = RedHat Linux ESE 4.6 32 bits DB2 versiion = v9.1.0.3 DB2 code release = SQL09013 Tivoli Storage Automation (TSA) = SAFMP V310 Problem -------------------------------- Assumption - installed OK - and system has been running OK i.e scheduled ......

    Jack Vamvas  Posted on Mar 27 2010 7:14AM
    Profile · Blog · Twitter
Previous | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | ... Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]