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 backup review with Powershell

    The BACKUP team requested a report outlining the last backup of every database on every SQL Server instance, covering: full, incremental and log type backups. The idea was to compare this against their schedule, checking for differences. The SQL Server inventory in the organisation is 750 SQL Serve......

    Jack Vamvas  Posted on Jul 21 2009 4:17AM
    Profile · Blog · Twitter
  • 0
    Liked

    Powershell and Batch files

    Executing batch files throgh Powershell - is not doable by design. The cmd.exe is the runtime environment for .bat files, and it is possible to issue a .bat call via the Powershell prompt PS> cmd /c mybatchfile.bat Republished from <a href="http://www.sqlserver-dba.com/">http://www.sqlserver-dba......

    Jack Vamvas  Posted on Jan 7 2009 4:54AM
    Profile · Blog · Twitter
  • 0
    Liked

    Powershell : SQLCMD and invoke-expression

    There was a requirement to add a SQL Server login to a group of SQL Servers. The SQL Server login was to be uniform across all the servers. I tend to use SQLCMD for most DBA tasks - and as my account is Windows based and with high level of privileges, I didn't have to worry about supplying......

    Jack Vamvas  Posted on Jan 5 2009 4:56AM
    Profile · Blog · Twitter
  • 0
    Liked

    SQL Server xp_regread with T-SQL

    The Tivoli Monitoring agent requires the Error Log Path and the SQL Server Home Path, for installation My first problem was to derive the t-sql to gain the information for one sql server instance. The second problem was to use a scripting framework to iterate through every sql server instance ......

    Jack Vamvas  Posted on Aug 28 2008 7:02AM
    Profile · Blog · Twitter
  • 0
    Liked

    Powershell_BAK_files

    In an environment where I do not have 100% control over what files are saved in what location, I will often have issues with various application owners creating ad-hoc BAK files. This develops into a disk - space issue, causing data and log files to have no more room to grow I use the script below t......

    Jack Vamvas  Posted on Aug 18 2008 7:27AM
    Profile · Blog · Twitter
  • 0
    Liked

    Powershell_ErrorLogs

    Running the code below within the Powershell interface will list designated Errors Log messages instances (SQL SERVER 2005) listed in the "C:\InstancesPROD_2005.txt" document. An example of the lists in that document is: SERVER1\INST1 SERVER2\INST2 etc Currently the sql code will designated ......

    Jack Vamvas  Posted on Aug 15 2008 7:29AM
    Profile · Blog · Twitter
  • 0
    Liked

    Powershell - List Failed SQL Server Jobs

    Running the code below within the Powershell interface will list all SQL Server jobs failed on instances (SQL SERVER 2000 & SQL SERVER 2005) listed in the "C:\Instances.txt" document. An example of the lists in that document is: SERVER1\INST1 SERVER2\INST2 etc Currently the sql code wi......

    Jack Vamvas  Posted on Aug 14 2008 7:31AM
    Profile · Blog · Twitter
Previous 1 | 2 Next
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]