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

Clearing Sql Logs freeware
Filter: All | Freeware | Demo
 

Clearing Sql Logs

< 1 2 3 4 5 > 
Added: August 12, 2010 | Visits: 920

SQL::Statement::Embed SQL::Statement::Embed can embed a SQL engine in a DBD or module. SQL::Statement is designed to be easy to embed in other modules and to be especially easy to embed in DBI drivers. It provides a SQL Engine and the other module needs to then provide a data source and a storage mechanism. For... Platforms: *nix

License: Freeware Size: 87.04 KB Download (98): SQL::Statement::Embed Download

Added: October 03, 2010 | Visits: 995

DL/SQL DL/SQL is declarative, turing-complete programming language based on top of SQL database. The main idea is to store both program and data in one SQL table and make all the computations in it. The current version of interpreter written in PHP contains quasi-lazy evaluation and simple caching.... Platforms: *nix

License: Freeware Size: 21.5 KB Download (98): DL/SQL Download

Added: March 24, 2010 | Visits: 1.157

SQL::Schema SQL::Schema is a Perl module to convert a data dictionary into SQL statements. SYNOPSIS use DBI; my $dbh = DBI->connect(...); use SQL::Schema; my $schema = SQL::Schema->new($dbh); my $sql = $schema->string; print $sql; print "$schema"; WARNING This is alpha software. It... Platforms: *nix

License: Freeware Size: 33.79 KB Download (98): SQL::Schema Download

Added: January 25, 2010 | Visits: 643

SQL Language Module for BBEdit SQL Language Module for BBEdit provides syntax coloring of SQL commands in BBEdit. Platforms: Mac

License: Freeware Size: 8 KB Download (95): SQL Language Module for BBEdit Download

Added: April 08, 2010 | Visits: 761

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 11, 2010 | Visits: 981

SQL::Amazon::UserGuide SQL::Amazon::UserGuide is a Perl module with user Guide for DBD/SQL::Amazon. SYNOPSIS # # create the parser, passing in the current Amazon metadata # my $parser = SQL::Amazon::Parser->new(%attrs); # # parse a SQL statement, returning a SQL::Amazon::Statement # my $stmt =... Platforms: *nix

License: Freeware Size: 58.37 KB Download (94): SQL::Amazon::UserGuide Download

Added: August 03, 2010 | Visits: 1.110

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: May 05, 2010 | Visits: 1.201

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: August 08, 2010 | Visits: 724

Dimedis::Sql Dimedis::Sql is a SQL/DBI Interface for banking applications. SYNOPSIS use Dimedis::Sql; my $sqlh = new Dimedis::Sql ( ... ); $sqlh->install ( ... ); my $seq_id = $sqlh->insert ( ... ); my $modified = $sqlh->update ( ... ); my $blob_sref = $sqlh->blob_read ( ... ); $sqlh->use_db (... Platforms: *nix

License: Freeware Size: 58.37 KB Download (93): Dimedis::Sql Download

Added: February 25, 2010 | Visits: 965

G.O.SQL G.O.SQL is a Web-based data management tool for Oracle. Currently, the project supports 7 schemas objects: table, view, index, sequence, function, procedure, and synonym.. Get G.O.SQL at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software... Platforms: *nix

License: Freeware Size: 358.4 KB Download (92): G.O.SQL Download

Released: January 27, 2013  |  Added: January 27, 2013 | Visits: 844

DMT SQL Editor SQL Editor is the tool that allows you to execute SQL queries and scripts development quickly and simply. This software will prove to be a smart choice for anyone who wants to edit SQL scripts and requires an easy-to-use interface. Features : Support for Microsoft® SQL Server™ 2008... Platforms: Windows

License: Freeware Size: 2.08 MB Download (90): DMT SQL Editor Download

Added: September 21, 2010 | Visits: 884

pflogx pflogx is a simple tool that exports OpenBSD packet filter logs to XML files. pflogx reads a binary log file generated by the pf logging daemon (pflogd) and generates a human-readable and exploitable XML file. Using an XSLT processor you can convert this XML file to any other format, such as... Platforms: *nix

License: Freeware Size: 13.31 KB Download (90): pflogx Download

Added: January 02, 2010 | Visits: 824

packet2sql packet2sql converts any text file/log file which contains ipchains packet logs into a stream of SQL inserts. If called with no options, packet2sql will read the log input from stdin. Since syslog dates do not include the year, packet2sql will assign one. If the month of a log entry comes after... Platforms: *nix

License: Freeware Size: 20.48 KB Download (89): packet2sql Download

Added: April 23, 2010 | Visits: 798

logindpostgres logindpostgres is a script that reads SQL select statements from PostgreSQL logs and generates all the indices to optimize the database for each request. logindpostgres has been tested on 1.2 GB of logs.. Get Postgres 8.1 Intelligent Index generator at SourceForge.net. Fast, secure and free... Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): logindpostgres Download

Added: June 25, 2010 | Visits: 928

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: May 27, 2010 | Visits: 1.045

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: November 23, 2010 | Visits: 967

SQL::Amazon::Request::Help SQL::Amazon::Request::Help is an Interface to retrieve Help content. SYNOPSIS $dbh = DBI->connect(dbi:Amazon:, $amznid, undef, { amzn_mode => books, amzn_locale => us, amzn_max_pages => 3 }) or die "Cannot connect: " . $DBI::errstr; # # search for some Perl DBI books # $sth =... Platforms: *nix

License: Freeware Size: 58.37 KB Download (88): SQL::Amazon::Request::Help Download

Added: January 25, 2010 | Visits: 673

iPhoto To SQL iPhoto To SQL is an export plugin for iPhoto that will create an SQL dump file with all picture metadata in addition to creating scaled images and thumbnails. If you've written your own photo gallery software, use this to get your photos and associated metadata into your database backend.iPhoto... Platforms: Mac

License: Freeware Size: 22 KB Download (88): iPhoto To SQL Download

Released: October 08, 2012  |  Added: January 22, 2015 | Visits: 1.536

SQL Check See SQL operations as they occur for the latest information; consider it a heart rate monitor for your SQL Server environment providing instant feedback and results. Customize the refresh rate and amount of historical data for each SQL server.. See SQL operations as they occur for the latest... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 2.68 MB Download (87): SQL Check Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 2.458

SQL VB ASP Code Generator SQL VB ASP Code Generator is a powerful multi-purpose tool that lets you effortlessly generate SQL, VB and ASP Code. You can even generate an entire VB application or ASP web application, all derived from the tables in your database with just one click. No more recreating the same old SELECT,... Platforms: Windows

License: Freeware Size: 4.48 MB Download (85): SQL VB ASP Code Generator Download

< 1 2 3 4 5 >