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

    Calculate table size with existing data

    Calculate the physical size of a SQL Server database table (data and indexes), if rows exist. These steps present a good estimate Use sp_spaceused ‘myTableName’. To maintain up to date data, use DBCC UPDATEUSAGE before the sp_spaceused. For a specific table: DBCC UPDATEUSAGE(&l......

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

    DB2 event monitor and snapshot monitor

    I collect database usage information in two different ways. Snapshots and Monitoring Events. Either method collects real-time database usage information such as SQL queries, buffer pool activity and locking information. An event monitor is a statement that defines a monitor to record defined eve......

    Jack Vamvas  Posted on Aug 15 2011 11:12AM
    Profile · Blog · Twitter
  • 0
    Liked

    Should libraries be installed on database servers?

    A developer asked me if he could install “microsoft.office.interop.excel.dll” on a Production database server. This dll is part of the Microsoft Excel 11.0 Object Library. This would satisfy his requirement to run a transformation on an Excel file, as part of a SSIS job. The database s......

    Jack Vamvas  Posted on Aug 15 2011 3:12AM
    Profile · Blog · Twitter
  • 0
    Liked

    Excel Connect to SQL Server

    Connecting to SQL Server from Excel is an easy process. Users want to distribute an Excel document, for example, within a network. Particuarly as there are plenty of libraries the user can access from Excel as a presentation layer. To implement this solution you will need: Microsoft Excel Vi......

    Jack Vamvas  Posted on Jul 9 2011 6:46AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Kill connections to a database

    SQL Kill connections on a database, sometimes is the most efficient way forward.I had to copy a whole bunch of MDF\LDF files from a server , but was experiencing some problems regarding user connections. I was trying to detach using this code: #####################code start######################......

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

    BACKUP failed to complete the command BACKUP LOG

    BACKUP failed to complete the command BACKUP LOG is a common SQL Server error message. In large IT departments a member of the Operations Team logs the call to a DBA queue. An example message is The 09.30 log backup also failed checked sqllog - 28-06-2011 09:30:22 Backup of ......

    Jack Vamvas  Posted on Jun 29 2011 7:21AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server IO patterns and RAID levels

    To analyse SQL Server IO requirements and decide on RAID levels for different applications is complicated – with some expensive decisions. As the DBA I have to make recommendations with analytics to justify decisions. Firstly, my approach is end-to-end – look at everything from tuning,......

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

    SQL Server 2008 books online download

    The SQL Server 2008 Books Online (October 2009) is one of my primary sources of technical information about SQL Server 2008. Best practises for SQL Server 2008 Tutorials Conceptual outlines of SQL Server 2008 architecture API details Every SQL Server DBA......

    Jack Vamvas  Posted on May 22 2011 6:32AM
    Profile · Blog · Twitter
Previous 1 | 2 | 3 Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]