Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.233.190 Times

Sql Recovery Utility freeware
Filter: All | Freeware | Demo
 

Sql Recovery Utility

< 1 2 3 4 5 
Released: September 29, 2006  |  Added: January 24, 2007 | Visits: 3.763

EMS SQL Manager 2005 Lite for SQL Server It makes creating and editing MS SQL Server database objects easy and fast, and allows you to run SQL scripts, manage users and their privileges, simply edit SQL queries and more. Key Features: - Microsoft SQL 2005 Support; - Powerful and easy-to-use graphical user interface; -...



Platforms: Windows

License: Freeware Size: 12.99 MB Download (462): EMS SQL Manager 2005 Lite for SQL Server Download

Released: April 19, 2007  |  Added: April 30, 2007 | Visits: 4.047

EMS SQL Manager 2007 Lite for MySQL EMS SQL Manager for MySQL is a high performance tool for MySQL Database Server administration and development. SQL Manager for MySQL works with any MySQL versions from 3.23 to 5.2 and supports all of the latest MySQL features including views, stored procedures and functions, InnoDB foreign keys...





Platforms: Windows

License: Freeware Size: 21.44 MB Download (367): EMS SQL Manager 2007 Lite for MySQL Download

Released: May 09, 2007  |  Added: May 18, 2007 | Visits: 24.329

Smart Partition Recovery Smart Partition Recovery allows restoring deleted logical disks. When your Explorer does not find a disk this does not mean that the data has been lost. The data is OK most of the time, but a disk boot sector is damaged. In an automatic mode, Smart Partition Recovery will easily allow you to...


Platforms: Windows

License: Freeware Size: 722.97 KB Download (5525): Smart Partition Recovery Download

Released: September 03, 2007  |  Added: September 11, 2007 | Visits: 7.288

NT File Recovery for U3 Flash drives Did you know that Windows does not remove deleted files, they stays on the drive until it is overwritten by another file? NT File Recovery is a quick and effective solution to restore accidentally deleted files from NTFS file system. The software supports recovering all types of files like...


Platforms: Windows

License: Freeware Size: 342 KB Download (1440): NT File Recovery for U3 Flash drives Download

Released: April 02, 2008  |  Added: April 03, 2008 | Visits: 5.457

EASEUS Deleted File Recovery EASEUS Deleted File Recovery is a powerful and free file undeletion solution for Window Operation System. It is capable to recover the lost files even after a deletion with the SHIFT key held down or the recycle bin has been emptied. It can undelete files on any valid logical disks visible by the...


Platforms: Windows

License: Freeware Size: 5.91 MB Download (932): EASEUS Deleted File Recovery Download

Released: March 09, 2010  |  Added: June 26, 2010 | Visits: 2.375

EMS SQL Manager for SQL Server Freeware EMS SQL Manager for SQL Server Freeware is a high performance tool for Microsoft SQL Server database development and administration. SQL Manager works with any MS SQL Server versions from 7 to the newest one and supports the latest SQL Server features including new data types (datetimeoffset,...


Platforms: Windows

License: Freeware Size: 55.14 MB Download (229): EMS SQL Manager for SQL Server Freeware Download

Released: January 14, 2008  |  Added: October 08, 2008 | Visits: 30.701

Excel Recovery Assistant Excel Worksheet Recovery Assistant lets you repair damaged MS Excel files without special efforts. You do not have to download an amount of demo software for try outs. Excel Worksheet Recovery Assistant will do all work relating to the possible recovery variants. Repair utility will provide you...


Platforms: Windows

License: Freeware Size: 437.5 KB Download (14384): Excel Recovery Assistant Download

Released: March 09, 2017  |  Added: April 02, 2017 | Visits: 4.912

Asoftech Photo Recovery Have you ever accidentally deleted valued photos, music or videos and looked for a solution before? Asoftech Photo Recovery is an easy-to-use, professional data recovery software that will recover your multimedia after deletion, disk format and partition corruption. - Restores photos after...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 4.11 MB Download (1203): Asoftech Photo Recovery Download

Released: May 31, 2009  |  Added: June 04, 2009 | Visits: 2.238

CD Recovery CD Recovery is an extremely easy to use software that can copy maximum data from your scratched CD, DVD or any other bad media. It can copy single file or folder or it can copy multiple files and folders and even entire drive. - All you need is to add files and folders to be copied. -...


Platforms: Windows

License: Freeware Size: 419.02 KB Download (495): CD Recovery Download

Added: June 25, 2010 | Visits: 919

DBIx::SQL::Abstract DBIx::SQL::Abstract is a Perl module that provides a convenient abstraction layer to a database. SYNOPSIS use DBIx::SQL::Abstract; my $dbh = DBIx::SQL::Abstract->new( %dbcfg ); Building SQL Abstractions. my($query, @bind) = $dbh->select($table, @fields, %where, @order); my($query,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): DBIx::SQL::Abstract Download

Added: August 22, 2010 | Visits: 1.079

Chemistry::SQL Chemistry::SQL is an access database functions module. SYNOPSIS use strict; use Chemistry::SQL; use Chemistry::Artificial::SQL; my $db_name = $ARGV[0]; my $file = $ARGV[1]; my $db1 = Chemistry::SQL::new(db_host=>"127.0.0.1",db_user=>"root",db_port=>"3306",db_pwd=>"",...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): Chemistry::SQL Download

Added: May 12, 2010 | Visits: 2.253

Email Administration Utility Email Administration Utility provides an IMAP-based email account management utility. The Email Administration Utilities package can be used to manage email accounts with a series of PHP-based scripts through a browser. Addition, Removal, and modification of accounts is possible as long as an...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Email Administration Utility Download

Added: June 04, 2010 | Visits: 1.887

Crash Recovery Kit for Linux Crash Recovery for Linux sounds a bit superfluous. Linux is regarded as one of todays most stable Operating Systems. In the case of some hardware failure like a broken disk it can however be handy. Of course your machine doesnt have to have linux installed to make use of the CRK kit. There are...


Platforms: *nix

License: Freeware Size: 38.1 MB Download (146): Crash Recovery Kit for Linux Download

Added: August 03, 2010 | Visits: 1.104

SQL::Routine::Language SQL::Routine::Language is a Perl module for what language or grammar SQL::Routine speaks. SQL::Routine contains SQL schemas and queries, represented as a tree of atomic tokens; it is structurally like an abstract syntax tree or an XML DOM, but one that only accepts, respectively, a specific...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (87): SQL::Routine::Language Download

Added: July 18, 2010 | Visits: 1.562

SQL::Abstract::Limit SQL::Abstract::Limit is a portable LIMIT emulation. SYNOPSIS use SQL::Abstract::Limit; my $sql = SQL::Abstract::Limit->new( limit_dialect => LimitOffset );; # or autodetect from a DBI $dbh: my $sql = SQL::Abstract::Limit->new( limit_dialect => $dbh ); # or from a Class::DBI class: my...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): SQL::Abstract::Limit Download

Added: May 27, 2010 | Visits: 1.039

SQL::Interpolate SQL::Interpolate is a Perl module to interpolate Perl variables into SQL statements. SYNOPSIS use SQL::Interpolate qw(:all); # Some sample data to interpolate: my $s = blue; my @v = (5, 6); # Variable references are transformed into bind parameters. # The most basic usage involves...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (88): SQL::Interpolate Download

Added: May 05, 2010 | Visits: 1.194

SQL Relay SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux..


Platforms: *nix

License: Freeware Size: 8.6 MB Download (93): SQL Relay Download

Added: April 08, 2010 | Visits: 755

SQL::Preproc SQL::Preproc is a Perl module to embed SQL in your Perl (ala SQL preprocessors). SYNOPSIS use SQL::Preproc subclass => Chart, emit => 1, keepsql => 1, syntax => [ Teradata ], pponly => 1, relax => 1, alias => 1, debug => 1; use DBI; use DBI qw(:sql_types); use...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (94): SQL::Preproc Download

Added: February 03, 2010 | Visits: 1.430

SQL Admin SQL Admin is a Java client application to connect and send queries to different databases through JDBC. SQLAdmin uses the brand new SWT Toolkit. The main idea is to create a multiplatform and multidatabase thin client. For example, you can connect to an Microsoft SQL Server from a Linux...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (113): SQL Admin Download

Added: April 14, 2010 | Visits: 1.362

SQL::Translator::Manual SQL::Translator::Manual is a Perl module that contains a manual for SQL translator. SYNOPSIS SQL::Translator (AKA "SQLFairy") is a collection of modules for transforming (mainly) SQL DDL files into a variety of other formats, including other SQL dialects, documentation, images, and code. In...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (108): SQL::Translator::Manual Download

< 1 2 3 4 5