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.445.713 Times

Sql Intact Recovery freeware
Filter: All | Freeware | Demo
 

Sql Intact Recovery

< 1 2 3 4 5 > 
Released: September 03, 2007  |  Added: September 11, 2007 | Visits: 7.295

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: August 12, 2015  |  Added: September 14, 2015 | Visits: 5.172

Recovery Toolbox for CD Free Recovery Toolbox for CD Free provides free service of data recovery, stored on DVD, CD, Blu-Ray and other optical discs. It costs nothing, just get this utility from our website and start repairing. The utility works with various formats and it does not matter which documents are stored on the...





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

License: Freeware Size: 2.68 MB Download (818): Recovery Toolbox for CD Free Download

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

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.381

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: March 09, 2017  |  Added: April 02, 2017 | Visits: 4.918

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.243

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 (501): CD Recovery Download

Released: June 12, 2011  |  Added: June 22, 2011 | Visits: 3.442

Easy Flash Recovery Risk free file recovery tool for flash cards and other media. Easy Flash Recovery is an easy-to-use data recovery software designed to restore files accidentally deleted from hard disks and memory cards. Deleted files, documents, archives, images, video, music and other erased important...


Platforms: Windows

License: Freeware Size: 2.04 MB Download (1121): Easy Flash Recovery Download

Added: June 25, 2010 | Visits: 925

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.087

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: June 04, 2010 | Visits: 1.893

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.107

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 (93): SQL::Routine::Language Download

Added: July 18, 2010 | Visits: 1.569

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.043

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.198

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: 758

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.436

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 (114): SQL Admin Download

Added: April 14, 2010 | Visits: 1.371

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

Added: May 19, 2010 | Visits: 1.429

SQL::Translator::Producer::GraphViz SQL::Translator::Producer::GraphViz is a GraphViz producer for SQL::Translator. SYNOPSIS use SQL::Translator; my $trans = new SQL::Translator( from => MySQL, # or your db of choice to => GraphViz, producer_args => { out_file => schema.png, add_color => 1, show_constraints => 1,...


Platforms: *nix

License: Freeware Size: 317.44 KB Download (201): SQL::Translator::Producer::GraphViz Download

Added: January 05, 2010 | Visits: 4.473

Cmos password recovery tools Cmos password recovery tools decrypts password stored in cmos used to access BIOS SETUP. Works with the following BIOSes: - ACER/IBM BIOS - AMI BIOS - AMI WinBIOS 2.5 - Award 4.5x/4.6x/6.0 - Compaq (1992) - Compaq (New version) - IBM (PS/2, Activa, Thinkpad) - Packard Bell - Phoenix...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (1337): Cmos password recovery tools Download

Added: July 11, 2010 | Visits: 1.443

Oracle::SQL Oracle::SQL is a Perl extension for building SQL statements. SYNOPSIS use Oracle::SQL; No automatically exported routines. You have to specifically to import the methods into your package. use Oracle::SQL qw(:sql); use Oracle::SQL /:sql/; use Oracle::SQL :sql; This is a package...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (200): Oracle::SQL Download

< 1 2 3 4 5 >