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

    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

    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

    db2start at start up on Linux

    To manage db2start on all DB2 instances on a server, there is a workaround to use. This is not standard way of managing db2start, but I have found the method useful. If you are using Clustering software such as Tivoli Storage Automation (TSA), then the TSA scripts manage the db2start process. Cr......

    Jack Vamvas  Posted on Jul 27 2011 3:12AM
    Profile · Blog · Twitter
  • 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

    SET SHOWPLAN ON

    Use SET SHOWPLAN_XML instead of SET SHOWPLAN_TEXT or SET SHOWPLAN_ALL. Microsoft announced at the SQL Server 2008 release, SET SHOWPLAN_TEXT or SET SHOWPLAN_ALL are deprecated. The advantage of using SET SHOWPLAN_XML ON is that the code is not executed. Executing the t-sql returns the exec......

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

    SQL Server sql_handle returns sql statement

    Certain Dynamic Management Views(DMV) return a sql_handle column. Examples of DMVs returning the sql_handle column are: sys.dm_exec_query_stats sys.dm_exec_requests sql_handle is a varbinary(64). A varbinary is suitable for variable length binary data. The sql_handle is a token referencing a ......

    Jack Vamvas  Posted on Jul 18 2011 5:34AM
    Profile · Blog · Twitter
  • 0
    Liked

    Performance Tuning series – Performance Stack

    From tomorrow, I’m posting a series of articles on Performance Tuning overview. The focus is not specific configurations or platform specific techniques. It’s a summary of general techniques, which DBAs can apply to most systems. In most cases the DBA weighs up the cost versus benef......

    Jack Vamvas  Posted on Jul 18 2011 2:00AM
    Profile · Blog · Twitter
  • 0
    Liked

    Powershell - run script on all sql servers

    This powershell script assists in applying a similar change on every SQL Server Instance. Or a subset. For example, adding a new generic logon account, or collecting regular information. I’ve written plenty of powershell scripts – that are customised for a partic......

    Jack Vamvas  Posted on Jul 16 2011 5:38AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Azure July 2011 Service Release

    Key Points Creating a common foundation between SQL Azure Cloud and Denali. Denali is SQL Server version 11 of the SQL Server Code. Expanding capability for spatial data types - Geometry data type (Euclidean - flat-earth) and Georgraphy data type (ellipsoidal – round earth). To interact ......

    Jack Vamvas  Posted on Jul 15 2011 6:08AM
    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]